[==========] 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:39:10.284775   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:46111,127.0.107.253:43361,127.0.107.252:33851
I20260608 12:39:10.286706   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:39:10.287842   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:10.306900   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:39:10.307228   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:39:10.309214   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:39:10.309404   431 server_base.cc:1061] running on GCE node
I20260608 12:39:11.529829   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:11.530107   431 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:11.530273   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922351530254 us; error 0 us; skew 500 ppm
I20260608 12:39:11.531193   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:11.537081   431 webserver.cc:533] Webserver started at http://127.0.107.254:40049/ using document root <none> and password file <none>
I20260608 12:39:11.538000   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:11.538225   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:11.538663   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:11.544687   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "39f94815f83c4874823bafbaec07fd9b"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.553823   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:39:11.559449   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:39:11.560949   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 12:39:11.561379   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "39f94815f83c4874823bafbaec07fd9b"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.561719   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:11.619732   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:11.621480   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:39:11.622067   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:11.712358   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:46111
I20260608 12:39:11.712435   497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:46111 every 8 connection(s)
I20260608 12:39:11.719521   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:11.721809   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:39:11.729367   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:39:11.731429   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:39:11.735677   431 server_base.cc:1061] running on GCE node
W20260608 12:39:11.741750   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:39:11.742820   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:11.743062   431 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:11.743306   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922351743267 us; error 0 us; skew 500 ppm
I20260608 12:39:11.744067   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:11.747898   431 webserver.cc:533] Webserver started at http://127.0.107.253:40129/ using document root <none> and password file <none>
I20260608 12:39:11.748579   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:11.748814   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:11.749132   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:11.750324   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root/instance:
uuid: "e2330ced92324b7c9d876b7ecd270cbb"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.749142   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:11.759460   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.007s	sys 0.003s
I20260608 12:39:11.765908   510 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:11.767000   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:39:11.767346   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
uuid: "e2330ced92324b7c9d876b7ecd270cbb"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.767616   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:39:11.785926   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:11.786773   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:11.788460   431 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260608 12:39:11.789233   450 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43361: connect: Connection refused (error 111)
W20260608 12:39:11.796734   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43361: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43361: connect: Connection refused (error 111)
I20260608 12:39:11.846642   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: 43361 } attempt: 1
W20260608 12:39:11.852113   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:43361: Network error: Client connection negotiation failed: client connection to 127.0.107.253:43361: connect: Connection refused (error 111)
I20260608 12:39:11.873332   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:43361
I20260608 12:39:11.873540   562 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:43361 every 8 connection(s)
I20260608 12:39:11.879786   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:39:11.880287   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:11.886257   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:11.888299   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:39:11.889873   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:39:11.895740   569 instance_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:11.897799   431 server_base.cc:1061] running on GCE node
I20260608 12:39:11.898633   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:11.898929   431 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:11.899135   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922351899115 us; error 0 us; skew 500 ppm
I20260608 12:39:11.899899   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:11.904170   431 webserver.cc:533] Webserver started at http://127.0.107.252:41727/ using document root <none> and password file <none>
I20260608 12:39:11.904927   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:11.905201   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:11.905543   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:11.906914   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root/instance:
uuid: "7a0a8400e2934b91ae7025bc546efca1"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.907308   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:11.915165   431 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.001s
I20260608 12:39:11.920629   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: 43361 } attempt: 2
I20260608 12:39:11.922006   563 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:11.924566   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:39:11.926338   431 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.002s	sys 0.006s
I20260608 12:39:11.926818   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
uuid: "7a0a8400e2934b91ae7025bc546efca1"
format_stamp: "Formatted at 2026-06-08 12:39:11 on dist-test-slave-62kf"
I20260608 12:39:11.927222   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:39:11.929257   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33851: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33851: connect: Connection refused (error 111)
I20260608 12:39:11.937307   498 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:11.942168   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33851: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33851: connect: Connection refused (error 111)
I20260608 12:39:11.950371   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:11.952144   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:11.972951   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: 33851 } attempt: 1
I20260608 12:39:11.973639   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: 33851 } attempt: 1
W20260608 12:39:11.981539   563 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33851: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33851: connect: Connection refused (error 111)
W20260608 12:39:11.982010   498 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33851: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33851: connect: Connection refused (error 111)
I20260608 12:39:12.037046   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:33851
I20260608 12:39:12.037199   627 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:33851 every 8 connection(s)
I20260608 12:39:12.042250   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:12.042873   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:39:12.048683   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:12.049448   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: 33851 } attempt: 2
I20260608 12:39:12.057116   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: 33851 } attempt: 2
I20260608 12:39:12.067354   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:12.078951   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: Bootstrap starting.
I20260608 12:39:12.079193   628 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:12.082700   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: Bootstrap starting.
I20260608 12:39:12.089599   498 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:12.091491   563 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:12.093019   498 log.cc:826] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: Log is configured to *not* fsync() on all Append() calls
I20260608 12:39:12.097859   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: Bootstrap starting.
I20260608 12:39:12.101882   498 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: No bootstrap required, opened a new log
I20260608 12:39:12.104583   628 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:12.106375   563 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: No bootstrap required, opened a new log
I20260608 12:39:12.112810   628 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: No bootstrap required, opened a new log
I20260608 12:39:12.125528   498 raft_consensus.cc:359] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.125538   628 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.125535   563 raft_consensus.cc:359] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.126698   628 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:12.126765   563 raft_consensus.cc:385] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:12.126647   498 raft_consensus.cc:385] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:12.127202   563 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2330ced92324b7c9d876b7ecd270cbb, State: Initialized, Role: FOLLOWER
I20260608 12:39:12.127162   628 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a0a8400e2934b91ae7025bc546efca1, State: Initialized, Role: FOLLOWER
I20260608 12:39:12.127252   498 raft_consensus.cc:740] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39f94815f83c4874823bafbaec07fd9b, State: Initialized, Role: FOLLOWER
I20260608 12:39:12.128865   628 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.128857   498 consensus_queue.cc:260] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.128857   563 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.134785   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [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: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.135864   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.135442   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [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: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.135470   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [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: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.137637   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.137938   563 sys_catalog.cc:565] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:12.138088   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.138851   628 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:12.139187   498 sys_catalog.cc:565] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: configured and running, proceeding with master startup.
W20260608 12:39:12.195513   661 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:12.196215   661 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:39:12.203583   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260608 12:39:12.207002   582 tablet.cc:2404] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260608 12:39:12.208756   669 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:12.209064   669 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:39:12.213375   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 12:39:12.215819   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:12.219576   672 catalog_manager.cc:1593] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:12.219983   672 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:39:12.225960   673 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:12.229375   674 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:12.232280   676 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:12.236752   431 server_base.cc:1061] running on GCE node
I20260608 12:39:12.237726   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:12.237918   431 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.238129   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922352238111 us; error 0 us; skew 500 ppm
I20260608 12:39:12.238731   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:12.242575   431 webserver.cc:533] Webserver started at http://127.0.107.193:37759/ using document root <none> and password file <none>
I20260608 12:39:12.243144   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:12.243345   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:12.243639   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:12.244899   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "7e1804e7c3c94009be3ae9cfc30724ba"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.250113   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
I20260608 12:39:12.254194   681 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.255134   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:12.255450   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "7e1804e7c3c94009be3ae9cfc30724ba"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.255769   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:12.277472   637 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:12.278214   637 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.280750   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:12.283327   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:12.283257   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2330ced92324b7c9d876b7ecd270cbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39f94815f83c4874823bafbaec07fd9b" is_pre_election: true
I20260608 12:39:12.284093   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2330ced92324b7c9d876b7ecd270cbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a0a8400e2934b91ae7025bc546efca1" is_pre_election: true
I20260608 12:39:12.284381   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e2330ced92324b7c9d876b7ecd270cbb in term 0.
I20260608 12:39:12.284857   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e2330ced92324b7c9d876b7ecd270cbb in term 0.
I20260608 12:39:12.285919   637 leader_election.cc:290] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39f94815f83c4874823bafbaec07fd9b (127.0.107.254:46111), 7a0a8400e2934b91ae7025bc546efca1 (127.0.107.252:33851)
I20260608 12:39:12.287271   512 leader_election.cc:304] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 39f94815f83c4874823bafbaec07fd9b, e2330ced92324b7c9d876b7ecd270cbb; no voters: 
I20260608 12:39:12.288702   637 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:12.288828   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:12.289149   637 raft_consensus.cc:493] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:12.289549   637 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:12.293735   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:12.294032   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:12.294358   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:12.294555   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:12.297933   637 raft_consensus.cc:515] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.301594   473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2330ced92324b7c9d876b7ecd270cbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39f94815f83c4874823bafbaec07fd9b"
I20260608 12:39:12.302280   473 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:12.302219   603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e2330ced92324b7c9d876b7ecd270cbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a0a8400e2934b91ae7025bc546efca1"
I20260608 12:39:12.303077   603 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:12.305171   637 leader_election.cc:290] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [CANDIDATE]: Term 1 election: Requested vote from peers 39f94815f83c4874823bafbaec07fd9b (127.0.107.254:46111), 7a0a8400e2934b91ae7025bc546efca1 (127.0.107.252:33851)
I20260608 12:39:12.312173   603 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e2330ced92324b7c9d876b7ecd270cbb in term 1.
I20260608 12:39:12.314033   473 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e2330ced92324b7c9d876b7ecd270cbb in term 1.
I20260608 12:39:12.314129   513 leader_election.cc:304] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a0a8400e2934b91ae7025bc546efca1, e2330ced92324b7c9d876b7ecd270cbb; no voters: 
I20260608 12:39:12.315044   637 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:12.319258   637 raft_consensus.cc:697] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 1 LEADER]: Becoming Leader. State: Replica: e2330ced92324b7c9d876b7ecd270cbb, State: Running, Role: LEADER
I20260608 12:39:12.320623   637 consensus_queue.cc:237] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } }
I20260608 12:39:12.336462   690 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2330ced92324b7c9d876b7ecd270cbb. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.337563   690 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:12.343073   698 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:12.351747   698 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:12.379873   473 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 1 FOLLOWER]: Refusing update from remote peer e2330ced92324b7c9d876b7ecd270cbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:12.379640   603 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 1 FOLLOWER]: Refusing update from remote peer e2330ced92324b7c9d876b7ecd270cbb: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:12.382148   690 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:12.385288   690 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:12.409312   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2330ced92324b7c9d876b7ecd270cbb. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.410130   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.420766   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: SysCatalogTable state changed. Reason: New leader e2330ced92324b7c9d876b7ecd270cbb. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.421569   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.420806   709 mvcc.cc:204] Tried to move back new op lower bound from 7294657955318284288 to 7294657955119771648. Current Snapshot: MvccSnapshot[applied={T|T < 7294657955318284288}]
I20260608 12:39:12.432168   638 sys_catalog.cc:455] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.433293   638 sys_catalog.cc:458] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.438675   636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.439917   636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:12.444847   698 catalog_manager.cc:1382] Generated new cluster ID: 7fb4e78101654ef8b09dd49cabfd050a
I20260608 12:39:12.444408   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.445176   698 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:12.445281   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:12.446091   637 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e2330ced92324b7c9d876b7ecd270cbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "39f94815f83c4874823bafbaec07fd9b" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 46111 } } peers { permanent_uuid: "e2330ced92324b7c9d876b7ecd270cbb" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 43361 } } peers { permanent_uuid: "7a0a8400e2934b91ae7025bc546efca1" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33851 } } }
I20260608 12:39:12.446779   637 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:12.488159   698 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:12.490981   698 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:12.541301   698 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: Generated new TSK 0
I20260608 12:39:12.542634   698 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:12.552805   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42685
I20260608 12:39:12.553088   756 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42685 every 8 connection(s)
I20260608 12:39:12.595018   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:12.597144   757 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43361
I20260608 12:39:12.597728   757 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:12.599084   757 heartbeater.cc:507] Master 127.0.107.253:43361 requested a full tablet report, sending...
I20260608 12:39:12.605325   528 ts_manager.cc:194] Registered new tserver with Master: 7e1804e7c3c94009be3ae9cfc30724ba (127.0.107.193:42685)
I20260608 12:39:12.608219   758 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33851
I20260608 12:39:12.610325   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48612
I20260608 12:39:12.610965   758 heartbeater.cc:461] Registering TS with master...
W20260608 12:39:12.608507   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:39:12.616420   758 heartbeater.cc:507] Master 127.0.107.252:33851 requested a full tablet report, sending...
I20260608 12:39:12.621035   593 ts_manager.cc:194] Registered new tserver with Master: 7e1804e7c3c94009be3ae9cfc30724ba (127.0.107.193:42685)
W20260608 12:39:12.625200   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:39:12.626276   759 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46111
I20260608 12:39:12.626778   759 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:12.627588   759 heartbeater.cc:507] Master 127.0.107.254:46111 requested a full tablet report, sending...
I20260608 12:39:12.628139   431 server_base.cc:1061] running on GCE node
W20260608 12:39:12.629340   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:39:12.631044   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:12.631395   431 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.631687   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922352631667 us; error 0 us; skew 500 ppm
I20260608 12:39:12.631811   463 ts_manager.cc:194] Registered new tserver with Master: 7e1804e7c3c94009be3ae9cfc30724ba (127.0.107.193:42685)
I20260608 12:39:12.632616   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:12.635751   431 webserver.cc:533] Webserver started at http://127.0.107.194:43409/ using document root <none> and password file <none>
I20260608 12:39:12.636510   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:12.636767   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:12.637104   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:12.638599   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "b26e36650ea5478b966774daf7bdcb1c"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.645227   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.003s
I20260608 12:39:12.650056   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:39:12.651317   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:39:12.651748   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "b26e36650ea5478b966774daf7bdcb1c"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.652163   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:12.676968   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:12.679204   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:12.682076   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:12.685786   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:12.686087   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:12.686390   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:12.686632   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:12.796413   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38201
I20260608 12:39:12.796602   835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38201 every 8 connection(s)
I20260608 12:39:12.828795   836 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43361
I20260608 12:39:12.829725   836 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:12.830768   836 heartbeater.cc:507] Master 127.0.107.253:43361 requested a full tablet report, sending...
I20260608 12:39:12.833556   528 ts_manager.cc:194] Registered new tserver with Master: b26e36650ea5478b966774daf7bdcb1c (127.0.107.194:38201)
I20260608 12:39:12.835688   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48616
I20260608 12:39:12.846647   837 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33851
I20260608 12:39:12.847273   837 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:12.848351   837 heartbeater.cc:507] Master 127.0.107.252:33851 requested a full tablet report, sending...
I20260608 12:39:12.852782   593 ts_manager.cc:194] Registered new tserver with Master: b26e36650ea5478b966774daf7bdcb1c (127.0.107.194:38201)
I20260608 12:39:12.858829   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:12.859867   838 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46111
I20260608 12:39:12.860325   838 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:12.860966   838 heartbeater.cc:507] Master 127.0.107.254:46111 requested a full tablet report, sending...
I20260608 12:39:12.863865   463 ts_manager.cc:194] Registered new tserver with Master: b26e36650ea5478b966774daf7bdcb1c (127.0.107.194:38201)
W20260608 12:39:12.869323   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
W20260608 12:39:12.870815   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:39:12.875447   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:39:12.876335   431 server_base.cc:1061] running on GCE node
I20260608 12:39:12.877583   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:12.877878   431 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.878082   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922352878066 us; error 0 us; skew 500 ppm
I20260608 12:39:12.878680   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:12.882526   431 webserver.cc:533] Webserver started at http://127.0.107.195:41131/ using document root <none> and password file <none>
I20260608 12:39:12.883167   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:12.883396   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:12.883677   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:12.884845   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "627c7ffff05441cd81f62233ba870ef9"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.890060   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:12.894024   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:39:12.894954   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:39:12.895282   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "627c7ffff05441cd81f62233ba870ef9"
format_stamp: "Formatted at 2026-06-08 12:39:12 on dist-test-slave-62kf"
I20260608 12:39:12.895589   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780922350108766-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:12.924721   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:12.926774   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:12.930440   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:12.933650   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:12.933930   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:12.934273   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:12.934484   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:13.042217   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:44447
I20260608 12:39:13.042325   913 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:44447 every 8 connection(s)
I20260608 12:39:13.074131   914 heartbeater.cc:344] Connected to a master server at 127.0.107.253:43361
I20260608 12:39:13.074681   914 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.075752   914 heartbeater.cc:507] Master 127.0.107.253:43361 requested a full tablet report, sending...
I20260608 12:39:13.080230   528 ts_manager.cc:194] Registered new tserver with Master: 627c7ffff05441cd81f62233ba870ef9 (127.0.107.195:44447)
I20260608 12:39:13.082356   528 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48624
I20260608 12:39:13.097424   915 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33851
I20260608 12:39:13.098002   915 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.098850   915 heartbeater.cc:507] Master 127.0.107.252:33851 requested a full tablet report, sending...
I20260608 12:39:13.100231   917 heartbeater.cc:344] Connected to a master server at 127.0.107.254:46111
I20260608 12:39:13.100710   917 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:13.102265   593 ts_manager.cc:194] Registered new tserver with Master: 627c7ffff05441cd81f62233ba870ef9 (127.0.107.195:44447)
I20260608 12:39:13.103363   917 heartbeater.cc:507] Master 127.0.107.254:46111 requested a full tablet report, sending...
I20260608 12:39:13.106850   463 ts_manager.cc:194] Registered new tserver with Master: 627c7ffff05441cd81f62233ba870ef9 (127.0.107.195:44447)
I20260608 12:39:13.107649   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.001899295s
I20260608 12:39:13.201114   661 catalog_manager.cc:1294] Loaded cluster ID: 7fb4e78101654ef8b09dd49cabfd050a
I20260608 12:39:13.201414   661 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: loading cluster ID for follower catalog manager: success
I20260608 12:39:13.206348   661 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: acquiring CA information for follower catalog manager: success
I20260608 12:39:13.210894   661 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:39:13.214947   669 catalog_manager.cc:1294] Loaded cluster ID: 7fb4e78101654ef8b09dd49cabfd050a
I20260608 12:39:13.215303   669 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: loading cluster ID for follower catalog manager: success
I20260608 12:39:13.223152   669 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: acquiring CA information for follower catalog manager: success
I20260608 12:39:13.229085   669 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:39:13.622819   757 heartbeater.cc:499] Master 127.0.107.253:43361 was elected leader, sending a full tablet report...
I20260608 12:39:13.839694   836 heartbeater.cc:499] Master 127.0.107.253:43361 was elected leader, sending a full tablet report...
I20260608 12:39:14.085739   914 heartbeater.cc:499] Master 127.0.107.253:43361 was elected leader, sending a full tablet report...
I20260608 12:39:14.212742   671 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:14.302137   528 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48626:
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:39:14.455181   712 tablet_service.cc:1511] Processing CreateTablet for tablet b26fe386a8664939805cee386655cecf (DEFAULT_TABLE table=test-workload [id=79f51fed6a1248cb8de5937f66e0dc00]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:39:14.456909   801 tablet_service.cc:1511] Processing CreateTablet for tablet 358c5a348bf1434ea06e1fc68fa5f2c6 (DEFAULT_TABLE table=test-workload [id=79f51fed6a1248cb8de5937f66e0dc00]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:39:14.456389   713 tablet_service.cc:1511] Processing CreateTablet for tablet 2233bee26b4d49269ae80b8d6c5142e0 (DEFAULT_TABLE table=test-workload [id=79f51fed6a1248cb8de5937f66e0dc00]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:39:14.457379   879 tablet_service.cc:1511] Processing CreateTablet for tablet 4dcf2ddd03014535ba4e22b2b42e2e31 (DEFAULT_TABLE table=test-workload [id=79f51fed6a1248cb8de5937f66e0dc00]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:39:14.459391   801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 358c5a348bf1434ea06e1fc68fa5f2c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.460129   879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dcf2ddd03014535ba4e22b2b42e2e31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.462311   712 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b26fe386a8664939805cee386655cecf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.468660   713 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2233bee26b4d49269ae80b8d6c5142e0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:14.499687   949 tablet_bootstrap.cc:492] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: Bootstrap starting.
I20260608 12:39:14.505577   948 tablet_bootstrap.cc:492] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: Bootstrap starting.
I20260608 12:39:14.511608   949 tablet_bootstrap.cc:654] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.514154   950 tablet_bootstrap.cc:492] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: Bootstrap starting.
I20260608 12:39:14.514822   948 tablet_bootstrap.cc:654] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.521385   949 tablet_bootstrap.cc:492] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: No bootstrap required, opened a new log
I20260608 12:39:14.522481   949 ts_tablet_manager.cc:1403] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.016s
I20260608 12:39:14.526863   949 raft_consensus.cc:359] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b26e36650ea5478b966774daf7bdcb1c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38201 } }
I20260608 12:39:14.527508   949 raft_consensus.cc:385] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.527791   949 raft_consensus.cc:740] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b26e36650ea5478b966774daf7bdcb1c, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.529079   949 consensus_queue.cc:260] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b26e36650ea5478b966774daf7bdcb1c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38201 } }
I20260608 12:39:14.529841   949 raft_consensus.cc:399] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:14.530144   949 raft_consensus.cc:493] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:14.530480   949 raft_consensus.cc:3060] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.530588   950 tablet_bootstrap.cc:654] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.532852   948 tablet_bootstrap.cc:492] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: No bootstrap required, opened a new log
I20260608 12:39:14.533622   948 ts_tablet_manager.cc:1403] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: Time spent bootstrapping tablet: real 0.028s	user 0.007s	sys 0.010s
I20260608 12:39:14.537418   948 raft_consensus.cc:359] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "627c7ffff05441cd81f62233ba870ef9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44447 } }
I20260608 12:39:14.538676   948 raft_consensus.cc:385] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.539064   948 raft_consensus.cc:740] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 627c7ffff05441cd81f62233ba870ef9, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.539305   949 raft_consensus.cc:515] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b26e36650ea5478b966774daf7bdcb1c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38201 } }
I20260608 12:39:14.540205   949 leader_election.cc:304] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [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: b26e36650ea5478b966774daf7bdcb1c; no voters: 
I20260608 12:39:14.540269   948 consensus_queue.cc:260] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "627c7ffff05441cd81f62233ba870ef9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44447 } }
I20260608 12:39:14.541296   948 raft_consensus.cc:399] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:14.541810   948 raft_consensus.cc:493] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:14.542315   948 raft_consensus.cc:3060] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.545809   949 leader_election.cc:290] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:14.546377   954 raft_consensus.cc:2804] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:14.547118   950 tablet_bootstrap.cc:492] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: No bootstrap required, opened a new log
I20260608 12:39:14.547746   950 ts_tablet_manager.cc:1403] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: Time spent bootstrapping tablet: real 0.034s	user 0.019s	sys 0.008s
I20260608 12:39:14.551441   948 raft_consensus.cc:515] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "627c7ffff05441cd81f62233ba870ef9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44447 } }
I20260608 12:39:14.552019   950 raft_consensus.cc:359] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.552949   950 raft_consensus.cc:385] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.552620   948 leader_election.cc:304] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [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: 627c7ffff05441cd81f62233ba870ef9; no voters: 
I20260608 12:39:14.553349   950 raft_consensus.cc:740] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7e1804e7c3c94009be3ae9cfc30724ba, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.554497   950 consensus_queue.cc:260] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.555469   950 raft_consensus.cc:399] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:14.555933   950 raft_consensus.cc:493] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:14.556479   950 raft_consensus.cc:3060] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.558202   949 ts_tablet_manager.cc:1434] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: Time spent starting tablet: real 0.035s	user 0.020s	sys 0.009s
I20260608 12:39:14.559968   954 raft_consensus.cc:697] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 1 LEADER]: Becoming Leader. State: Replica: b26e36650ea5478b966774daf7bdcb1c, State: Running, Role: LEADER
I20260608 12:39:14.560905   954 consensus_queue.cc:237] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [LEADER]: Queue going to LEADER mode. State: All 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: "b26e36650ea5478b966774daf7bdcb1c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38201 } }
I20260608 12:39:14.565717   948 leader_election.cc:290] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:14.565852   950 raft_consensus.cc:515] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.566942   950 leader_election.cc:304] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [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: 7e1804e7c3c94009be3ae9cfc30724ba; no voters: 
I20260608 12:39:14.570392   957 raft_consensus.cc:2804] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:14.583416   950 leader_election.cc:290] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:14.584926   948 ts_tablet_manager.cc:1434] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: Time spent starting tablet: real 0.051s	user 0.027s	sys 0.017s
I20260608 12:39:14.588084   528 catalog_manager.cc:5696] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c reported cstate change: term changed from 0 to 1, leader changed from <none> to b26e36650ea5478b966774daf7bdcb1c (127.0.107.194). New cstate: current_term: 1 leader_uuid: "b26e36650ea5478b966774daf7bdcb1c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b26e36650ea5478b966774daf7bdcb1c" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38201 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:14.587728   960 raft_consensus.cc:2804] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:14.589658   957 raft_consensus.cc:697] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 1 LEADER]: Becoming Leader. State: Replica: 627c7ffff05441cd81f62233ba870ef9, State: Running, Role: LEADER
I20260608 12:39:14.597422   960 raft_consensus.cc:697] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 LEADER]: Becoming Leader. State: Replica: 7e1804e7c3c94009be3ae9cfc30724ba, State: Running, Role: LEADER
I20260608 12:39:14.598991   957 consensus_queue.cc:237] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [LEADER]: Queue going to LEADER mode. State: All 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: "627c7ffff05441cd81f62233ba870ef9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44447 } }
I20260608 12:39:14.601649   960 consensus_queue.cc:237] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [LEADER]: Queue going to LEADER mode. State: All 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: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.661475   527 catalog_manager.cc:5696] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 627c7ffff05441cd81f62233ba870ef9 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "627c7ffff05441cd81f62233ba870ef9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "627c7ffff05441cd81f62233ba870ef9" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 44447 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:14.675825   950 ts_tablet_manager.cc:1434] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: Time spent starting tablet: real 0.128s	user 0.044s	sys 0.041s
I20260608 12:39:14.677168   950 tablet_bootstrap.cc:492] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: Bootstrap starting.
I20260608 12:39:14.685150   950 tablet_bootstrap.cc:654] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:14.700724   526 catalog_manager.cc:5696] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba reported cstate change: term changed from 0 to 1, leader changed from <none> to 7e1804e7c3c94009be3ae9cfc30724ba (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } health_report { overall_health: HEALTHY } } }
W20260608 12:39:14.697959   513 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.252:33851, user_credentials={real_user=slave}} blocked reactor thread for 72043.8us
I20260608 12:39:14.724658   950 tablet_bootstrap.cc:492] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: No bootstrap required, opened a new log
I20260608 12:39:14.725445   950 ts_tablet_manager.cc:1403] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: Time spent bootstrapping tablet: real 0.048s	user 0.022s	sys 0.001s
I20260608 12:39:14.729900   950 raft_consensus.cc:359] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.730646   950 raft_consensus.cc:385] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:14.731063   950 raft_consensus.cc:740] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7e1804e7c3c94009be3ae9cfc30724ba, State: Initialized, Role: FOLLOWER
I20260608 12:39:14.731961   950 consensus_queue.cc:260] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.732748   950 raft_consensus.cc:399] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:14.733143   950 raft_consensus.cc:493] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:14.733563   950 raft_consensus.cc:3060] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:14.741240   950 raft_consensus.cc:515] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.742108   950 leader_election.cc:304] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [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: 7e1804e7c3c94009be3ae9cfc30724ba; no voters: 
I20260608 12:39:14.748091   950 leader_election.cc:290] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:14.748646   960 raft_consensus.cc:2804] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:14.749950   960 raft_consensus.cc:697] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 LEADER]: Becoming Leader. State: Replica: 7e1804e7c3c94009be3ae9cfc30724ba, State: Running, Role: LEADER
I20260608 12:39:14.750980   950 ts_tablet_manager.cc:1434] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: Time spent starting tablet: real 0.025s	user 0.013s	sys 0.004s
I20260608 12:39:14.751202   960 consensus_queue.cc:237] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [LEADER]: Queue going to LEADER mode. State: All 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: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } }
I20260608 12:39:14.777091   526 catalog_manager.cc:5696] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba reported cstate change: term changed from 0 to 1, leader changed from <none> to 7e1804e7c3c94009be3ae9cfc30724ba (127.0.107.193). New cstate: current_term: 1 leader_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7e1804e7c3c94009be3ae9cfc30724ba" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42685 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:14.852888   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:14.871747   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:14.872797   431 tablet_replica.cc:333] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba: stopping tablet replica
I20260608 12:39:14.873425   431 raft_consensus.cc:2243] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:14.873880   431 raft_consensus.cc:2272] T 2233bee26b4d49269ae80b8d6c5142e0 P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:14.876719   431 tablet_replica.cc:333] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba: stopping tablet replica
I20260608 12:39:14.877197   431 raft_consensus.cc:2243] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:14.877723   431 raft_consensus.cc:2272] T b26fe386a8664939805cee386655cecf P 7e1804e7c3c94009be3ae9cfc30724ba [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.028775   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:15.038950   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:15.058949   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:15.060129   431 tablet_replica.cc:333] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c: stopping tablet replica
I20260608 12:39:15.060783   431 raft_consensus.cc:2243] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:15.061291   431 raft_consensus.cc:2272] T 358c5a348bf1434ea06e1fc68fa5f2c6 P b26e36650ea5478b966774daf7bdcb1c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.082171   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:15.091030   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:15.112296   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:15.113015   431 tablet_replica.cc:333] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9: stopping tablet replica
I20260608 12:39:15.113595   431 raft_consensus.cc:2243] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:15.114094   431 raft_consensus.cc:2272] T 4dcf2ddd03014535ba4e22b2b42e2e31 P 627c7ffff05441cd81f62233ba870ef9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.134018   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:15.143293   431 master.cc:562] Master@127.0.107.254:46111 shutting down...
I20260608 12:39:15.222499   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:15.223042   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.223331   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 39f94815f83c4874823bafbaec07fd9b: stopping tablet replica
I20260608 12:39:15.253955   431 master.cc:584] Master@127.0.107.254:46111 shutdown complete.
I20260608 12:39:15.265556   431 master.cc:562] Master@127.0.107.253:43361 shutting down...
I20260608 12:39:15.280135   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:15.281059   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.281435   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P e2330ced92324b7c9d876b7ecd270cbb: stopping tablet replica
I20260608 12:39:15.349656   431 master.cc:584] Master@127.0.107.253:43361 shutdown complete.
I20260608 12:39:15.361639   431 master.cc:562] Master@127.0.107.252:33851 shutting down...
I20260608 12:39:15.381072   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:15.381666   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:15.382018   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7a0a8400e2934b91ae7025bc546efca1: stopping tablet replica
I20260608 12:39:15.401098   431 master.cc:584] Master@127.0.107.252:33851 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (5146 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 12:39:15.428000   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40233
I20260608 12:39:15.429243   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:15.434543   972 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.436468   973 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.436573   975 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:15.437167   431 server_base.cc:1061] running on GCE node
I20260608 12:39:15.438072   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:15.438259   431 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:15.438449   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922355438432 us; error 0 us; skew 500 ppm
I20260608 12:39:15.439121   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:15.441609   431 webserver.cc:533] Webserver started at http://127.0.107.254:33877/ using document root <none> and password file <none>
I20260608 12:39:15.442179   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:15.442384   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:15.442693   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:15.443852   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "01cc74092b4449938fe5f9b577cf0ca5"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.449110   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.002s
I20260608 12:39:15.452965   980 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:15.453811   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:39:15.454149   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "01cc74092b4449938fe5f9b577cf0ca5"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.454420   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-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:15.480202   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:15.481644   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:15.519884   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40233
I20260608 12:39:15.520061  1031 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40233 every 8 connection(s)
I20260608 12:39:15.524185  1032 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:15.533839  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5: Bootstrap starting.
I20260608 12:39:15.538642  1032 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:15.542878  1032 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5: No bootstrap required, opened a new log
I20260608 12:39:15.545055  1032 raft_consensus.cc:359] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER }
I20260608 12:39:15.545502  1032 raft_consensus.cc:385] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:15.545730  1032 raft_consensus.cc:740] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01cc74092b4449938fe5f9b577cf0ca5, State: Initialized, Role: FOLLOWER
I20260608 12:39:15.546435  1032 consensus_queue.cc:260] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER }
I20260608 12:39:15.546947  1032 raft_consensus.cc:399] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:15.547155  1032 raft_consensus.cc:493] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:15.547464  1032 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:15.551563  1032 raft_consensus.cc:515] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER }
I20260608 12:39:15.552218  1032 leader_election.cc:304] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [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: 01cc74092b4449938fe5f9b577cf0ca5; no voters: 
I20260608 12:39:15.553320  1032 leader_election.cc:290] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:15.553741  1035 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:15.555213  1035 raft_consensus.cc:697] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 1 LEADER]: Becoming Leader. State: Replica: 01cc74092b4449938fe5f9b577cf0ca5, State: Running, Role: LEADER
I20260608 12:39:15.555994  1035 consensus_queue.cc:237] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [LEADER]: Queue going to LEADER mode. State: All 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: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER }
I20260608 12:39:15.556560  1032 sys_catalog.cc:565] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:15.559029  1036 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "01cc74092b4449938fe5f9b577cf0ca5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER } }
I20260608 12:39:15.559796  1036 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:15.559059  1037 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01cc74092b4449938fe5f9b577cf0ca5. Latest consensus state: current_term: 1 leader_uuid: "01cc74092b4449938fe5f9b577cf0ca5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01cc74092b4449938fe5f9b577cf0ca5" member_type: VOTER } }
I20260608 12:39:15.560994  1037 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:15.565337  1041 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:15.573665  1041 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:15.574746   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:15.583501  1041 catalog_manager.cc:1382] Generated new cluster ID: d6c19a15bd3a4d5f8d229f1abb584b31
I20260608 12:39:15.583799  1041 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:15.618656  1041 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:15.620056  1041 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:15.637002  1041 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5: Generated new TSK 0
I20260608 12:39:15.637632  1041 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:15.706264   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:15.712638  1053 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.714800  1054 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.715596  1056 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:15.716163   431 server_base.cc:1061] running on GCE node
I20260608 12:39:15.717003   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:15.717235   431 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:15.717411   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922355717392 us; error 0 us; skew 500 ppm
I20260608 12:39:15.717984   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:15.720674   431 webserver.cc:533] Webserver started at http://127.0.107.193:33381/ using document root <none> and password file <none>
I20260608 12:39:15.721216   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:15.721494   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:15.721786   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:15.722947   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "58ce2c08eb3449538827e2816ab47e79"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.727923   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:39:15.731585  1061 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:15.732537   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:39:15.732816   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "58ce2c08eb3449538827e2816ab47e79"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.733068   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-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:15.752879   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:15.753925   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:15.755329   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:15.757922   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:15.758128   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.758395   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:15.758556   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.797350   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:37365
I20260608 12:39:15.797458  1123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:37365 every 8 connection(s)
I20260608 12:39:15.802784   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:15.811462  1128 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.813124  1129 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.816442  1131 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:15.816556  1124 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40233
I20260608 12:39:15.816680   431 server_base.cc:1061] running on GCE node
I20260608 12:39:15.817337  1124 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:15.817929   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:15.818141   431 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:15.818157  1124 heartbeater.cc:507] Master 127.0.107.254:40233 requested a full tablet report, sending...
I20260608 12:39:15.818544   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922355818508 us; error 0 us; skew 500 ppm
I20260608 12:39:15.819254   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:15.820871   997 ts_manager.cc:194] Registered new tserver with Master: 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365)
I20260608 12:39:15.822407   431 webserver.cc:533] Webserver started at http://127.0.107.194:40335/ using document root <none> and password file <none>
I20260608 12:39:15.823019   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:15.823029   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44192
I20260608 12:39:15.823360   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:15.823743   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:15.825011   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.830327   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:39:15.834580  1136 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:15.835711   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:15.836103   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.836422   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-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:15.850152   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:15.851318   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:15.852876   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:15.855239   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:15.855494   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.855782   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:15.855979   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.894968   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:41213
I20260608 12:39:15.895068  1198 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:41213 every 8 connection(s)
I20260608 12:39:15.900384   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:15.907971  1202 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.908547  1203 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:15.911885  1205 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:15.912323   431 server_base.cc:1061] running on GCE node
I20260608 12:39:15.912364  1199 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40233
I20260608 12:39:15.912978  1199 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:15.913441   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:15.913678   431 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:15.913787  1199 heartbeater.cc:507] Master 127.0.107.254:40233 requested a full tablet report, sending...
I20260608 12:39:15.913868   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922355913836 us; error 0 us; skew 500 ppm
I20260608 12:39:15.914744   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:15.916498   997 ts_manager.cc:194] Registered new tserver with Master: 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:15.917748   431 webserver.cc:533] Webserver started at http://127.0.107.195:33451/ using document root <none> and password file <none>
I20260608 12:39:15.918453   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:15.918450   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44200
I20260608 12:39:15.918921   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:15.919278   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:15.920567   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "57cd87ff07514cd98630ab9c05088091"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.925271   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:39:15.928807  1210 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:15.929574   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.003s
I20260608 12:39:15.929903   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "57cd87ff07514cd98630ab9c05088091"
format_stamp: "Formatted at 2026-06-08 12:39:15 on dist-test-slave-62kf"
I20260608 12:39:15.930171   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-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:15.948678   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:15.949837   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:15.951297   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:15.953603   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:15.953850   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.954092   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:15.954262   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:15.993163   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46527
I20260608 12:39:15.993286  1272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46527 every 8 connection(s)
I20260608 12:39:16.008347  1273 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40233
I20260608 12:39:16.008731  1273 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:16.009457  1273 heartbeater.cc:507] Master 127.0.107.254:40233 requested a full tablet report, sending...
I20260608 12:39:16.011642   997 ts_manager.cc:194] Registered new tserver with Master: 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:16.012162   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01548884s
I20260608 12:39:16.013144   997 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44210
I20260608 12:39:16.826195  1124 heartbeater.cc:499] Master 127.0.107.254:40233 was elected leader, sending a full tablet report...
I20260608 12:39:16.921505  1199 heartbeater.cc:499] Master 127.0.107.254:40233 was elected leader, sending a full tablet report...
I20260608 12:39:17.015888  1273 heartbeater.cc:499] Master 127.0.107.254:40233 was elected leader, sending a full tablet report...
I20260608 12:39:17.075455   997 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:44224:
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:39:17.078195   997 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:17.160254  1238 tablet_service.cc:1511] Processing CreateTablet for tablet df4e629509a74c02a506ed014438b1bc (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:39:17.162380  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df4e629509a74c02a506ed014438b1bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.162091  1235 tablet_service.cc:1511] Processing CreateTablet for tablet 75153df615254575b56970d42c1e088f (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:39:17.162091  1237 tablet_service.cc:1511] Processing CreateTablet for tablet 3aea9449806845bdbc68bb7ea7dbf62d (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:39:17.163079  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 1fafc0794d35467a9f53c93400f030b4 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:39:17.164353  1235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75153df615254575b56970d42c1e088f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.165048  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fafc0794d35467a9f53c93400f030b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.166189  1237 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3aea9449806845bdbc68bb7ea7dbf62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.170763  1234 tablet_service.cc:1511] Processing CreateTablet for tablet 2c2cdb28da2d49b09f2de438644d7d26 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:39:17.172433  1234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c2cdb28da2d49b09f2de438644d7d26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.179803  1089 tablet_service.cc:1511] Processing CreateTablet for tablet df4e629509a74c02a506ed014438b1bc (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:39:17.181485  1089 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df4e629509a74c02a506ed014438b1bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.185212  1087 tablet_service.cc:1511] Processing CreateTablet for tablet 1fafc0794d35467a9f53c93400f030b4 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:39:17.186923  1087 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fafc0794d35467a9f53c93400f030b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.186565  1086 tablet_service.cc:1511] Processing CreateTablet for tablet 75153df615254575b56970d42c1e088f (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:39:17.185266  1085 tablet_service.cc:1511] Processing CreateTablet for tablet 2c2cdb28da2d49b09f2de438644d7d26 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:39:17.185212  1088 tablet_service.cc:1511] Processing CreateTablet for tablet 3aea9449806845bdbc68bb7ea7dbf62d (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:39:17.188123  1086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75153df615254575b56970d42c1e088f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.197063  1088 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3aea9449806845bdbc68bb7ea7dbf62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.202458  1085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c2cdb28da2d49b09f2de438644d7d26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.205066  1084 tablet_service.cc:1511] Processing CreateTablet for tablet 7cc834b3cacf41618998240e96aa42c2 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:39:17.206763  1084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cc834b3cacf41618998240e96aa42c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.209860  1293 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.218246  1083 tablet_service.cc:1511] Processing CreateTablet for tablet 1993ac383a4e40d589ea9076a56e2f1c (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:39:17.219004  1164 tablet_service.cc:1511] Processing CreateTablet for tablet df4e629509a74c02a506ed014438b1bc (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 12:39:17.219847  1083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1993ac383a4e40d589ea9076a56e2f1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.220391  1164 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df4e629509a74c02a506ed014438b1bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.226166  1163 tablet_service.cc:1511] Processing CreateTablet for tablet 3aea9449806845bdbc68bb7ea7dbf62d (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 12:39:17.226815  1162 tablet_service.cc:1511] Processing CreateTablet for tablet 1fafc0794d35467a9f53c93400f030b4 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 12:39:17.227839  1163 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3aea9449806845bdbc68bb7ea7dbf62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.229058  1238 tablet_service.cc:1511] Processing CreateTablet for tablet 7cc834b3cacf41618998240e96aa42c2 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:39:17.230581  1161 tablet_service.cc:1511] Processing CreateTablet for tablet 75153df615254575b56970d42c1e088f (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 12:39:17.230576  1238 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cc834b3cacf41618998240e96aa42c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.232069  1161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 75153df615254575b56970d42c1e088f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.235824  1159 tablet_service.cc:1511] Processing CreateTablet for tablet 7cc834b3cacf41618998240e96aa42c2 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 12:39:17.237363  1159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7cc834b3cacf41618998240e96aa42c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.226140  1293 tablet_bootstrap.cc:654] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.233718  1160 tablet_service.cc:1511] Processing CreateTablet for tablet 2c2cdb28da2d49b09f2de438644d7d26 (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 12:39:17.239226  1160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c2cdb28da2d49b09f2de438644d7d26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.241596  1158 tablet_service.cc:1511] Processing CreateTablet for tablet 1993ac383a4e40d589ea9076a56e2f1c (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:39:17.243103  1158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1993ac383a4e40d589ea9076a56e2f1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.244417  1162 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fafc0794d35467a9f53c93400f030b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.247674  1082 tablet_service.cc:1511] Processing CreateTablet for tablet 7a7e9a5003e34a39ac937611f4e0988b (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:39:17.249204  1082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a7e9a5003e34a39ac937611f4e0988b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.270774  1294 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.277968  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 1993ac383a4e40d589ea9076a56e2f1c (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 12:39:17.294341  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1993ac383a4e40d589ea9076a56e2f1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.312479  1293 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.313059  1293 ts_tablet_manager.cc:1403] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.104s	user 0.020s	sys 0.018s
I20260608 12:39:17.319108  1294 tablet_bootstrap.cc:654] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.322659  1158 tablet_service.cc:1511] Processing CreateTablet for tablet 7a7e9a5003e34a39ac937611f4e0988b (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:39:17.323415  1293 raft_consensus.cc:359] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.325767  1158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a7e9a5003e34a39ac937611f4e0988b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.324931  1293 raft_consensus.cc:385] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.327144  1296 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.327158  1293 raft_consensus.cc:740] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.332664  1293 consensus_queue.cc:260] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.337594  1296 tablet_bootstrap.cc:654] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.331241  1236 tablet_service.cc:1511] Processing CreateTablet for tablet 7a7e9a5003e34a39ac937611f4e0988b (DEFAULT_TABLE table=test-workload [id=cbc4f3894cd24773ad93d11ad0bf270a]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 12:39:17.339174  1236 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7a7e9a5003e34a39ac937611f4e0988b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:17.342181  1293 ts_tablet_manager.cc:1434] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.029s	user 0.006s	sys 0.002s
I20260608 12:39:17.343384  1293 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.348894  1294 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.349478  1294 ts_tablet_manager.cc:1403] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.079s	user 0.009s	sys 0.006s
I20260608 12:39:17.350521  1293 tablet_bootstrap.cc:654] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.352658  1294 raft_consensus.cc:359] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.353497  1294 raft_consensus.cc:385] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.353833  1294 raft_consensus.cc:740] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.360139  1296 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.361004  1296 ts_tablet_manager.cc:1403] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.034s	user 0.011s	sys 0.009s
I20260608 12:39:17.364342  1294 consensus_queue.cc:260] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.365417  1296 raft_consensus.cc:359] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.366235  1296 raft_consensus.cc:385] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.366569  1296 raft_consensus.cc:740] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.367640  1296 consensus_queue.cc:260] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.368348  1293 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.368501  1294 ts_tablet_manager.cc:1434] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.007s
I20260608 12:39:17.368969  1293 ts_tablet_manager.cc:1403] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.026s	user 0.020s	sys 0.004s
I20260608 12:39:17.369660  1294 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.373162  1293 raft_consensus.cc:359] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.374290  1293 raft_consensus.cc:385] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.374756  1293 raft_consensus.cc:740] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.375895  1293 consensus_queue.cc:260] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.376928  1294 tablet_bootstrap.cc:654] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.377570  1296 ts_tablet_manager.cc:1434] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:39:17.378201  1293 ts_tablet_manager.cc:1434] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:39:17.379567  1293 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.387069  1293 tablet_bootstrap.cc:654] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.394523  1296 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.403162  1294 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.403527  1296 tablet_bootstrap.cc:654] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.403676  1294 ts_tablet_manager.cc:1403] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.034s	user 0.023s	sys 0.001s
I20260608 12:39:17.404354  1293 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.404875  1293 ts_tablet_manager.cc:1403] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.007s
I20260608 12:39:17.406541  1294 raft_consensus.cc:359] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.407327  1294 raft_consensus.cc:385] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.407699  1294 raft_consensus.cc:740] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.408535  1294 consensus_queue.cc:260] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.408378  1293 raft_consensus.cc:359] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.409940  1293 raft_consensus.cc:385] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.410405  1293 raft_consensus.cc:740] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.411140  1294 ts_tablet_manager.cc:1434] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260608 12:39:17.412320  1294 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.411686  1293 consensus_queue.cc:260] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.414501  1293 ts_tablet_manager.cc:1434] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:39:17.415402  1296 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.415616  1293 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.416074  1296 ts_tablet_manager.cc:1403] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.022s	user 0.020s	sys 0.000s
I20260608 12:39:17.419601  1296 raft_consensus.cc:359] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.420557  1296 raft_consensus.cc:385] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.420944  1296 raft_consensus.cc:740] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.422281  1293 tablet_bootstrap.cc:654] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.421928  1296 consensus_queue.cc:260] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.426846  1296 ts_tablet_manager.cc:1434] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:39:17.428498  1296 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.430320  1294 tablet_bootstrap.cc:654] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.437587  1296 tablet_bootstrap.cc:654] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.438694  1293 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.439313  1293 ts_tablet_manager.cc:1403] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.008s
I20260608 12:39:17.442641  1293 raft_consensus.cc:359] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.443266  1293 raft_consensus.cc:385] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.443631  1293 raft_consensus.cc:740] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.443899  1294 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.444571  1294 ts_tablet_manager.cc:1403] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.032s	user 0.008s	sys 0.012s
I20260608 12:39:17.444728  1293 consensus_queue.cc:260] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.445781  1296 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.446436  1296 ts_tablet_manager.cc:1403] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260608 12:39:17.447284  1293 ts_tablet_manager.cc:1434] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:39:17.448457  1293 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.448163  1294 raft_consensus.cc:359] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.448995  1294 raft_consensus.cc:385] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.449358  1294 raft_consensus.cc:740] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.449635  1296 raft_consensus.cc:359] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.450678  1296 raft_consensus.cc:385] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.451162  1296 raft_consensus.cc:740] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.450747  1294 consensus_queue.cc:260] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.452178  1296 consensus_queue.cc:260] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.453399  1294 ts_tablet_manager.cc:1434] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:39:17.455029  1294 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.455456  1293 tablet_bootstrap.cc:654] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.456568  1296 ts_tablet_manager.cc:1434] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.001s
I20260608 12:39:17.457749  1296 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.459352  1302 raft_consensus.cc:493] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.459872  1302 raft_consensus.cc:515] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.465255  1302 leader_election.cc:290] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527), 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365)
I20260608 12:39:17.478164  1298 raft_consensus.cc:493] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.478745  1298 raft_consensus.cc:515] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.479261  1293 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.479817  1293 ts_tablet_manager.cc:1403] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.005s
I20260608 12:39:17.479734  1296 tablet_bootstrap.cc:654] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.482558  1298 leader_election.cc:290] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:17.488556  1294 tablet_bootstrap.cc:654] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.496320  1293 raft_consensus.cc:359] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.508536  1293 raft_consensus.cc:385] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.509101  1293 raft_consensus.cc:740] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.510480  1293 consensus_queue.cc:260] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.519879  1293 ts_tablet_manager.cc:1434] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.040s	user 0.008s	sys 0.000s
I20260608 12:39:17.521584  1293 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.530357  1294 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.531000  1294 ts_tablet_manager.cc:1403] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.076s	user 0.016s	sys 0.025s
I20260608 12:39:17.533840  1293 tablet_bootstrap.cc:654] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.540376  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df4e629509a74c02a506ed014438b1bc" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.541565  1248 raft_consensus.cc:2468] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
I20260608 12:39:17.543567  1137 leader_election.cc:304] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:17.545013  1302 raft_consensus.cc:2804] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.545400  1302 raft_consensus.cc:493] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.545764  1302 raft_consensus.cc:3060] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.547307  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df4e629509a74c02a506ed014438b1bc" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.548107  1099 raft_consensus.cc:2468] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
I20260608 12:39:17.555260  1302 raft_consensus.cc:515] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.556926  1296 tablet_bootstrap.cc:492] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.558503  1296 ts_tablet_manager.cc:1403] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.101s	user 0.013s	sys 0.009s
I20260608 12:39:17.558782  1099 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.559648  1318 raft_consensus.cc:493] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.560083  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:17.561446  1302 leader_election.cc:290] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Requested vote from peers 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527), 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365)
I20260608 12:39:17.557061  1294 raft_consensus.cc:359] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.561940  1296 raft_consensus.cc:359] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.562203  1294 raft_consensus.cc:385] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.562213  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df4e629509a74c02a506ed014438b1bc" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.562785  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "df4e629509a74c02a506ed014438b1bc" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:17.563388  1294 raft_consensus.cc:740] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.563542  1098 raft_consensus.cc:3060] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:17.564232  1212 leader_election.cc:343] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.563557  1248 raft_consensus.cc:3060] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.564498  1294 consensus_queue.cc:260] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.562858  1296 raft_consensus.cc:385] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.566606  1296 raft_consensus.cc:740] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.567312  1294 ts_tablet_manager.cc:1434] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.036s	user 0.010s	sys 0.001s
I20260608 12:39:17.567624  1099 raft_consensus.cc:2468] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 0.
I20260608 12:39:17.568641  1294 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.568378  1296 consensus_queue.cc:260] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
W20260608 12:39:17.572433  1045 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:39:17.574589  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:39:17.575726  1050 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:39:17.567620  1293 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.576529  1293 ts_tablet_manager.cc:1403] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.055s	user 0.013s	sys 0.009s
I20260608 12:39:17.577710  1296 ts_tablet_manager.cc:1434] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.000s
I20260608 12:39:17.578907  1296 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.575872  1294 tablet_bootstrap.cc:654] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.575834  1098 raft_consensus.cc:2468] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.585400  1138 leader_election.cc:304] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:17.586444  1302 raft_consensus.cc:2804] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.586884  1212 leader_election.cc:304] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:17.587769  1298 raft_consensus.cc:2804] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.587944  1296 tablet_bootstrap.cc:654] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.588245  1298 raft_consensus.cc:493] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.588703  1298 raft_consensus.cc:3060] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.560264  1318 raft_consensus.cc:515] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.585217  1293 raft_consensus.cc:359] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.591854  1293 raft_consensus.cc:385] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.594059  1293 raft_consensus.cc:740] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.594015  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75153df615254575b56970d42c1e088f" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.594597  1248 raft_consensus.cc:2468] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.597389  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75153df615254575b56970d42c1e088f" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.598205  1247 raft_consensus.cc:2468] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
W20260608 12:39:17.597303  1138 leader_election.cc:343] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.596977  1318 leader_election.cc:290] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.606307  1298 raft_consensus.cc:515] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.609582  1298 leader_election.cc:290] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:17.597658  1293 consensus_queue.cc:260] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.592958  1294 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.613749  1137 leader_election.cc:304] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.615418  1293 ts_tablet_manager.cc:1434] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.039s	user 0.005s	sys 0.004s
I20260608 12:39:17.615975  1318 raft_consensus.cc:2804] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.616608  1318 raft_consensus.cc:493] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.616923  1293 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.617125  1318 raft_consensus.cc:3060] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.620484  1294 ts_tablet_manager.cc:1403] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.052s	user 0.012s	sys 0.003s
I20260608 12:39:17.612895  1302 raft_consensus.cc:697] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:17.622347  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.622251  1302 consensus_queue.cc:237] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } }
I20260608 12:39:17.623975  1098 raft_consensus.cc:3060] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.625378  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:17.630586  1296 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.631246  1296 ts_tablet_manager.cc:1403] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.053s	user 0.037s	sys 0.005s
W20260608 12:39:17.632812  1212 leader_election.cc:343] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.632097  1318 raft_consensus.cc:515] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.634411  1098 raft_consensus.cc:2468] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 1.
I20260608 12:39:17.636881  1318 leader_election.cc:290] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.637230  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75153df615254575b56970d42c1e088f" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.636894  1296 raft_consensus.cc:359] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.637962  1296 raft_consensus.cc:385] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.638345  1296 raft_consensus.cc:740] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
W20260608 12:39:17.639254  1138 leader_election.cc:343] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.639328  1296 consensus_queue.cc:260] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.640630  1294 raft_consensus.cc:359] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.641695  1296 ts_tablet_manager.cc:1434] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:39:17.643354  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "75153df615254575b56970d42c1e088f" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:17.643371  1212 leader_election.cc:304] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:17.647869  1294 raft_consensus.cc:385] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.648206  1247 raft_consensus.cc:3060] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.647327  1293 tablet_bootstrap.cc:654] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.648530  1298 raft_consensus.cc:2804] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.648523  1294 raft_consensus.cc:740] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.653643  1294 consensus_queue.cc:260] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.657346  1296 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.661238  1294 ts_tablet_manager.cc:1434] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.040s	user 0.006s	sys 0.003s
I20260608 12:39:17.662542   995 catalog_manager.cc:5696] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:17.664642  1294 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.665885  1301 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.666460  1301 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.667032  1298 raft_consensus.cc:697] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Becoming Leader. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Running, Role: LEADER
I20260608 12:39:17.668246  1298 consensus_queue.cc:237] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.672719  1247 raft_consensus.cc:2468] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.674152  1293 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.674898  1293 ts_tablet_manager.cc:1403] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.058s	user 0.010s	sys 0.005s
I20260608 12:39:17.676457  1137 leader_election.cc:304] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.677431  1301 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.677623  1318 raft_consensus.cc:493] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.678161  1318 raft_consensus.cc:515] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.678786  1293 raft_consensus.cc:359] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.682210  1318 leader_election.cc:290] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.682880  1318 raft_consensus.cc:2804] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.683441  1318 raft_consensus.cc:697] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:17.684226  1296 tablet_bootstrap.cc:654] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.684415  1318 consensus_queue.cc:237] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.694192  1294 tablet_bootstrap.cc:654] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.685498  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.685977  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.696559  1320 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.697000  1247 raft_consensus.cc:2468] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
I20260608 12:39:17.697160  1320 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
W20260608 12:39:17.698020  1138 leader_election.cc:343] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.679721  1293 raft_consensus.cc:385] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.689292  1323 raft_consensus.cc:493] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.699275  1137 leader_election.cc:304] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.699519  1323 raft_consensus.cc:515] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.700045  1320 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.701040  1320 raft_consensus.cc:2804] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.701426  1320 raft_consensus.cc:493] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.702764  1320 raft_consensus.cc:3060] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.703284  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.703425  1323 leader_election.cc:290] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:17.703500  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.701705  1293 raft_consensus.cc:740] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.704260  1098 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
I20260608 12:39:17.705799  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:17.705976  1293 consensus_queue.cc:260] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.706516  1174 raft_consensus.cc:2468] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 0.
I20260608 12:39:17.703974  1247 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 0.
I20260608 12:39:17.715793  1138 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:17.715834  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.719812  1212 leader_election.cc:304] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:17.721524  1302 raft_consensus.cc:2804] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.722426  1302 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260608 12:39:17.722620  1212 leader_election.cc:343] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.727563  1293 ts_tablet_manager.cc:1434] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.052s	user 0.008s	sys 0.000s
I20260608 12:39:17.728441  1302 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.729244  1323 raft_consensus.cc:2804] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.730701  1323 raft_consensus.cc:493] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.729631  1320 raft_consensus.cc:515] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.731133  1323 raft_consensus.cc:3060] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.729161  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.734359  1247 raft_consensus.cc:2468] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 0.
I20260608 12:39:17.729867  1293 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: Bootstrap starting.
I20260608 12:39:17.736701  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.737140  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:17.738179  1247 raft_consensus.cc:3060] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:17.738320  1138 leader_election.cc:343] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.735765  1062 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 
I20260608 12:39:17.740823  1301 raft_consensus.cc:2804] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.740895  1302 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.741346  1301 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.742018  1301 raft_consensus.cc:3060] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.746621  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.748287  1098 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.742733  1320 leader_election.cc:290] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.750944  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:17.751852  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:17.752503  1248 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:39:17.753531  1063 leader_election.cc:343] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.755249  1296 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.755774  1296 ts_tablet_manager.cc:1403] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.099s	user 0.010s	sys 0.004s
I20260608 12:39:17.758787  1302 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.747258  1323 raft_consensus.cc:515] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.760637  1293 tablet_bootstrap.cc:654] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.762151  1098 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.763023  1296 raft_consensus.cc:359] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.763415  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
I20260608 12:39:17.763805  1296 raft_consensus.cc:385] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.764178  1296 raft_consensus.cc:740] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.764195  1138 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
W20260608 12:39:17.765117  1212 leader_election.cc:343] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.765288  1302 raft_consensus.cc:2804] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.766970  1302 raft_consensus.cc:697] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:17.765486  1248 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.768779  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:17.769414  1174 raft_consensus.cc:3060] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.767454  1323 leader_election.cc:290] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 1 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:17.771101  1296 consensus_queue.cc:260] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.773609  1247 raft_consensus.cc:2468] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:17.774889  1296 ts_tablet_manager.cc:1434] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:39:17.777525  1294 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.778098  1296 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.778302  1294 ts_tablet_manager.cc:1403] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.114s	user 0.008s	sys 0.014s
I20260608 12:39:17.770695  1302 consensus_queue.cc:237] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.783111  1137 leader_election.cc:304] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.784024  1320 raft_consensus.cc:2804] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.780655   996 catalog_manager.cc:5696] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 reported cstate change: term changed from 0 to 1, leader changed from <none> to 57cd87ff07514cd98630ab9c05088091 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:17.784626  1320 raft_consensus.cc:697] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:17.785494  1301 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.785964  1320 consensus_queue.cc:237] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.790740  1294 raft_consensus.cc:359] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.791720  1294 raft_consensus.cc:385] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.792444  1294 raft_consensus.cc:740] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.791988  1174 raft_consensus.cc:2468] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 1.
I20260608 12:39:17.794477  1294 consensus_queue.cc:260] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.797477  1212 leader_election.cc:304] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.800272  1323 raft_consensus.cc:2804] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.800837  1323 raft_consensus.cc:697] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Becoming Leader. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Running, Role: LEADER
I20260608 12:39:17.800761  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:17.802433  1323 consensus_queue.cc:237] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.804565  1301 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 election: Requested vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
W20260608 12:39:17.804629  1063 leader_election.cc:343] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.805492  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:17.823400  1294 ts_tablet_manager.cc:1434] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.045s	user 0.015s	sys 0.002s
I20260608 12:39:17.825013  1247 raft_consensus.cc:3060] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.836078  1293 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: No bootstrap required, opened a new log
I20260608 12:39:17.836757  1293 ts_tablet_manager.cc:1403] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: Time spent bootstrapping tablet: real 0.108s	user 0.016s	sys 0.004s
I20260608 12:39:17.841694  1338 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.842744  1296 tablet_bootstrap.cc:654] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.842351  1338 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.846055  1338 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.847478  1294 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.846575  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:17.849478  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
W20260608 12:39:17.850086  1063 leader_election.cc:343] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.847200  1293 raft_consensus.cc:359] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.851577  1293 raft_consensus.cc:385] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.851962  1293 raft_consensus.cc:740] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.853114  1293 consensus_queue.cc:260] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.854317  1248 raft_consensus.cc:2468] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 0.
I20260608 12:39:17.854645  1247 raft_consensus.cc:2468] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 1.
I20260608 12:39:17.856295  1062 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:17.858180  1062 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:17.859928  1293 ts_tablet_manager.cc:1434] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.000s
I20260608 12:39:17.859550  1301 raft_consensus.cc:2804] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.860718  1338 raft_consensus.cc:2804] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:17.861359  1338 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:17.862459  1338 raft_consensus.cc:3060] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.872857   995 catalog_manager.cc:5696] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.879129  1301 raft_consensus.cc:697] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 1 LEADER]: Becoming Leader. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Running, Role: LEADER
I20260608 12:39:17.880712  1301 consensus_queue.cc:237] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.879083   995 catalog_manager.cc:5696] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.887471  1296 tablet_bootstrap.cc:492] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.888089  1296 ts_tablet_manager.cc:1403] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.110s	user 0.017s	sys 0.001s
I20260608 12:39:17.891800   995 catalog_manager.cc:5696] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.892539  1296 raft_consensus.cc:359] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.893342  1296 raft_consensus.cc:385] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.893703  1296 raft_consensus.cc:740] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.894608  1296 consensus_queue.cc:260] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.896859  1294 tablet_bootstrap.cc:654] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.897588  1296 ts_tablet_manager.cc:1434] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260608 12:39:17.897451  1338 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.898828  1296 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: Bootstrap starting.
I20260608 12:39:17.901243  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:17.903240  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
W20260608 12:39:17.903543  1063 leader_election.cc:343] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:39:17.904340  1338 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 election: Requested vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.903959  1247 raft_consensus.cc:3060] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.909798  1296 tablet_bootstrap.cc:654] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.912580  1247 raft_consensus.cc:2468] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 1.
I20260608 12:39:17.915582  1062 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:17.916997  1338 raft_consensus.cc:2804] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:17.920622   997 catalog_manager.cc:5696] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 reported cstate change: term changed from 0 to 1, leader changed from <none> to 57cd87ff07514cd98630ab9c05088091 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:17.925941  1296 tablet_bootstrap.cc:492] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: No bootstrap required, opened a new log
I20260608 12:39:17.926461  1296 ts_tablet_manager.cc:1403] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.004s
I20260608 12:39:17.928287  1294 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.928906  1294 ts_tablet_manager.cc:1403] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.090s	user 0.009s	sys 0.008s
I20260608 12:39:17.929804  1296 raft_consensus.cc:359] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.930682  1296 raft_consensus.cc:385] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.931034  1296 raft_consensus.cc:740] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.918239  1338 raft_consensus.cc:697] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 1 LEADER]: Becoming Leader. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Running, Role: LEADER
I20260608 12:39:17.932911  1338 consensus_queue.cc:237] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.936232  1296 consensus_queue.cc:260] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.939558  1296 ts_tablet_manager.cc:1434] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.001s
I20260608 12:39:17.941527  1294 raft_consensus.cc:359] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.942144   994 catalog_manager.cc:5696] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 reported cstate change: term changed from 0 to 1, leader changed from <none> to 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "58ce2c08eb3449538827e2816ab47e79" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.947049  1294 raft_consensus.cc:385] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.947504  1294 raft_consensus.cc:740] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.948438  1294 consensus_queue.cc:260] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.950922  1294 ts_tablet_manager.cc:1434] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.022s	user 0.002s	sys 0.005s
I20260608 12:39:17.953655  1294 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: Bootstrap starting.
I20260608 12:39:17.954218  1320 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.955538  1320 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.959142  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:17.961014  1320 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:17.961488  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:17.962411  1247 raft_consensus.cc:2393] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in current term 1: Already voted for candidate 58ce2c08eb3449538827e2816ab47e79 in this term.
I20260608 12:39:17.963851  1137 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:17.965211  1320 raft_consensus.cc:3060] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:17.969959  1294 tablet_bootstrap.cc:654] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:17.971603  1320 raft_consensus.cc:2749] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:17.971248   994 catalog_manager.cc:5696] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 reported cstate change: term changed from 0 to 1, leader changed from <none> to 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "58ce2c08eb3449538827e2816ab47e79" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:17.975708  1294 tablet_bootstrap.cc:492] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: No bootstrap required, opened a new log
I20260608 12:39:17.976183  1294 ts_tablet_manager.cc:1403] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.004s
I20260608 12:39:17.978504  1294 raft_consensus.cc:359] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.979013  1294 raft_consensus.cc:385] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:17.979274  1294 raft_consensus.cc:740] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Initialized, Role: FOLLOWER
I20260608 12:39:17.980000  1294 consensus_queue.cc:260] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.981734  1294 ts_tablet_manager.cc:1434] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:39:17.997478  1320 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:17.997960  1320 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:17.999822  1320 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:18.001348  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:18.001312  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:18.002504  1247 raft_consensus.cc:2393] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in current term 1: Already voted for candidate 58ce2c08eb3449538827e2816ab47e79 in this term.
I20260608 12:39:18.003768  1137 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:18.004671  1320 raft_consensus.cc:3060] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:18.009599  1320 raft_consensus.cc:2749] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:18.022770  1320 raft_consensus.cc:493] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:18.023221  1320 raft_consensus.cc:515] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:18.025667  1320 leader_election.cc:290] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:18.026721  1098 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "58ce2c08eb3449538827e2816ab47e79" is_pre_election: true
I20260608 12:39:18.026805  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fafc0794d35467a9f53c93400f030b4" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:18.027432  1098 raft_consensus.cc:2393] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in current term 1: Already voted for candidate 57cd87ff07514cd98630ab9c05088091 in this term.
I20260608 12:39:18.028579  1138 leader_election.cc:304] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:18.029562  1320 raft_consensus.cc:3060] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:18.034658  1320 raft_consensus.cc:2749] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:18.076556  1338 raft_consensus.cc:493] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:18.077275  1338 raft_consensus.cc:515] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:18.079100  1338 leader_election.cc:290] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:18.080020  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:18.080329  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:18.080687  1174 raft_consensus.cc:2393] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 58ce2c08eb3449538827e2816ab47e79 in current term 1: Already voted for candidate 57cd87ff07514cd98630ab9c05088091 in this term.
I20260608 12:39:18.082233  1062 leader_election.cc:304] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [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: 58ce2c08eb3449538827e2816ab47e79; no voters: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:18.082966  1338 raft_consensus.cc:3060] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:18.087606  1338 raft_consensus.cc:2749] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:18.096746   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:18.103489  1347 instance_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:18.104049  1348 instance_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:18.106362  1350 instance_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:18.106781  1323 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.107241   431 server_base.cc:1061] running on GCE node
I20260608 12:39:18.108495   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:18.108778   431 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:18.109011   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922358108991 us; error 0 us; skew 500 ppm
I20260608 12:39:18.109715   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:18.120833   431 webserver.cc:533] Webserver started at http://127.0.107.196:40813/ using document root <none> and password file <none>
I20260608 12:39:18.121754   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:18.122222  1320 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.123517   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:18.124078   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:18.125757   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "32d38707e07b43d0a2488c5f576cfbc8"
format_stamp: "Formatted at 2026-06-08 12:39:18 on dist-test-slave-62kf"
I20260608 12:39:18.132324  1320 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:18.145646  1298 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.164018   431 fs_manager.cc:696] Time spent creating directory manager: real 0.037s	user 0.005s	sys 0.003s
I20260608 12:39:18.179868  1363 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:18.182054  1338 raft_consensus.cc:493] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:18.183043   431 fs_manager.cc:730] Time spent opening block manager: real 0.015s	user 0.005s	sys 0.002s
I20260608 12:39:18.182624  1338 raft_consensus.cc:515] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:18.183409   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "32d38707e07b43d0a2488c5f576cfbc8"
format_stamp: "Formatted at 2026-06-08 12:39:18 on dist-test-slave-62kf"
I20260608 12:39:18.183805   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780922350108766-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:18.184999  1338 leader_election.cc:290] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:18.186280  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:18.186686  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:18.187124  1247 raft_consensus.cc:2393] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 58ce2c08eb3449538827e2816ab47e79 in current term 1: Already voted for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in this term.
I20260608 12:39:18.188416  1062 leader_election.cc:304] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [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: 58ce2c08eb3449538827e2816ab47e79; no voters: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:18.189486  1338 raft_consensus.cc:3060] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:18.198319  1338 raft_consensus.cc:2749] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:39:18.199254  1099 raft_consensus.cc:3060] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:18.203624   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:18.205340   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:18.206342  1302 consensus_queue.cc:1048] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.207306   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:18.210830   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:18.211104   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:18.211473   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:18.211680   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:18.221186  1318 consensus_queue.cc:1048] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:18.286550   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:35549
I20260608 12:39:18.286640  1427 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:35549 every 8 connection(s)
I20260608 12:39:18.302522  1318 consensus_queue.cc:1048] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.303207  1428 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40233
I20260608 12:39:18.303681  1428 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:18.304709  1428 heartbeater.cc:507] Master 127.0.107.254:40233 requested a full tablet report, sending...
I20260608 12:39:18.308337   995 ts_manager.cc:194] Registered new tserver with Master: 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196:35549)
I20260608 12:39:18.308117  1318 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.311004   995 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36740
I20260608 12:39:18.317121  1338 consensus_queue.cc:1048] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:18.324683  1320 consensus_queue.cc:1048] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:18.330426  1302 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:18.344293  1301 consensus_queue.cc:1048] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.374946  1301 consensus_queue.cc:1048] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.391100  1301 consensus_queue.cc:1048] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.436187  1298 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:18.450606  1358 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:19.317150  1428 heartbeater.cc:499] Master 127.0.107.254:40233 was elected leader, sending a full tablet report...
I20260608 12:39:19.576881  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:19.595628  1174 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26"
dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
mode: GRACEFUL
new_leader_uuid: "58ce2c08eb3449538827e2816ab47e79"
 from {username='slave'} at 127.0.0.1:53592
I20260608 12:39:19.596341  1174 raft_consensus.cc:606] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Received request to transfer leadership to TS 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:19.597592  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:39:19.598093  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:19.774964  1320 raft_consensus.cc:993] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: : Instructing follower 58ce2c08eb3449538827e2816ab47e79 to start an election
I20260608 12:39:19.775516  1320 raft_consensus.cc:1081] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Signalling peer 58ce2c08eb3449538827e2816ab47e79 to start an election
I20260608 12:39:19.777447  1099 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26"
dest_uuid: "58ce2c08eb3449538827e2816ab47e79"
 from {username='slave'} at 127.0.0.1:56724
I20260608 12:39:19.778173  1099 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:19.778647  1099 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:19.783897  1099 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:19.786031  1099 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [CANDIDATE]: Term 2 election: Requested vote from peers 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:19.786813  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:19.787204  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "58ce2c08eb3449538827e2816ab47e79" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:19.787509  1174 raft_consensus.cc:3055] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:19.787933  1174 raft_consensus.cc:740] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:19.787999  1247 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:19.788841  1174 consensus_queue.cc:260] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:19.789798  1174 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:19.793344  1247 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 2.
I20260608 12:39:19.794566  1062 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [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: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79; no voters: 
I20260608 12:39:19.795156  1174 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 58ce2c08eb3449538827e2816ab47e79 in term 2.
I20260608 12:39:19.795336  1440 raft_consensus.cc:2804] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:19.796643  1440 raft_consensus.cc:697] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 2 LEADER]: Becoming Leader. State: Replica: 58ce2c08eb3449538827e2816ab47e79, State: Running, Role: LEADER
I20260608 12:39:19.797508  1440 consensus_queue.cc:237] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:19.805724   996 catalog_manager.cc:5696] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 reported cstate change: term changed from 1 to 2, leader changed from 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194) to 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "58ce2c08eb3449538827e2816ab47e79" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:20.364041  1247 raft_consensus.cc:1275] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Refusing update from remote peer 58ce2c08eb3449538827e2816ab47e79: 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:20.366088  1440 consensus_queue.cc:1048] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:20.383306  1174 raft_consensus.cc:1275] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Refusing update from remote peer 58ce2c08eb3449538827e2816ab47e79: 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:20.386020  1457 consensus_queue.cc:1048] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:21.599258  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:21.605621  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:21.606208  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:23.607463  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:23.620594  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:23.621284  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:23.695479  1247 consensus_queue.cc:237] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:23.703806  1173 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:23.704209  1098 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:23.706321  1323 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:23.707424  1469 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 12:39:23.721489  1214 consensus_peers.cc:597] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 -> Peer 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196:35549): Couldn't send request to peer 32d38707e07b43d0a2488c5f576cfbc8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1fafc0794d35467a9f53c93400f030b4. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:23.721051  1462 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.723598  1173 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.724038  1098 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.740005  1247 consensus_queue.cc:237] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:23.740214   995 catalog_manager.cc:5696] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
W20260608 12:39:23.750794  1214 consensus_peers.cc:597] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 -> Peer 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196:35549): Couldn't send request to peer 32d38707e07b43d0a2488c5f576cfbc8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1993ac383a4e40d589ea9076a56e2f1c. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:23.750958  1173 raft_consensus.cc:1275] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:23.751205  1098 raft_consensus.cc:1275] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:23.753283  1323 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } 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:23.754422  1462 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:23.768239  1323 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.772853  1173 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.785661  1098 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.803610   994 catalog_manager.cc:5696] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.819664  1173 consensus_queue.cc:237] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:23.831624  1098 raft_consensus.cc:1275] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:23.831678  1247 raft_consensus.cc:1275] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:23.835310  1465 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } 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:23.837864  1484 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:23.850080  1465 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
W20260608 12:39:23.858573  1140 consensus_peers.cc:597] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196:35549): Couldn't send request to peer 32d38707e07b43d0a2488c5f576cfbc8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3aea9449806845bdbc68bb7ea7dbf62d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:23.859426  1247 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.866336  1098 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.869720  1173 consensus_queue.cc:237] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:23.869448   996 catalog_manager.cc:5696] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:39:23.889806  1140 consensus_peers.cc:597] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196:35549): Couldn't send request to peer 32d38707e07b43d0a2488c5f576cfbc8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: df4e629509a74c02a506ed014438b1bc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:23.890245  1098 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:23.891852  1247 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:23.891852  1465 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } 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:23.893730  1446 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:23.903236  1484 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.905578  1098 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.905933  1247 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:23.917344   995 catalog_manager.cc:5696] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 reported cstate change: config changed from index -1 to 2, NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } } }
I20260608 12:39:24.257685  1491 ts_tablet_manager.cc:933] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: Initiating tablet copy from peer 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:24.260318  1491 tablet_copy_client.cc:323] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46527
I20260608 12:39:24.274791  1258 tablet_copy_service.cc:140] P 57cd87ff07514cd98630ab9c05088091: Received BeginTabletCopySession request for tablet 1993ac383a4e40d589ea9076a56e2f1c from peer 32d38707e07b43d0a2488c5f576cfbc8 ({username='slave'} at 127.0.0.1:58156)
I20260608 12:39:24.275442  1258 tablet_copy_service.cc:161] P 57cd87ff07514cd98630ab9c05088091: Beginning new tablet copy session on tablet 1993ac383a4e40d589ea9076a56e2f1c from peer 32d38707e07b43d0a2488c5f576cfbc8 at {username='slave'} at 127.0.0.1:58156: session id = 32d38707e07b43d0a2488c5f576cfbc8-1993ac383a4e40d589ea9076a56e2f1c
I20260608 12:39:24.285420  1258 tablet_copy_source_session.cc:215] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:24.286290  1495 ts_tablet_manager.cc:933] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: Initiating tablet copy from peer 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:24.288473  1495 tablet_copy_client.cc:323] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:46527
I20260608 12:39:24.289789  1491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1993ac383a4e40d589ea9076a56e2f1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.290627  1258 tablet_copy_service.cc:140] P 57cd87ff07514cd98630ab9c05088091: Received BeginTabletCopySession request for tablet 1fafc0794d35467a9f53c93400f030b4 from peer 32d38707e07b43d0a2488c5f576cfbc8 ({username='slave'} at 127.0.0.1:58156)
I20260608 12:39:24.291260  1258 tablet_copy_service.cc:161] P 57cd87ff07514cd98630ab9c05088091: Beginning new tablet copy session on tablet 1fafc0794d35467a9f53c93400f030b4 from peer 32d38707e07b43d0a2488c5f576cfbc8 at {username='slave'} at 127.0.0.1:58156: session id = 32d38707e07b43d0a2488c5f576cfbc8-1fafc0794d35467a9f53c93400f030b4
I20260608 12:39:24.299016  1258 tablet_copy_source_session.cc:215] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:24.302721  1495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fafc0794d35467a9f53c93400f030b4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.307765  1491 tablet_copy_client.cc:806] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:24.308985  1491 tablet_copy_client.cc:670] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:24.313565  1491 tablet_copy_client.cc:538] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:24.323300  1495 tablet_copy_client.cc:806] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:24.324131  1495 tablet_copy_client.cc:670] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:24.327792  1491 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap starting.
I20260608 12:39:24.328342  1497 ts_tablet_manager.cc:933] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: Initiating tablet copy from peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:24.329923  1495 tablet_copy_client.cc:538] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:24.340898  1497 tablet_copy_client.cc:323] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41213
I20260608 12:39:24.341024  1495 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap starting.
I20260608 12:39:24.367278  1491 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: 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:24.368839  1491 tablet_bootstrap.cc:492] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap complete.
I20260608 12:39:24.369753  1491 ts_tablet_manager.cc:1403] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: Time spent bootstrapping tablet: real 0.042s	user 0.035s	sys 0.005s
I20260608 12:39:24.373806  1491 raft_consensus.cc:359] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.374807  1491 raft_consensus.cc:740] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 32d38707e07b43d0a2488c5f576cfbc8, State: Initialized, Role: LEARNER
I20260608 12:39:24.375679  1491 consensus_queue.cc:260] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.383298  1184 tablet_copy_service.cc:140] P 6cfbc4a0f98a4162ace554e659d4d3c2: Received BeginTabletCopySession request for tablet 3aea9449806845bdbc68bb7ea7dbf62d from peer 32d38707e07b43d0a2488c5f576cfbc8 ({username='slave'} at 127.0.0.1:53618)
I20260608 12:39:24.384059  1184 tablet_copy_service.cc:161] P 6cfbc4a0f98a4162ace554e659d4d3c2: Beginning new tablet copy session on tablet 3aea9449806845bdbc68bb7ea7dbf62d from peer 32d38707e07b43d0a2488c5f576cfbc8 at {username='slave'} at 127.0.0.1:53618: session id = 32d38707e07b43d0a2488c5f576cfbc8-3aea9449806845bdbc68bb7ea7dbf62d
I20260608 12:39:24.385816  1491 ts_tablet_manager.cc:1434] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.008s
I20260608 12:39:24.388825  1495 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: 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:24.389762  1495 tablet_bootstrap.cc:492] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap complete.
I20260608 12:39:24.389984   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:24.390702  1495 ts_tablet_manager.cc:1403] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: Time spent bootstrapping tablet: real 0.050s	user 0.031s	sys 0.012s
I20260608 12:39:24.393327  1258 tablet_copy_service.cc:342] P 57cd87ff07514cd98630ab9c05088091: Request end of tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-1993ac383a4e40d589ea9076a56e2f1c received from {username='slave'} at 127.0.0.1:58156
I20260608 12:39:24.393914  1258 tablet_copy_service.cc:434] P 57cd87ff07514cd98630ab9c05088091: ending tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-1993ac383a4e40d589ea9076a56e2f1c on tablet 1993ac383a4e40d589ea9076a56e2f1c with peer 32d38707e07b43d0a2488c5f576cfbc8
I20260608 12:39:24.396003  1495 raft_consensus.cc:359] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.399480  1495 raft_consensus.cc:740] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 32d38707e07b43d0a2488c5f576cfbc8, State: Initialized, Role: LEARNER
I20260608 12:39:24.404623  1495 consensus_queue.cc:260] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.410521  1495 ts_tablet_manager.cc:1434] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.003s
I20260608 12:39:24.412660  1258 tablet_copy_service.cc:342] P 57cd87ff07514cd98630ab9c05088091: Request end of tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-1fafc0794d35467a9f53c93400f030b4 received from {username='slave'} at 127.0.0.1:58156
I20260608 12:39:24.413050  1491 ts_tablet_manager.cc:933] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: Initiating tablet copy from peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:24.413168  1258 tablet_copy_service.cc:434] P 57cd87ff07514cd98630ab9c05088091: ending tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-1fafc0794d35467a9f53c93400f030b4 on tablet 1fafc0794d35467a9f53c93400f030b4 with peer 32d38707e07b43d0a2488c5f576cfbc8
I20260608 12:39:24.428071  1491 tablet_copy_client.cc:323] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:41213
I20260608 12:39:24.432914  1184 tablet_copy_source_session.cc:215] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:24.434582  1183 tablet_copy_service.cc:140] P 6cfbc4a0f98a4162ace554e659d4d3c2: Received BeginTabletCopySession request for tablet df4e629509a74c02a506ed014438b1bc from peer 32d38707e07b43d0a2488c5f576cfbc8 ({username='slave'} at 127.0.0.1:53618)
I20260608 12:39:24.436949  1183 tablet_copy_service.cc:161] P 6cfbc4a0f98a4162ace554e659d4d3c2: Beginning new tablet copy session on tablet df4e629509a74c02a506ed014438b1bc from peer 32d38707e07b43d0a2488c5f576cfbc8 at {username='slave'} at 127.0.0.1:53618: session id = 32d38707e07b43d0a2488c5f576cfbc8-df4e629509a74c02a506ed014438b1bc
I20260608 12:39:24.449221  1497 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3aea9449806845bdbc68bb7ea7dbf62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.457482  1183 tablet_copy_source_session.cc:215] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:24.460494   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:24.461629  1491 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df4e629509a74c02a506ed014438b1bc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:24.462133   431 tablet_replica.cc:333] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.463094   431 raft_consensus.cc:2243] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:24.463722   431 raft_consensus.cc:2272] T 75153df615254575b56970d42c1e088f P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.466735   431 tablet_replica.cc:333] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.467618   431 raft_consensus.cc:2243] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:24.468307   431 raft_consensus.cc:2272] T 3aea9449806845bdbc68bb7ea7dbf62d P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.473011   431 tablet_replica.cc:333] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.476341  1497 tablet_copy_client.cc:806] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:24.477093  1497 tablet_copy_client.cc:670] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:24.478776  1491 tablet_copy_client.cc:806] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:24.479404  1491 tablet_copy_client.cc:670] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:24.479555   431 raft_consensus.cc:2243] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:24.480868   431 raft_consensus.cc:2272] T 7cc834b3cacf41618998240e96aa42c2 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.482106  1497 tablet_copy_client.cc:538] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:24.484257  1491 tablet_copy_client.cc:538] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:24.484598   431 tablet_replica.cc:333] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.485400   431 raft_consensus.cc:2243] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:24.486403   431 raft_consensus.cc:2272] T 2c2cdb28da2d49b09f2de438644d7d26 P 58ce2c08eb3449538827e2816ab47e79 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.488994   431 tablet_replica.cc:333] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.489737   431 raft_consensus.cc:2243] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:24.490891   431 raft_consensus.cc:2272] T 7a7e9a5003e34a39ac937611f4e0988b P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.492985  1497 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap starting.
I20260608 12:39:24.493862   431 tablet_replica.cc:333] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.494705   431 raft_consensus.cc:2243] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:24.495282   431 raft_consensus.cc:2272] T 1993ac383a4e40d589ea9076a56e2f1c P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.499310   431 tablet_replica.cc:333] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.500161   431 raft_consensus.cc:2243] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:24.500784   431 raft_consensus.cc:2272] T 1fafc0794d35467a9f53c93400f030b4 P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:24.503285  1491 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap starting.
I20260608 12:39:24.504261   431 tablet_replica.cc:333] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79: stopping tablet replica
I20260608 12:39:24.505034   431 raft_consensus.cc:2243] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:24.505681   431 raft_consensus.cc:2272] T df4e629509a74c02a506ed014438b1bc P 58ce2c08eb3449538827e2816ab47e79 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:39:24.533900  1120 debug-util.cc:398] Leaking SignalData structure 0x7b08000a5ea0 after lost signal to thread 434
W20260608 12:39:24.535184  1120 debug-util.cc:398] Leaking SignalData structure 0x7b08000a7580 after lost signal to thread 1031
I20260608 12:39:24.536412  1497 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: 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:24.538074  1497 tablet_bootstrap.cc:492] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap complete.
I20260608 12:39:24.539471  1497 ts_tablet_manager.cc:1403] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: Time spent bootstrapping tablet: real 0.047s	user 0.036s	sys 0.008s
I20260608 12:39:24.543131  1497 raft_consensus.cc:359] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.544092  1497 raft_consensus.cc:740] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 32d38707e07b43d0a2488c5f576cfbc8, State: Initialized, Role: LEARNER
I20260608 12:39:24.544809  1497 consensus_queue.cc:260] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.547341  1497 ts_tablet_manager.cc:1434] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:39:24.548817  1491 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: 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:24.549789  1491 tablet_bootstrap.cc:492] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: Bootstrap complete.
I20260608 12:39:24.550168  1183 tablet_copy_service.cc:342] P 6cfbc4a0f98a4162ace554e659d4d3c2: Request end of tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-3aea9449806845bdbc68bb7ea7dbf62d received from {username='slave'} at 127.0.0.1:53618
I20260608 12:39:24.550386  1491 ts_tablet_manager.cc:1403] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: Time spent bootstrapping tablet: real 0.047s	user 0.024s	sys 0.007s
I20260608 12:39:24.550729  1183 tablet_copy_service.cc:434] P 6cfbc4a0f98a4162ace554e659d4d3c2: ending tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-3aea9449806845bdbc68bb7ea7dbf62d on tablet 3aea9449806845bdbc68bb7ea7dbf62d with peer 32d38707e07b43d0a2488c5f576cfbc8
I20260608 12:39:24.554178  1491 raft_consensus.cc:359] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.555171  1491 raft_consensus.cc:740] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 32d38707e07b43d0a2488c5f576cfbc8, State: Initialized, Role: LEARNER
I20260608 12:39:24.555965  1491 consensus_queue.cc:260] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [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: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: true } }
I20260608 12:39:24.558949  1491 ts_tablet_manager.cc:1434] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:24.561252  1183 tablet_copy_service.cc:342] P 6cfbc4a0f98a4162ace554e659d4d3c2: Request end of tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-df4e629509a74c02a506ed014438b1bc received from {username='slave'} at 127.0.0.1:53618
I20260608 12:39:24.561765  1183 tablet_copy_service.cc:434] P 6cfbc4a0f98a4162ace554e659d4d3c2: ending tablet copy session 32d38707e07b43d0a2488c5f576cfbc8-df4e629509a74c02a506ed014438b1bc on tablet df4e629509a74c02a506ed014438b1bc with peer 32d38707e07b43d0a2488c5f576cfbc8
W20260608 12:39:24.639444  1138 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260608 12:39:24.644246  1138 consensus_peers.cc:597] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:24.709601  1403 raft_consensus.cc:1217] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260608 12:39:24.762394  1212 consensus_peers.cc:597] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:24.792791  1212 consensus_peers.cc:597] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:24.804541  1403 raft_consensus.cc:1217] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260608 12:39:24.869913  1138 consensus_peers.cc:597] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:24.877048  1403 raft_consensus.cc:1217] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:39:24.900441  1403 raft_consensus.cc:1217] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260608 12:39:24.925304  1138 consensus_peers.cc:597] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:25.158689  1323 raft_consensus.cc:1064] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: attempting to promote NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 to VOTER
I20260608 12:39:25.162120  1323 consensus_queue.cc:237] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.173267  1403 raft_consensus.cc:1275] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:25.175211  1509 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } 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:25.178221  1173 raft_consensus.cc:1275] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:25.180229  1509 consensus_queue.cc:1048] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:39:25.185235  1212 consensus_peers.cc:597] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:25.198653  1323 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.200953  1403 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.224864  1173 raft_consensus.cc:2955] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.245617   996 catalog_manager.cc:5696] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 reported cstate change: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:25.317404  1465 raft_consensus.cc:1064] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: attempting to promote NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 to VOTER
I20260608 12:39:25.320153  1465 consensus_queue.cc:237] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.320912  1512 raft_consensus.cc:1064] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: attempting to promote NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 to VOTER
I20260608 12:39:25.323618  1512 consensus_queue.cc:237] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.338547  1403 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:25.343046  1513 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } 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:25.346597  1247 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:25.354848  1248 raft_consensus.cc:1275] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:39:25.355451  1138 consensus_peers.cc:597] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:25.357440  1525 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:25.357640  1465 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } 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:25.374099  1403 raft_consensus.cc:1275] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:39:25.387154  1138 consensus_peers.cc:597] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:25.388828  1525 consensus_queue.cc:1048] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } 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:25.404207  1512 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.410511  1508 raft_consensus.cc:1064] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: attempting to promote NON_VOTER 32d38707e07b43d0a2488c5f576cfbc8 to VOTER
I20260608 12:39:25.410959  1403 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.413352  1508 consensus_queue.cc:237] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.419350  1525 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.426733  1401 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.442682  1248 raft_consensus.cc:2955] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.459771   995 catalog_manager.cc:5696] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 reported cstate change: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } attrs { replace: true } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.464089  1247 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.480161  1403 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 LEARNER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:25.491793   996 catalog_manager.cc:5696] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 reported cstate change: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.492820  1518 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } 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:25.480624  1173 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 12:39:25.484349  1212 consensus_peers.cc:597] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:25.497674  1518 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:39:25.526829  1174 consensus_queue.cc:237] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.533968  1401 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:25.535758  1247 raft_consensus.cc:1275] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:25.537073  1512 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
W20260608 12:39:25.543176   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 1120)
I20260608 12:39:25.544718  1512 consensus_queue.cc:1048] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:25.548928  1513 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.559753  1401 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.577253  1518 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.578125  1518 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.581279  1518 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:25.587152  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:25.599172   982 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet df4e629509a74c02a506ed014438b1bc with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 12:39:25.612391  1212 leader_election.cc:336] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.613730   996 catalog_manager.cc:5696] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 reported cstate change: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.614842  1518 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.616494  1518 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.618884  1518 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:25.622404  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:25.632128  1212 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091; no voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:25.645723  1518 raft_consensus.cc:2749] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:25.649546  1247 raft_consensus.cc:2955] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.659332  1512 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.660145  1512 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
W20260608 12:39:25.669698   982 catalog_manager.cc:4754] TS 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet df4e629509a74c02a506ed014438b1bc: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
W20260608 12:39:25.673612  1138 leader_election.cc:336] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
W20260608 12:39:25.679083  1050 auto_leader_rebalancer.cc:460] the master instance isn't leader: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.691073  1512 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:25.694442  1173 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:25.699302  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:25.700078  1248 raft_consensus.cc:2468] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 1.
I20260608 12:39:25.701609  1512 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.702179  1517 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.704169  1403 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.713130  1137 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
W20260608 12:39:25.715175  1212 leader_election.cc:336] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.715721  1212 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091; no voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:25.716626  1508 raft_consensus.cc:2749] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 12:39:25.715785  1513 raft_consensus.cc:2804] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:25.717613  1513 raft_consensus.cc:493] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.718746  1513 raft_consensus.cc:3060] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:25.702176  1512 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.733898  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:25.734570  1247 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 2.
I20260608 12:39:25.735818  1137 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:25.736763  1527 raft_consensus.cc:2804] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 12:39:25.737185  1527 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Starting leader election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.737579  1527 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Advancing to term 3
W20260608 12:39:25.739140  1138 leader_election.cc:336] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.741046  1512 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:25.818812  1174 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.820240   995 catalog_manager.cc:5696] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 reported cstate change: config changed from index 2 to 3, 32d38707e07b43d0a2488c5f576cfbc8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } attrs { replace: true } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.822577  1513 raft_consensus.cc:515] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.827335  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
I20260608 12:39:25.828015  1247 raft_consensus.cc:3060] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:39:25.832152  1138 leader_election.cc:336] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.833514  1513 leader_election.cc:290] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:25.849969  1248 consensus_queue.cc:237] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [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: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } }
I20260608 12:39:25.858676  1403 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:25.861295  1517 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } 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:25.866076  1513 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.869035  1513 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.871017  1518 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:25.876335  1403 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
W20260608 12:39:25.878114  1138 leader_election.cc:336] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.879580  1513 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:25.881000  1248 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091" is_pre_election: true
I20260608 12:39:25.883365  1137 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 57cd87ff07514cd98630ab9c05088091, 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:25.884948  1247 raft_consensus.cc:2468] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 2.
I20260608 12:39:25.886345  1527 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.889326  1527 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 3 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 57cd87ff07514cd98630ab9c05088091 (127.0.107.195:46527)
I20260608 12:39:25.891891  1137 leader_election.cc:304] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:25.893186  1247 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26" candidate_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: false dest_uuid: "57cd87ff07514cd98630ab9c05088091"
W20260608 12:39:25.897096  1138 leader_election.cc:336] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.901247  1247 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:39:25.897660  1513 raft_consensus.cc:2749] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:25.902489  1527 raft_consensus.cc:2804] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:25.903398  1527 raft_consensus.cc:697] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:25.904668  1527 consensus_queue.cc:237] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.916219   995 catalog_manager.cc:5696] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 1 to 2, leader changed from 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:25.958483  1517 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.959159  1517 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:25.961716  1517 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:25.963449  1172 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" is_pre_election: true
I20260608 12:39:25.964252  1172 raft_consensus.cc:2468] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 1.
I20260608 12:39:25.965962  1212 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 
I20260608 12:39:25.966781  1517 raft_consensus.cc:2804] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:25.967281  1517 raft_consensus.cc:493] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 58ce2c08eb3449538827e2816ab47e79)
I20260608 12:39:25.972841   981 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1fafc0794d35467a9f53c93400f030b4 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:25.979305  1173 raft_consensus.cc:1275] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260608 12:39:25.973997  1212 leader_election.cc:336] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:25.968256  1247 raft_consensus.cc:2468] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cfbc4a0f98a4162ace554e659d4d3c2 in term 3.
I20260608 12:39:25.989708   996 catalog_manager.cc:5696] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 reported cstate change: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:39:25.967760  1517 raft_consensus.cc:3060] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:25.996640  1137 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:25.999928  1323 consensus_queue.cc:1048] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:26.005738  1173 raft_consensus.cc:2955] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } } peers { permanent_uuid: "32d38707e07b43d0a2488c5f576cfbc8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 35549 } attrs { promote: false } } }
I20260608 12:39:26.006829  1527 raft_consensus.cc:2804] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:39:26.013335  1527 raft_consensus.cc:697] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 LEADER]: Becoming Leader. State: Replica: 6cfbc4a0f98a4162ace554e659d4d3c2, State: Running, Role: LEADER
I20260608 12:39:26.014426  1527 consensus_queue.cc:237] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:26.033068   995 catalog_manager.cc:5696] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 reported cstate change: term changed from 2 to 3, leader changed from 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) to 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:26.069674  1517 raft_consensus.cc:515] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:26.072294  1517 leader_election.cc:290] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
I20260608 12:39:26.075608  1174 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7cc834b3cacf41618998240e96aa42c2" candidate_uuid: "57cd87ff07514cd98630ab9c05088091" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
I20260608 12:39:26.076315  1174 raft_consensus.cc:3060] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:39:26.080575  1212 leader_election.cc:336] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:26.163681  1174 raft_consensus.cc:2468] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 57cd87ff07514cd98630ab9c05088091 in term 2.
I20260608 12:39:26.165196  1212 leader_election.cc:304] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [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: 57cd87ff07514cd98630ab9c05088091, 6cfbc4a0f98a4162ace554e659d4d3c2; no voters: 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:26.166224  1517 raft_consensus.cc:2804] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:26.167197  1517 raft_consensus.cc:697] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 2 LEADER]: Becoming Leader. State: Replica: 57cd87ff07514cd98630ab9c05088091, State: Running, Role: LEADER
I20260608 12:39:26.168661  1517 consensus_queue.cc:237] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [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: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:26.182299   995 catalog_manager.cc:5696] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 reported cstate change: term changed from 1 to 2, leader changed from 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193) to 57cd87ff07514cd98630ab9c05088091 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "57cd87ff07514cd98630ab9c05088091" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } health_report { overall_health: HEALTHY } } }
W20260608 12:39:26.379164  1138 consensus_peers.cc:597] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:26.441756  1247 raft_consensus.cc:1275] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 3 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:39:26.443132  1527 consensus_queue.cc:1048] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:39:26.467271  1138 consensus_peers.cc:597] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:26.507359  1247 raft_consensus.cc:1275] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Refusing update from remote peer 6cfbc4a0f98a4162ace554e659d4d3c2: 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:26.508757  1544 consensus_queue.cc:1048] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:26.543761   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 1120)
I20260608 12:39:26.673004  1174 raft_consensus.cc:1275] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Refusing update from remote peer 57cd87ff07514cd98630ab9c05088091: 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:26.674645  1323 consensus_queue.cc:1048] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:39:26.715411  1212 consensus_peers.cc:597] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:39:26.814190   982 catalog_manager.cc:4754] TS 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet df4e629509a74c02a506ed014438b1bc: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
W20260608 12:39:27.279342  1138 consensus_peers.cc:597] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:39:27.544312   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 1120)
W20260608 12:39:27.644519  1212 consensus_peers.cc:597] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:39:27.680420  1050 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:27.732089  1247 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1993ac383a4e40d589ea9076a56e2f1c"
dest_uuid: "57cd87ff07514cd98630ab9c05088091"
mode: GRACEFUL
new_leader_uuid: "58ce2c08eb3449538827e2816ab47e79"
 from {username='slave'} at 127.0.0.1:34996
I20260608 12:39:27.732903  1247 raft_consensus.cc:606] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Received request to transfer leadership to TS 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:27.736727  1174 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26"
dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
mode: GRACEFUL
new_leader_uuid: "57cd87ff07514cd98630ab9c05088091"
 from {username='slave'} at 127.0.0.1:53592
I20260608 12:39:27.737363  1174 raft_consensus.cc:606] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 LEADER]: Received request to transfer leadership to TS 57cd87ff07514cd98630ab9c05088091
I20260608 12:39:27.741271  1174 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "3aea9449806845bdbc68bb7ea7dbf62d"
dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
mode: GRACEFUL
new_leader_uuid: "32d38707e07b43d0a2488c5f576cfbc8"
 from {username='slave'} at 127.0.0.1:53592
I20260608 12:39:27.741901  1174 raft_consensus.cc:606] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Received request to transfer leadership to TS 32d38707e07b43d0a2488c5f576cfbc8
I20260608 12:39:27.745577  1174 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "7a7e9a5003e34a39ac937611f4e0988b"
dest_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2"
mode: GRACEFUL
new_leader_uuid: "58ce2c08eb3449538827e2816ab47e79"
 from {username='slave'} at 127.0.0.1:53592
I20260608 12:39:27.746299  1174 raft_consensus.cc:606] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 LEADER]: Received request to transfer leadership to TS 58ce2c08eb3449538827e2816ab47e79
I20260608 12:39:27.747706  1050 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 4
I20260608 12:39:27.748443  1050 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:39:27.847193   982 catalog_manager.cc:4754] TS 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet df4e629509a74c02a506ed014438b1bc: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
W20260608 12:39:27.892982  1138 consensus_peers.cc:597] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 -> Peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Couldn't send request to peer 58ce2c08eb3449538827e2816ab47e79. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:39:27.987658   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:28.011803   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:28.011899  1544 raft_consensus.cc:993] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: : Instructing follower 57cd87ff07514cd98630ab9c05088091 to start an election
I20260608 12:39:28.012578  1544 raft_consensus.cc:1081] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 LEADER]: Signalling peer 57cd87ff07514cd98630ab9c05088091 to start an election
I20260608 12:39:28.017272  1247 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "2c2cdb28da2d49b09f2de438644d7d26"
dest_uuid: "57cd87ff07514cd98630ab9c05088091"
 from {username='slave'} at 127.0.0.1:58122
I20260608 12:39:28.017975  1247 raft_consensus.cc:493] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 3 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:28.018400  1247 raft_consensus.cc:3060] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 3 FOLLOWER]: Advancing to term 4
I20260608 12:39:28.027617  1247 raft_consensus.cc:515] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 4 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "58ce2c08eb3449538827e2816ab47e79" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 37365 } } peers { permanent_uuid: "6cfbc4a0f98a4162ace554e659d4d3c2" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 41213 } } peers { permanent_uuid: "57cd87ff07514cd98630ab9c05088091" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46527 } }
I20260608 12:39:28.030220  1247 leader_election.cc:290] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 4 election: Requested vote from peers 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365), 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213)
W20260608 12:39:28.039824  1212 leader_election.cc:336] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 12:39:28.041458  1212 leader_election.cc:336] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:28.042019  1212 leader_election.cc:304] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [CANDIDATE]: Term 4 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 57cd87ff07514cd98630ab9c05088091; no voters: 58ce2c08eb3449538827e2816ab47e79, 6cfbc4a0f98a4162ace554e659d4d3c2
I20260608 12:39:28.043335  1556 raft_consensus.cc:2749] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 4 FOLLOWER]: Leader election lost for term 4. Reason: could not achieve majority
I20260608 12:39:28.058109   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:28.059018   431 tablet_replica.cc:333] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.060066   431 raft_consensus.cc:2243] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.060993   431 raft_consensus.cc:2272] T 7a7e9a5003e34a39ac937611f4e0988b P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.063135   431 tablet_replica.cc:333] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.063788   431 raft_consensus.cc:2243] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.064459   431 raft_consensus.cc:2272] T 1fafc0794d35467a9f53c93400f030b4 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.066604   431 tablet_replica.cc:333] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.067196   431 raft_consensus.cc:2243] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.067835   431 raft_consensus.cc:2272] T 1993ac383a4e40d589ea9076a56e2f1c P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.069813   431 tablet_replica.cc:333] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.070434   431 raft_consensus.cc:2243] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.071328   431 raft_consensus.cc:2272] T df4e629509a74c02a506ed014438b1bc P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.073339   431 tablet_replica.cc:333] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.073890   431 raft_consensus.cc:2243] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.074331   431 raft_consensus.cc:2272] T 7cc834b3cacf41618998240e96aa42c2 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.076152   431 tablet_replica.cc:333] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.076666   431 raft_consensus.cc:2243] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.077469   431 raft_consensus.cc:2272] T 2c2cdb28da2d49b09f2de438644d7d26 P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.079512   431 tablet_replica.cc:333] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.080118   431 raft_consensus.cc:2243] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.080902   431 raft_consensus.cc:2272] T 75153df615254575b56970d42c1e088f P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.083316   431 tablet_replica.cc:333] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2: stopping tablet replica
I20260608 12:39:28.084005   431 raft_consensus.cc:2243] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.085044   431 raft_consensus.cc:2272] T 3aea9449806845bdbc68bb7ea7dbf62d P 6cfbc4a0f98a4162ace554e659d4d3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.117208   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:28.142385   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:39:28.177723  1212 consensus_peers.cc:597] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 -> Peer 6cfbc4a0f98a4162ace554e659d4d3c2 (127.0.107.194:41213): Couldn't send request to peer 6cfbc4a0f98a4162ace554e659d4d3c2. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:41213: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:28.180279   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:28.181166   431 tablet_replica.cc:333] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.181890   431 raft_consensus.cc:2243] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.182389   431 raft_consensus.cc:2272] T 7a7e9a5003e34a39ac937611f4e0988b P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.184420   431 tablet_replica.cc:333] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.185010   431 raft_consensus.cc:2243] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.186077   431 raft_consensus.cc:2272] T 1993ac383a4e40d589ea9076a56e2f1c P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.188699   431 tablet_replica.cc:333] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.189276   431 raft_consensus.cc:2243] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.190042   431 raft_consensus.cc:2272] T 1fafc0794d35467a9f53c93400f030b4 P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.192287   431 tablet_replica.cc:333] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.192821   431 raft_consensus.cc:2243] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.193399   431 raft_consensus.cc:2272] T df4e629509a74c02a506ed014438b1bc P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.195261   431 tablet_replica.cc:333] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.195801   431 raft_consensus.cc:2243] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:28.196600   431 raft_consensus.cc:2272] T 7cc834b3cacf41618998240e96aa42c2 P 57cd87ff07514cd98630ab9c05088091 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.198475   431 tablet_replica.cc:333] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.198985   431 raft_consensus.cc:2243] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.199421   431 raft_consensus.cc:2272] T 2c2cdb28da2d49b09f2de438644d7d26 P 57cd87ff07514cd98630ab9c05088091 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.201170   431 tablet_replica.cc:333] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.201674   431 raft_consensus.cc:2243] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.202119   431 raft_consensus.cc:2272] T 75153df615254575b56970d42c1e088f P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.204000   431 tablet_replica.cc:333] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091: stopping tablet replica
I20260608 12:39:28.204494   431 raft_consensus.cc:2243] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.205060   431 raft_consensus.cc:2272] T 3aea9449806845bdbc68bb7ea7dbf62d P 57cd87ff07514cd98630ab9c05088091 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.226764   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:28.255824   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:39:28.283694   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:28.284562   431 tablet_replica.cc:333] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8: stopping tablet replica
I20260608 12:39:28.285393   431 raft_consensus.cc:2243] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.285902   431 raft_consensus.cc:2272] T 3aea9449806845bdbc68bb7ea7dbf62d P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.287652   431 tablet_replica.cc:333] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8: stopping tablet replica
I20260608 12:39:28.288257   431 raft_consensus.cc:2243] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.288774   431 raft_consensus.cc:2272] T df4e629509a74c02a506ed014438b1bc P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.290587   431 tablet_replica.cc:333] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8: stopping tablet replica
I20260608 12:39:28.291131   431 raft_consensus.cc:2243] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.291608   431 raft_consensus.cc:2272] T 1fafc0794d35467a9f53c93400f030b4 P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.293412   431 tablet_replica.cc:333] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8: stopping tablet replica
I20260608 12:39:28.293920   431 raft_consensus.cc:2243] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:28.294375   431 raft_consensus.cc:2272] T 1993ac383a4e40d589ea9076a56e2f1c P 32d38707e07b43d0a2488c5f576cfbc8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:28.316673   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:39:28.329188   431 master.cc:562] Master@127.0.107.254:40233 shutting down...
W20260608 12:39:28.353140  1045 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:39:28.353394  1045 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:39:28.353669  1045 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:39:29.910396   982 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111) [suppressed 66 similar messages]
W20260608 12:39:29.914824   982 catalog_manager.cc:4754] TS 58ce2c08eb3449538827e2816ab47e79 (127.0.107.193:37365): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet df4e629509a74c02a506ed014438b1bc: Network error: Client connection negotiation failed: client connection to 127.0.107.193:37365: connect: Connection refused (error 111)
I20260608 12:39:30.663667   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:30.664826   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:30.665230   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 01cc74092b4449938fe5f9b577cf0ca5: stopping tablet replica
I20260608 12:39:30.693352   431 master.cc:584] Master@127.0.107.254:40233 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (15314 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 12:39:30.743170   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34163,127.0.107.253:33663,127.0.107.252:33949
I20260608 12:39:30.744938   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:30.751055  1563 instance_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:30.751468  1564 instance_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:30.753094  1566 instance_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:30.755482   431 server_base.cc:1061] running on GCE node
I20260608 12:39:30.757488   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:30.757684   431 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:30.757802   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922370757790 us; error 0 us; skew 500 ppm
I20260608 12:39:30.758373   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:30.761157   431 webserver.cc:533] Webserver started at http://127.0.107.254:35395/ using document root <none> and password file <none>
I20260608 12:39:30.761739   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:30.761942   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:30.762265   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:30.763664   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "38d717dc020642478bca08aa76baf948"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:30.768694   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:39:30.772467  1571 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:30.773216   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:39:30.773522   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "38d717dc020642478bca08aa76baf948"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:30.773801   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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:30.799711   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:30.801127   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:30.845510   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34163
I20260608 12:39:30.845625  1622 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34163 every 8 connection(s)
I20260608 12:39:30.850224   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:30.850315  1623 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:30.856531  1625 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:30.859197  1626 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:30.859894  1628 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:39:30.859985  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:30.861188   431 server_base.cc:1061] running on GCE node
I20260608 12:39:30.862326   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:30.862613   431 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:30.862821   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922370862793 us; error 0 us; skew 500 ppm
I20260608 12:39:30.863724   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:30.867257   431 webserver.cc:533] Webserver started at http://127.0.107.253:36695/ using document root <none> and password file <none>
I20260608 12:39:30.868221   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:30.868499   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:30.868893   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:30.870504   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root/instance:
uuid: "eab3dbd587cc4b74b48f2576ac4f32e0"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:30.877010   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.004s
I20260608 12:39:30.882524  1635 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:30.883585   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:39:30.883999   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
uuid: "eab3dbd587cc4b74b48f2576ac4f32e0"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:30.884130  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:30.884331   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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)
W20260608 12:39:30.891592  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33663: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33663: connect: Connection refused (error 111)
I20260608 12:39:30.914083   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:30.915534   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:30.942247  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } attempt: 1
W20260608 12:39:30.948721  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.253:33663: Network error: Client connection negotiation failed: client connection to 127.0.107.253:33663: connect: Connection refused (error 111)
I20260608 12:39:30.965368   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.253:33663
I20260608 12:39:30.965508  1687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.253:33663 every 8 connection(s)
I20260608 12:39:30.969884   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:30.970118  1688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 12:39:30.976431  1690 instance_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:30.979768  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:30.980060  1691 instance_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:30.981419  1693 instance_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:30.982585   431 server_base.cc:1061] running on GCE node
I20260608 12:39:30.984663   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:30.985044   431 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:30.985284   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922370985262 us; error 0 us; skew 500 ppm
I20260608 12:39:30.986111   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:30.989326   431 webserver.cc:533] Webserver started at http://127.0.107.252:36583/ using document root <none> and password file <none>
I20260608 12:39:30.990092   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:30.990352   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:30.990696   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:30.992424   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root/instance:
uuid: "1665951b0b9e44bb8d05a60a2f7d52ad"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:30.996069  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:30.998333   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:30.999341  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } attempt: 2
I20260608 12:39:31.006171  1701 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.007599   431 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:39:31.008116   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
uuid: "1665951b0b9e44bb8d05a60a2f7d52ad"
format_stamp: "Formatted at 2026-06-08 12:39:30 on dist-test-slave-62kf"
I20260608 12:39:31.008544   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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:39:31.012667  1688 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:31.017067  1623 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } has no permanent_uuid. Determining permanent_uuid...
W20260608 12:39:31.020390  1688 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33949: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33949: connect: Connection refused (error 111)
W20260608 12:39:31.023876  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33949: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33949: connect: Connection refused (error 111)
I20260608 12:39:31.025910   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.027230   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.040555  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } attempt: 1
W20260608 12:39:31.050366  1623 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.107.252:33949: Network error: Client connection negotiation failed: client connection to 127.0.107.252:33949: connect: Connection refused (error 111)
I20260608 12:39:31.078510   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.252:33949
I20260608 12:39:31.078658  1753 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.252:33949 every 8 connection(s)
I20260608 12:39:31.078886  1688 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } attempt: 1
I20260608 12:39:31.083099   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:31.084419  1755 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.091887  1755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:31.099764  1688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: Bootstrap starting.
I20260608 12:39:31.106194  1755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:31.106364  1688 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:31.112426  1688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: No bootstrap required, opened a new log
I20260608 12:39:31.114053  1623 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } attempt: 2
I20260608 12:39:31.115927  1688 raft_consensus.cc:359] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.116909  1688 raft_consensus.cc:385] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:31.117265  1688 raft_consensus.cc:740] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eab3dbd587cc4b74b48f2576ac4f32e0, State: Initialized, Role: FOLLOWER
I20260608 12:39:31.118320  1688 consensus_queue.cc:260] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.121198  1755 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } has no permanent_uuid. Determining permanent_uuid...
I20260608 12:39:31.121446  1759 sys_catalog.cc:455] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [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: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.122671  1759 sys_catalog.cc:458] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.122898  1688 sys_catalog.cc:565] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:31.142654  1623 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: Bootstrap starting.
W20260608 12:39:31.146914  1771 catalog_manager.cc:1593] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:31.147356  1771 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:39:31.148377  1623 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:31.148893  1755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: Bootstrap starting.
I20260608 12:39:31.153483  1623 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: No bootstrap required, opened a new log
I20260608 12:39:31.154568  1755 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:31.156188  1623 raft_consensus.cc:359] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.156829  1623 raft_consensus.cc:385] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:31.157112  1623 raft_consensus.cc:740] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38d717dc020642478bca08aa76baf948, State: Initialized, Role: FOLLOWER
I20260608 12:39:31.158044  1623 consensus_queue.cc:260] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.160439  1755 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: No bootstrap required, opened a new log
I20260608 12:39:31.160866  1774 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [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: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.161715  1774 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.161939  1623 sys_catalog.cc:565] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:31.163465  1755 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.164112  1755 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:31.164366  1755 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1665951b0b9e44bb8d05a60a2f7d52ad, State: Initialized, Role: FOLLOWER
I20260608 12:39:31.165261  1755 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.168275  1779 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [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: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.169049  1779 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.169683  1755 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:31.176759   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 12:39:31.177217   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260608 12:39:31.180672  1790 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:31.181016  1790 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 12:39:31.185618   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:31.187752  1797 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 12:39:31.188148  1797 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 12:39:31.192857  1798 instance_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.194717  1799 instance_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.196198   431 server_base.cc:1061] running on GCE node
W20260608 12:39:31.196882  1801 instance_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.197845   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.198056   431 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.198201   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371198189 us; error 0 us; skew 500 ppm
I20260608 12:39:31.198801   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.201912   431 webserver.cc:533] Webserver started at http://127.0.107.193:39305/ using document root <none> and password file <none>
I20260608 12:39:31.202713   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.202921   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.203181   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.204685   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "c447d78130e7488586fa7f944fb84e5c"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.210160   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:31.214347  1806 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.215324   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:31.215605   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "c447d78130e7488586fa7f944fb84e5c"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.215870   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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.222448  1774 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:31.223006  1774 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.225242  1774 leader_election.cc:290] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eab3dbd587cc4b74b48f2576ac4f32e0 (127.0.107.253:33663), 1665951b0b9e44bb8d05a60a2f7d52ad (127.0.107.252:33949)
I20260608 12:39:31.225955  1663 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38d717dc020642478bca08aa76baf948" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" is_pre_election: true
I20260608 12:39:31.226544  1729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38d717dc020642478bca08aa76baf948" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" is_pre_election: true
I20260608 12:39:31.226832  1663 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 38d717dc020642478bca08aa76baf948 in term 0.
I20260608 12:39:31.227193  1729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 38d717dc020642478bca08aa76baf948 in term 0.
I20260608 12:39:31.228421  1572 leader_election.cc:304] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 38d717dc020642478bca08aa76baf948, eab3dbd587cc4b74b48f2576ac4f32e0; no voters: 
I20260608 12:39:31.229272  1774 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:31.229635  1774 raft_consensus.cc:493] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:31.230033  1774 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:31.232098   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.234027   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.236179   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.239336   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.239550   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.239753   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.240016   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:39:31.241691  1774 raft_consensus.cc:515] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.245013  1774 leader_election.cc:290] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [CANDIDATE]: Term 1 election: Requested vote from peers eab3dbd587cc4b74b48f2576ac4f32e0 (127.0.107.253:33663), 1665951b0b9e44bb8d05a60a2f7d52ad (127.0.107.252:33949)
I20260608 12:39:31.245321  1663 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38d717dc020642478bca08aa76baf948" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0"
I20260608 12:39:31.245592  1729 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "38d717dc020642478bca08aa76baf948" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad"
I20260608 12:39:31.246076  1663 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:31.246191  1729 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:31.259783  1729 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 38d717dc020642478bca08aa76baf948 in term 1.
I20260608 12:39:31.259784  1663 raft_consensus.cc:2468] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 38d717dc020642478bca08aa76baf948 in term 1.
I20260608 12:39:31.261974  1574 leader_election.cc:304] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1665951b0b9e44bb8d05a60a2f7d52ad, 38d717dc020642478bca08aa76baf948; no voters: 
I20260608 12:39:31.264545  1774 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:31.267701  1774 raft_consensus.cc:697] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 1 LEADER]: Becoming Leader. State: Replica: 38d717dc020642478bca08aa76baf948, State: Running, Role: LEADER
I20260608 12:39:31.269202  1774 consensus_queue.cc:237] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:31.280182  1831 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38d717dc020642478bca08aa76baf948. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.281749  1831 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:31.284255  1847 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:31.290505  1847 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:31.301421  1729 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Refusing update from remote peer 38d717dc020642478bca08aa76baf948: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:31.301437  1663 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Refusing update from remote peer 38d717dc020642478bca08aa76baf948: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:39:31.303615  1831 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:31.305019  1774 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:39:31.317214  1779 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38d717dc020642478bca08aa76baf948. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.318089  1779 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.324884  1876 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45121 every 8 connection(s)
I20260608 12:39:31.325510   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45121
I20260608 12:39:31.332314  1759 sys_catalog.cc:455] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 38d717dc020642478bca08aa76baf948. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.333243  1759 sys_catalog.cc:458] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.336084  1779 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.336930  1779 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.356484  1831 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.356532  1847 catalog_manager.cc:1382] Generated new cluster ID: 0c75adc7095a48f7841252a9c6f6c371
I20260608 12:39:31.357366  1831 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:31.357983  1847 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:31.361642  1831 sys_catalog.cc:455] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.362550  1831 sys_catalog.cc:458] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:31.368940   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:31.368781  1759 sys_catalog.cc:455] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "38d717dc020642478bca08aa76baf948" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:31.369704  1759 sys_catalog.cc:458] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:31.375711  1879 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33949
I20260608 12:39:31.376395  1879 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.377504  1879 heartbeater.cc:507] Master 127.0.107.252:33949 requested a full tablet report, sending...
I20260608 12:39:31.382541  1719 ts_manager.cc:194] Registered new tserver with Master: c447d78130e7488586fa7f944fb84e5c (127.0.107.193:45121)
I20260608 12:39:31.393021  1880 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33663
I20260608 12:39:31.393505  1880 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.394537  1880 heartbeater.cc:507] Master 127.0.107.253:33663 requested a full tablet report, sending...
I20260608 12:39:31.397428  1882 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34163
I20260608 12:39:31.397820  1882 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.398849  1882 heartbeater.cc:507] Master 127.0.107.254:34163 requested a full tablet report, sending...
I20260608 12:39:31.400163  1653 ts_manager.cc:194] Registered new tserver with Master: c447d78130e7488586fa7f944fb84e5c (127.0.107.193:45121)
I20260608 12:39:31.403493  1588 ts_manager.cc:194] Registered new tserver with Master: c447d78130e7488586fa7f944fb84e5c (127.0.107.193:45121)
W20260608 12:39:31.403540  1887 instance_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.414901  1888 instance_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.416127  1847 catalog_manager.cc:1405] Generated new certificate authority record
W20260608 12:39:31.419543  1890 instance_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.420300  1847 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:31.422505   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.423707   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:31.425261   431 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.425537   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371425508 us; error 0 us; skew 500 ppm
I20260608 12:39:31.426402   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.430174   431 webserver.cc:533] Webserver started at http://127.0.107.194:36679/ using document root <none> and password file <none>
I20260608 12:39:31.430894   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.431139   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.431461   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.432956   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "61afaed193284239bd1ec8707bc763ab"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.442754   431 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:39:31.449012  1847 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: Generated new TSK 0
I20260608 12:39:31.450116  1847 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:31.450623  1895 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.451918   431 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
I20260608 12:39:31.452343   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "61afaed193284239bd1ec8707bc763ab"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.452742   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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.488344   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.489697   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.491289   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.493899   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.494150   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.494419   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.494616   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.542033   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34139
I20260608 12:39:31.542510  1957 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34139 every 8 connection(s)
I20260608 12:39:31.569348   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:39:31.571800  1958 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33949
I20260608 12:39:31.572362  1958 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.573453  1958 heartbeater.cc:507] Master 127.0.107.252:33949 requested a full tablet report, sending...
I20260608 12:39:31.576836  1719 ts_manager.cc:194] Registered new tserver with Master: 61afaed193284239bd1ec8707bc763ab (127.0.107.194:34139)
W20260608 12:39:31.583003  1965 instance_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.584633  1966 instance_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.586246  1959 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33663
I20260608 12:39:31.586867  1959 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.588047  1959 heartbeater.cc:507] Master 127.0.107.253:33663 requested a full tablet report, sending...
I20260608 12:39:31.588245  1960 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34163
I20260608 12:39:31.588924  1960 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.590198  1960 heartbeater.cc:507] Master 127.0.107.254:34163 requested a full tablet report, sending...
W20260608 12:39:31.590561  1968 instance_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.591151   431 server_base.cc:1061] running on GCE node
I20260608 12:39:31.591904  1653 ts_manager.cc:194] Registered new tserver with Master: 61afaed193284239bd1ec8707bc763ab (127.0.107.194:34139)
I20260608 12:39:31.593152   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:31.593235  1588 ts_manager.cc:194] Registered new tserver with Master: 61afaed193284239bd1ec8707bc763ab (127.0.107.194:34139)
W20260608 12:39:31.593513   431 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.593822   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922371593807 us; error 0 us; skew 500 ppm
I20260608 12:39:31.594645   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:31.595818  1588 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37196
I20260608 12:39:31.598271   431 webserver.cc:533] Webserver started at http://127.0.107.195:34977/ using document root <none> and password file <none>
I20260608 12:39:31.598940   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:31.599131   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:31.599423   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:31.600744   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "db4784e6c8ea4b8db0c1f466f68269c5"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.606310   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:39:31.610348  1973 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.611608   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:39:31.612051   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "db4784e6c8ea4b8db0c1f466f68269c5"
format_stamp: "Formatted at 2026-06-08 12:39:31 on dist-test-slave-62kf"
I20260608 12:39:31.612411   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780922350108766-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.632596   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:31.633911   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:31.635603   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:31.638715   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:31.638929   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.639153   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:31.639374   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:31.688395   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38371
I20260608 12:39:31.688553  2035 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38371 every 8 connection(s)
I20260608 12:39:31.712570  2036 heartbeater.cc:344] Connected to a master server at 127.0.107.252:33949
I20260608 12:39:31.712815  2037 heartbeater.cc:344] Connected to a master server at 127.0.107.253:33663
I20260608 12:39:31.713367  2037 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.713654  2036 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.714457  2037 heartbeater.cc:507] Master 127.0.107.253:33663 requested a full tablet report, sending...
I20260608 12:39:31.714691  2036 heartbeater.cc:507] Master 127.0.107.252:33949 requested a full tablet report, sending...
I20260608 12:39:31.717785  1719 ts_manager.cc:194] Registered new tserver with Master: db4784e6c8ea4b8db0c1f466f68269c5 (127.0.107.195:38371)
I20260608 12:39:31.717801  1653 ts_manager.cc:194] Registered new tserver with Master: db4784e6c8ea4b8db0c1f466f68269c5 (127.0.107.195:38371)
I20260608 12:39:31.718721  2038 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34163
I20260608 12:39:31.719211  2038 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:31.720245  2038 heartbeater.cc:507] Master 127.0.107.254:34163 requested a full tablet report, sending...
I20260608 12:39:31.722396  1588 ts_manager.cc:194] Registered new tserver with Master: db4784e6c8ea4b8db0c1f466f68269c5 (127.0.107.195:38371)
I20260608 12:39:31.723335   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.024010681s
I20260608 12:39:31.723970  1588 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37210
I20260608 12:39:32.151419  1771 catalog_manager.cc:1294] Loaded cluster ID: 0c75adc7095a48f7841252a9c6f6c371
I20260608 12:39:32.151717  1771 catalog_manager.cc:1587] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: loading cluster ID for follower catalog manager: success
I20260608 12:39:32.156543  1771 catalog_manager.cc:1609] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: acquiring CA information for follower catalog manager: success
I20260608 12:39:32.159978  1771 catalog_manager.cc:1637] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:39:32.191936  1797 catalog_manager.cc:1294] Loaded cluster ID: 0c75adc7095a48f7841252a9c6f6c371
I20260608 12:39:32.192266  1797 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: loading cluster ID for follower catalog manager: success
I20260608 12:39:32.196854  1797 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: acquiring CA information for follower catalog manager: success
I20260608 12:39:32.200439  1797 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 12:39:32.411844  1588 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37188
I20260608 12:39:32.598985  1960 heartbeater.cc:499] Master 127.0.107.254:34163 was elected leader, sending a full tablet report...
I20260608 12:39:32.727111  2038 heartbeater.cc:499] Master 127.0.107.254:34163 was elected leader, sending a full tablet report...
I20260608 12:39:33.176000  1788 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:33.313464  1588 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37216:
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:39:33.407039  1835 tablet_service.cc:1511] Processing CreateTablet for tablet e9f7e9eb7bd840da946924a691dc7eb8 (DEFAULT_TABLE table=test-workload [id=85a924d9acb2490996748b8e7d653d32]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:39:33.408453  1835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e9f7e9eb7bd840da946924a691dc7eb8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:33.409536  1923 tablet_service.cc:1511] Processing CreateTablet for tablet 661f57a42182409caeaf5a6412ed2c49 (DEFAULT_TABLE table=test-workload [id=85a924d9acb2490996748b8e7d653d32]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:39:33.411249  1923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 661f57a42182409caeaf5a6412ed2c49. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:33.413026  2001 tablet_service.cc:1511] Processing CreateTablet for tablet 16a80dd7d75b47719c968aa098b9675e (DEFAULT_TABLE table=test-workload [id=85a924d9acb2490996748b8e7d653d32]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:39:33.414528  2001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 16a80dd7d75b47719c968aa098b9675e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:33.414847  1882 heartbeater.cc:499] Master 127.0.107.254:34163 was elected leader, sending a full tablet report...
I20260608 12:39:33.429360  2071 tablet_bootstrap.cc:492] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: Bootstrap starting.
I20260608 12:39:33.432147  2072 tablet_bootstrap.cc:492] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: Bootstrap starting.
I20260608 12:39:33.435832  2073 tablet_bootstrap.cc:492] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: Bootstrap starting.
I20260608 12:39:33.437911  2071 tablet_bootstrap.cc:654] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:33.438895  2072 tablet_bootstrap.cc:654] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:33.444382  2072 tablet_bootstrap.cc:492] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: No bootstrap required, opened a new log
I20260608 12:39:33.444991  2072 ts_tablet_manager.cc:1403] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: Time spent bootstrapping tablet: real 0.013s	user 0.009s	sys 0.004s
I20260608 12:39:33.445711  2071 tablet_bootstrap.cc:492] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: No bootstrap required, opened a new log
I20260608 12:39:33.445763  2073 tablet_bootstrap.cc:654] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:33.447891  2071 ts_tablet_manager.cc:1403] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260608 12:39:33.447707  2072 raft_consensus.cc:359] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db4784e6c8ea4b8db0c1f466f68269c5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38371 } }
I20260608 12:39:33.448500  2072 raft_consensus.cc:385] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:33.448798  2072 raft_consensus.cc:740] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: db4784e6c8ea4b8db0c1f466f68269c5, State: Initialized, Role: FOLLOWER
I20260608 12:39:33.449510  2072 consensus_queue.cc:260] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "db4784e6c8ea4b8db0c1f466f68269c5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38371 } }
I20260608 12:39:33.450050  2072 raft_consensus.cc:399] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:33.450320  2072 raft_consensus.cc:493] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:33.450614  2072 raft_consensus.cc:3060] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:33.451604  2071 raft_consensus.cc:359] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c447d78130e7488586fa7f944fb84e5c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45121 } }
I20260608 12:39:33.452135  2071 raft_consensus.cc:385] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:33.452489  2071 raft_consensus.cc:740] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c447d78130e7488586fa7f944fb84e5c, State: Initialized, Role: FOLLOWER
I20260608 12:39:33.453449  2071 consensus_queue.cc:260] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c447d78130e7488586fa7f944fb84e5c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45121 } }
I20260608 12:39:33.454185  2071 raft_consensus.cc:399] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:33.454641  2071 raft_consensus.cc:493] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:33.455040  2071 raft_consensus.cc:3060] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:33.456318  2073 tablet_bootstrap.cc:492] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: No bootstrap required, opened a new log
I20260608 12:39:33.456864  2073 ts_tablet_manager.cc:1403] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.004s
I20260608 12:39:33.457942  2072 raft_consensus.cc:515] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db4784e6c8ea4b8db0c1f466f68269c5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38371 } }
I20260608 12:39:33.458738  2072 leader_election.cc:304] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [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: db4784e6c8ea4b8db0c1f466f68269c5; no voters: 
I20260608 12:39:33.460390  2072 leader_election.cc:290] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:33.460325  2073 raft_consensus.cc:359] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "61afaed193284239bd1ec8707bc763ab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34139 } }
I20260608 12:39:33.460395  2071 raft_consensus.cc:515] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c447d78130e7488586fa7f944fb84e5c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45121 } }
I20260608 12:39:33.460979  2077 raft_consensus.cc:2804] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:33.461272  2073 raft_consensus.cc:385] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:33.461684  2071 leader_election.cc:304] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [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: c447d78130e7488586fa7f944fb84e5c; no voters: 
I20260608 12:39:33.461820  2073 raft_consensus.cc:740] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61afaed193284239bd1ec8707bc763ab, State: Initialized, Role: FOLLOWER
I20260608 12:39:33.465395  2073 consensus_queue.cc:260] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "61afaed193284239bd1ec8707bc763ab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34139 } }
I20260608 12:39:33.466521  2073 raft_consensus.cc:399] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:33.467015  2073 raft_consensus.cc:493] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:33.467552  2073 raft_consensus.cc:3060] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:33.469099  2077 raft_consensus.cc:697] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 1 LEADER]: Becoming Leader. State: Replica: db4784e6c8ea4b8db0c1f466f68269c5, State: Running, Role: LEADER
I20260608 12:39:33.470323  2077 consensus_queue.cc:237] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [LEADER]: Queue going to LEADER mode. State: All 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: "db4784e6c8ea4b8db0c1f466f68269c5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38371 } }
I20260608 12:39:33.476852  2072 ts_tablet_manager.cc:1434] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: Time spent starting tablet: real 0.032s	user 0.014s	sys 0.016s
I20260608 12:39:33.477118  2073 raft_consensus.cc:515] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "61afaed193284239bd1ec8707bc763ab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34139 } }
I20260608 12:39:33.477581  2080 raft_consensus.cc:2804] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:33.478191  2073 leader_election.cc:304] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [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: 61afaed193284239bd1ec8707bc763ab; no voters: 
I20260608 12:39:33.479369  2080 raft_consensus.cc:697] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 1 LEADER]: Becoming Leader. State: Replica: c447d78130e7488586fa7f944fb84e5c, State: Running, Role: LEADER
I20260608 12:39:33.480337  2080 consensus_queue.cc:237] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [LEADER]: Queue going to LEADER mode. State: All 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: "c447d78130e7488586fa7f944fb84e5c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45121 } }
I20260608 12:39:33.489710  1588 catalog_manager.cc:5696] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 reported cstate change: term changed from 0 to 1, leader changed from <none> to db4784e6c8ea4b8db0c1f466f68269c5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "db4784e6c8ea4b8db0c1f466f68269c5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "db4784e6c8ea4b8db0c1f466f68269c5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38371 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:33.500528  2071 leader_election.cc:290] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:33.503504  2071 ts_tablet_manager.cc:1434] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: Time spent starting tablet: real 0.055s	user 0.018s	sys 0.008s
I20260608 12:39:33.511565  2073 leader_election.cc:290] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:33.520799  2073 ts_tablet_manager.cc:1434] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: Time spent starting tablet: real 0.064s	user 0.033s	sys 0.020s
I20260608 12:39:33.537333  2083 raft_consensus.cc:2804] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:33.543999  1587 catalog_manager.cc:5696] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c reported cstate change: term changed from 0 to 1, leader changed from <none> to c447d78130e7488586fa7f944fb84e5c (127.0.107.193). New cstate: current_term: 1 leader_uuid: "c447d78130e7488586fa7f944fb84e5c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c447d78130e7488586fa7f944fb84e5c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45121 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:33.547538  2083 raft_consensus.cc:697] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 1 LEADER]: Becoming Leader. State: Replica: 61afaed193284239bd1ec8707bc763ab, State: Running, Role: LEADER
I20260608 12:39:33.549543  2083 consensus_queue.cc:237] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [LEADER]: Queue going to LEADER mode. State: All 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: "61afaed193284239bd1ec8707bc763ab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34139 } }
I20260608 12:39:33.564613  1585 catalog_manager.cc:5696] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 61afaed193284239bd1ec8707bc763ab (127.0.107.194). New cstate: current_term: 1 leader_uuid: "61afaed193284239bd1ec8707bc763ab" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "61afaed193284239bd1ec8707bc763ab" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34139 } health_report { overall_health: HEALTHY } } }
I20260608 12:39:33.656047   431 master.cc:562] Master@127.0.107.254:34163 shutting down...
I20260608 12:39:33.671326   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:33.672238   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:33.672559   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 38d717dc020642478bca08aa76baf948: stopping tablet replica
I20260608 12:39:33.695475   431 master.cc:584] Master@127.0.107.254:34163 shutdown complete.
W20260608 12:39:34.583628  2038 heartbeater.cc:646] Failed to heartbeat to 127.0.107.254:34163 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111)
I20260608 12:39:35.112497  2093 raft_consensus.cc:493] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 38d717dc020642478bca08aa76baf948)
I20260608 12:39:35.113060  2093 raft_consensus.cc:515] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:35.115123  2093 leader_election.cc:290] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163), 1665951b0b9e44bb8d05a60a2f7d52ad (127.0.107.252:33949)
I20260608 12:39:35.116811  2094 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 38d717dc020642478bca08aa76baf948)
I20260608 12:39:35.117333  1728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" is_pre_election: true
W20260608 12:39:35.117707  1637 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111) [suppressed 6 similar messages]
I20260608 12:39:35.117478  2094 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:35.118813  1728 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eab3dbd587cc4b74b48f2576ac4f32e0 in term 1.
I20260608 12:39:35.120374  2094 leader_election.cc:290] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163), eab3dbd587cc4b74b48f2576ac4f32e0 (127.0.107.253:33663)
I20260608 12:39:35.120340  1639 leader_election.cc:304] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [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: 1665951b0b9e44bb8d05a60a2f7d52ad, eab3dbd587cc4b74b48f2576ac4f32e0; no voters: 
I20260608 12:39:35.121537  2093 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:39:35.121995  2093 raft_consensus.cc:493] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 38d717dc020642478bca08aa76baf948)
I20260608 12:39:35.122419  2093 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:39:35.122427  1637 leader_election.cc:336] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163): Network error: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111)
I20260608 12:39:35.124444  1663 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" is_pre_election: true
W20260608 12:39:35.127072  1702 leader_election.cc:336] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163): Network error: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111)
I20260608 12:39:35.128841  2093 raft_consensus.cc:515] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:35.130035  1663 raft_consensus.cc:2393] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1665951b0b9e44bb8d05a60a2f7d52ad in current term 2: Already voted for candidate eab3dbd587cc4b74b48f2576ac4f32e0 in this term.
I20260608 12:39:35.131685  2093 leader_election.cc:290] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [CANDIDATE]: Term 2 election: Requested vote from peers 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163), 1665951b0b9e44bb8d05a60a2f7d52ad (127.0.107.252:33949)
I20260608 12:39:35.132391  1728 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" candidate_term: 2 candidate_status { last_received { term: 1 index: 11 } } ignore_live_leader: false dest_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad"
I20260608 12:39:35.132956  1728 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:35.134202  1702 leader_election.cc:304] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [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: 1665951b0b9e44bb8d05a60a2f7d52ad; no voters: 38d717dc020642478bca08aa76baf948, eab3dbd587cc4b74b48f2576ac4f32e0
W20260608 12:39:35.136323  1637 leader_election.cc:336] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163): Network error: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111)
I20260608 12:39:35.138988  1728 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eab3dbd587cc4b74b48f2576ac4f32e0 in term 2.
I20260608 12:39:35.139446  2094 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:39:35.140262  1639 leader_election.cc:304] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [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: 1665951b0b9e44bb8d05a60a2f7d52ad, eab3dbd587cc4b74b48f2576ac4f32e0; no voters: 38d717dc020642478bca08aa76baf948
I20260608 12:39:35.141059  2093 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:35.142232  2093 raft_consensus.cc:697] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 LEADER]: Becoming Leader. State: Replica: eab3dbd587cc4b74b48f2576ac4f32e0, State: Running, Role: LEADER
I20260608 12:39:35.142937  2093 consensus_queue.cc:237] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 11, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } }
I20260608 12:39:35.148383  2099 sys_catalog.cc:455] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eab3dbd587cc4b74b48f2576ac4f32e0. Latest consensus state: current_term: 2 leader_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:35.149161  2099 sys_catalog.cc:458] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:35.150712  2101 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:35.155884  2101 catalog_manager.cc:679] Loaded metadata for table test-workload [id=85a924d9acb2490996748b8e7d653d32]
I20260608 12:39:35.160665  2101 tablet_loader.cc:96] loaded metadata for tablet 16a80dd7d75b47719c968aa098b9675e (table test-workload [id=85a924d9acb2490996748b8e7d653d32])
I20260608 12:39:35.161689  2101 tablet_loader.cc:96] loaded metadata for tablet 661f57a42182409caeaf5a6412ed2c49 (table test-workload [id=85a924d9acb2490996748b8e7d653d32])
I20260608 12:39:35.162681  2101 tablet_loader.cc:96] loaded metadata for tablet e9f7e9eb7bd840da946924a691dc7eb8 (table test-workload [id=85a924d9acb2490996748b8e7d653d32])
I20260608 12:39:35.163674  2101 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:35.166872  2101 catalog_manager.cc:1294] Loaded cluster ID: 0c75adc7095a48f7841252a9c6f6c371
I20260608 12:39:35.167156  2101 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:35.170859  2101 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:35.174129  2101 catalog_manager.cc:6080] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: Loaded TSK: 0
I20260608 12:39:35.175114  2101 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:35.569834  1728 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 2 FOLLOWER]: Refusing update from remote peer eab3dbd587cc4b74b48f2576ac4f32e0: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 2 index: 12. (index mismatch)
I20260608 12:39:35.571482  2099 consensus_queue.cc:1048] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260608 12:39:35.576500  2094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: SysCatalogTable state changed. Reason: New leader eab3dbd587cc4b74b48f2576ac4f32e0. Latest consensus state: current_term: 2 leader_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:35.577328  2094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: This master's current role is: FOLLOWER
I20260608 12:39:35.580873  2093 sys_catalog.cc:455] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:35.581970  2093 sys_catalog.cc:458] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:35.584179  2094 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "38d717dc020642478bca08aa76baf948" member_type: VOTER last_known_addr { host: "127.0.107.254" port: 34163 } } peers { permanent_uuid: "eab3dbd587cc4b74b48f2576ac4f32e0" member_type: VOTER last_known_addr { host: "127.0.107.253" port: 33663 } } peers { permanent_uuid: "1665951b0b9e44bb8d05a60a2f7d52ad" member_type: VOTER last_known_addr { host: "127.0.107.252" port: 33949 } } }
I20260608 12:39:35.585038  2094 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [sys.catalog]: This master's current role is: FOLLOWER
W20260608 12:39:35.587553  1637 consensus_peers.cc:597] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 -> Peer 38d717dc020642478bca08aa76baf948 (127.0.107.254:34163): Couldn't send request to peer 38d717dc020642478bca08aa76baf948. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.254:34163: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:36.502197  2037 heartbeater.cc:499] Master 127.0.107.253:33663 was elected leader, sending a full tablet report...
I20260608 12:39:36.556771  1880 heartbeater.cc:499] Master 127.0.107.253:33663 was elected leader, sending a full tablet report...
I20260608 12:39:36.603861  1959 heartbeater.cc:499] Master 127.0.107.253:33663 was elected leader, sending a full tablet report...
I20260608 12:39:37.148191  1770 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:37.148540  1770 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:37.265965   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:39:37.287509   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:37.288331   431 tablet_replica.cc:333] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c: stopping tablet replica
I20260608 12:39:37.288879   431 raft_consensus.cc:2243] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:37.289352   431 raft_consensus.cc:2272] T e9f7e9eb7bd840da946924a691dc7eb8 P c447d78130e7488586fa7f944fb84e5c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:37.308238   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:39:37.318282   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:39:37.337684   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:37.338466   431 tablet_replica.cc:333] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab: stopping tablet replica
I20260608 12:39:37.339033   431 raft_consensus.cc:2243] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:37.339497   431 raft_consensus.cc:2272] T 661f57a42182409caeaf5a6412ed2c49 P 61afaed193284239bd1ec8707bc763ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:37.358486   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:39:37.367184   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:39:37.386658   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:39:37.387312   431 tablet_replica.cc:333] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5: stopping tablet replica
I20260608 12:39:37.387836   431 raft_consensus.cc:2243] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:39:37.388397   431 raft_consensus.cc:2272] T 16a80dd7d75b47719c968aa098b9675e P db4784e6c8ea4b8db0c1f466f68269c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:37.407647   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:39:37.417552   431 master.cc:562] Master@127.0.107.253:33663 shutting down...
I20260608 12:39:37.435461   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:39:37.436522   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:37.436893   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P eab3dbd587cc4b74b48f2576ac4f32e0: stopping tablet replica
I20260608 12:39:37.456389   431 master.cc:584] Master@127.0.107.253:33663 shutdown complete.
I20260608 12:39:37.470736   431 master.cc:562] Master@127.0.107.252:33949 shutting down...
I20260608 12:39:37.488534   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:37.489239   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:37.489583   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1665951b0b9e44bb8d05a60a2f7d52ad: stopping tablet replica
I20260608 12:39:37.508195   431 master.cc:584] Master@127.0.107.252:33949 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6793 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 12:39:37.539202   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37109
I20260608 12:39:37.540513   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:37.546526  2112 instance_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:37.546876  2113 instance_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:37.547643  2115 instance_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:37.550221   431 server_base.cc:1061] running on GCE node
I20260608 12:39:37.552256   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:37.552544   431 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:37.552748   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922377552702 us; error 0 us; skew 500 ppm
I20260608 12:39:37.553390   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:37.556443   431 webserver.cc:533] Webserver started at http://127.0.107.254:43251/ using document root <none> and password file <none>
I20260608 12:39:37.557127   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:37.557428   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:37.557808   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:37.559193   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "c7b51a7d3d61484683d5428b3554e915"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.565203   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.006s
I20260608 12:39:37.570094  2120 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:37.571223   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:39:37.571843   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "c7b51a7d3d61484683d5428b3554e915"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.572444   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-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:37.602559   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:37.603761   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:37.643424   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37109
I20260608 12:39:37.643522  2171 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37109 every 8 connection(s)
I20260608 12:39:37.647846  2172 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:37.658138  2172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915: Bootstrap starting.
I20260608 12:39:37.662662  2172 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:37.666941  2172 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915: No bootstrap required, opened a new log
I20260608 12:39:37.669104  2172 raft_consensus.cc:359] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER }
I20260608 12:39:37.669521  2172 raft_consensus.cc:385] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:37.669711  2172 raft_consensus.cc:740] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7b51a7d3d61484683d5428b3554e915, State: Initialized, Role: FOLLOWER
I20260608 12:39:37.670236  2172 consensus_queue.cc:260] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER }
I20260608 12:39:37.670673  2172 raft_consensus.cc:399] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:39:37.670889  2172 raft_consensus.cc:493] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:39:37.671113  2172 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:37.677196  2172 raft_consensus.cc:515] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER }
I20260608 12:39:37.677987  2172 leader_election.cc:304] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [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: c7b51a7d3d61484683d5428b3554e915; no voters: 
I20260608 12:39:37.679374  2172 leader_election.cc:290] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:39:37.679819  2175 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:37.681306  2175 raft_consensus.cc:697] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 1 LEADER]: Becoming Leader. State: Replica: c7b51a7d3d61484683d5428b3554e915, State: Running, Role: LEADER
I20260608 12:39:37.682149  2175 consensus_queue.cc:237] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [LEADER]: Queue going to LEADER mode. State: All 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: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER }
I20260608 12:39:37.683522  2172 sys_catalog.cc:565] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:39:37.686065  2177 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c7b51a7d3d61484683d5428b3554e915" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER } }
I20260608 12:39:37.686174  2176 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c7b51a7d3d61484683d5428b3554e915. Latest consensus state: current_term: 1 leader_uuid: "c7b51a7d3d61484683d5428b3554e915" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7b51a7d3d61484683d5428b3554e915" member_type: VOTER } }
I20260608 12:39:37.686766  2177 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:37.687036  2176 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [sys.catalog]: This master's current role is: LEADER
I20260608 12:39:37.693929  2180 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:39:37.701004  2180 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:39:37.702795   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:39:37.712220  2180 catalog_manager.cc:1382] Generated new cluster ID: be3519c1743249f5ae9a6fe1bae08427
I20260608 12:39:37.712548  2180 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:39:37.739506  2180 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:39:37.741014  2180 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:39:37.759486  2180 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915: Generated new TSK 0
I20260608 12:39:37.760273  2180 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:39:37.770229   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:37.776680  2193 instance_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:37.777765  2194 instance_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:37.780506  2196 instance_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:37.780565   431 server_base.cc:1061] running on GCE node
I20260608 12:39:37.781738   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:37.781930   431 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:37.782122   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922377782106 us; error 0 us; skew 500 ppm
I20260608 12:39:37.782779   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:37.785540   431 webserver.cc:533] Webserver started at http://127.0.107.193:43749/ using document root <none> and password file <none>
I20260608 12:39:37.786183   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:37.786382   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:37.786679   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:37.787839   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "c5973b9ab2ae49898d7adc52f255e3a0"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.792980   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 12:39:37.797667  2201 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:37.798723   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:39:37.799013   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "c5973b9ab2ae49898d7adc52f255e3a0"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.799258   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-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:37.815569   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:37.816689   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:37.818078   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:37.820561   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:37.820765   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:37.821029   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:37.821255   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:37.862936   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41143
I20260608 12:39:37.863051  2263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41143 every 8 connection(s)
I20260608 12:39:37.868366   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:37.876510  2268 instance_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:37.880479  2269 instance_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:37.880894   431 server_base.cc:1061] running on GCE node
W20260608 12:39:37.881371  2271 instance_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:37.882525   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:37.882860   431 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:37.883090   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922377883049 us; error 0 us; skew 500 ppm
I20260608 12:39:37.883843   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:37.887308  2264 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37109
I20260608 12:39:37.887375   431 webserver.cc:533] Webserver started at http://127.0.107.194:37335/ using document root <none> and password file <none>
I20260608 12:39:37.887879  2264 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:37.888190   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:37.888523   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:37.888811   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:37.889091  2264 heartbeater.cc:507] Master 127.0.107.254:37109 requested a full tablet report, sending...
I20260608 12:39:37.890026   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "3341ab0f99e74098926b1d8f42a03d39"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.891597  2137 ts_manager.cc:194] Registered new tserver with Master: c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143)
I20260608 12:39:37.894164  2137 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43096
I20260608 12:39:37.896984   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260608 12:39:37.901209  2276 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:37.902107   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:39:37.902415   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "3341ab0f99e74098926b1d8f42a03d39"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:37.902678   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-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:37.927769   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:37.928962   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:37.930370   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:37.932852   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:37.933125   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:37.933452   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:37.933614   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:37.974004   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33131
I20260608 12:39:37.974146  2338 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33131 every 8 connection(s)
I20260608 12:39:37.979671   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:37.987438  2342 instance_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:37.989332  2343 instance_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:37.990854  2345 instance_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:37.992348   431 server_base.cc:1061] running on GCE node
I20260608 12:39:37.993435   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:39:37.993508  2339 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37109
W20260608 12:39:37.993752   431 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:37.994046  2339 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:37.994055   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922377994033 us; error 0 us; skew 500 ppm
I20260608 12:39:37.994956   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:37.995028  2339 heartbeater.cc:507] Master 127.0.107.254:37109 requested a full tablet report, sending...
I20260608 12:39:37.997758  2137 ts_manager.cc:194] Registered new tserver with Master: 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194:33131)
I20260608 12:39:38.000543  2137 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43108
I20260608 12:39:38.001369   431 webserver.cc:533] Webserver started at http://127.0.107.195:40519/ using document root <none> and password file <none>
I20260608 12:39:38.002141   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:38.002421   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:38.002735   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:38.003880   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "371ee21b531e4512b5e4521ef7ba0006"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:38.008777   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:39:38.012669  2350 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:38.013547   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:39:38.013888   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "371ee21b531e4512b5e4521ef7ba0006"
format_stamp: "Formatted at 2026-06-08 12:39:37 on dist-test-slave-62kf"
I20260608 12:39:38.014178   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-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:38.029793   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:38.030993   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:38.032559   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:38.034905   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:38.035156   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:38.035403   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:38.035595   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:38.090636   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:32769
I20260608 12:39:38.090759  2412 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:32769 every 8 connection(s)
I20260608 12:39:38.105803  2413 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37109
I20260608 12:39:38.106227  2413 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:38.107030  2413 heartbeater.cc:507] Master 127.0.107.254:37109 requested a full tablet report, sending...
I20260608 12:39:38.109326  2137 ts_manager.cc:194] Registered new tserver with Master: 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769)
I20260608 12:39:38.110375   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016271148s
I20260608 12:39:38.111073  2137 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43118
I20260608 12:39:38.897802  2264 heartbeater.cc:499] Master 127.0.107.254:37109 was elected leader, sending a full tablet report...
I20260608 12:39:39.003724  2339 heartbeater.cc:499] Master 127.0.107.254:37109 was elected leader, sending a full tablet report...
I20260608 12:39:39.114293  2413 heartbeater.cc:499] Master 127.0.107.254:37109 was elected leader, sending a full tablet report...
I20260608 12:39:39.169056  2137 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43132:
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:39:39.171204  2137 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:39.229625  2378 tablet_service.cc:1511] Processing CreateTablet for tablet 108c1953a0084f8fae99ea1cc8d6c468 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:39:39.229753  2377 tablet_service.cc:1511] Processing CreateTablet for tablet b99321e996414e559fdb9fd5b0bde688 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:39:39.231269  2378 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 108c1953a0084f8fae99ea1cc8d6c468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.232182  2377 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b99321e996414e559fdb9fd5b0bde688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.233304  2304 tablet_service.cc:1511] Processing CreateTablet for tablet 108c1953a0084f8fae99ea1cc8d6c468 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:39:39.234757  2304 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 108c1953a0084f8fae99ea1cc8d6c468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.231770  2303 tablet_service.cc:1511] Processing CreateTablet for tablet b99321e996414e559fdb9fd5b0bde688 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:39:39.236855  2303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b99321e996414e559fdb9fd5b0bde688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.239671  2229 tablet_service.cc:1511] Processing CreateTablet for tablet 108c1953a0084f8fae99ea1cc8d6c468 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 12:39:39.239979  2228 tablet_service.cc:1511] Processing CreateTablet for tablet b99321e996414e559fdb9fd5b0bde688 (DEFAULT_TABLE table=test-workload [id=546e2b4553324d598b0f3b8f8621d74c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 12:39:39.241309  2229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 108c1953a0084f8fae99ea1cc8d6c468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.244403  2228 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b99321e996414e559fdb9fd5b0bde688. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:39.261986  2433 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Bootstrap starting.
I20260608 12:39:39.271071  2433 tablet_bootstrap.cc:654] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.272766  2435 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: Bootstrap starting.
I20260608 12:39:39.278034  2434 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: Bootstrap starting.
I20260608 12:39:39.282150  2435 tablet_bootstrap.cc:654] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.289860  2434 tablet_bootstrap.cc:654] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.292698  2433 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: No bootstrap required, opened a new log
I20260608 12:39:39.293496  2433 ts_tablet_manager.cc:1403] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Time spent bootstrapping tablet: real 0.032s	user 0.012s	sys 0.017s
I20260608 12:39:39.296080  2434 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: No bootstrap required, opened a new log
I20260608 12:39:39.296561  2434 ts_tablet_manager.cc:1403] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.000s
I20260608 12:39:39.296593  2435 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: No bootstrap required, opened a new log
I20260608 12:39:39.297228  2435 ts_tablet_manager.cc:1403] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.005s
I20260608 12:39:39.296814  2433 raft_consensus.cc:359] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.297823  2433 raft_consensus.cc:385] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.298205  2433 raft_consensus.cc:740] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3341ab0f99e74098926b1d8f42a03d39, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.299099  2433 consensus_queue.cc:260] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.299537  2434 raft_consensus.cc:359] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.300462  2434 raft_consensus.cc:385] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.300874  2434 raft_consensus.cc:740] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 371ee21b531e4512b5e4521ef7ba0006, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.301841  2434 consensus_queue.cc:260] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.301429  2435 raft_consensus.cc:359] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.302850  2435 raft_consensus.cc:385] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.303261  2435 raft_consensus.cc:740] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5973b9ab2ae49898d7adc52f255e3a0, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.304390  2433 ts_tablet_manager.cc:1434] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 12:39:39.304498  2435 consensus_queue.cc:260] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.305977  2433 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: Bootstrap starting.
I20260608 12:39:39.313231  2434 ts_tablet_manager.cc:1434] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.003s
I20260608 12:39:39.314448  2434 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: Bootstrap starting.
I20260608 12:39:39.314618  2435 ts_tablet_manager.cc:1434] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.006s
I20260608 12:39:39.314843  2433 tablet_bootstrap.cc:654] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.318086  2435 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: Bootstrap starting.
I20260608 12:39:39.325631  2434 tablet_bootstrap.cc:654] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.327533  2435 tablet_bootstrap.cc:654] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: Neither blocks nor log segments found. Creating new log.
I20260608 12:39:39.335235  2434 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: No bootstrap required, opened a new log
I20260608 12:39:39.335655  2433 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: No bootstrap required, opened a new log
I20260608 12:39:39.335739  2434 ts_tablet_manager.cc:1403] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.000s
I20260608 12:39:39.336369  2433 ts_tablet_manager.cc:1403] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: Time spent bootstrapping tablet: real 0.031s	user 0.018s	sys 0.011s
I20260608 12:39:39.336386  2435 tablet_bootstrap.cc:492] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: No bootstrap required, opened a new log
I20260608 12:39:39.337110  2435 ts_tablet_manager.cc:1403] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.004s
I20260608 12:39:39.338392  2434 raft_consensus.cc:359] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.338989  2434 raft_consensus.cc:385] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.339241  2434 raft_consensus.cc:740] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 371ee21b531e4512b5e4521ef7ba0006, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.339567  2433 raft_consensus.cc:359] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.339776  2435 raft_consensus.cc:359] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.340034  2434 consensus_queue.cc:260] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.340369  2433 raft_consensus.cc:385] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.340504  2435 raft_consensus.cc:385] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:39:39.340848  2433 raft_consensus.cc:740] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3341ab0f99e74098926b1d8f42a03d39, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.340976  2435 raft_consensus.cc:740] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c5973b9ab2ae49898d7adc52f255e3a0, State: Initialized, Role: FOLLOWER
I20260608 12:39:39.342279  2434 ts_tablet_manager.cc:1434] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:39:39.341930  2433 consensus_queue.cc:260] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.341974  2435 consensus_queue.cc:260] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.344501  2433 ts_tablet_manager.cc:1434] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:39:39.347261  2435 ts_tablet_manager.cc:1434] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:39:39.446830  2439 raft_consensus.cc:493] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:39.447391  2439 raft_consensus.cc:515] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.449744  2439 leader_election.cc:290] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769), c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143)
I20260608 12:39:39.460572  2388 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "371ee21b531e4512b5e4521ef7ba0006" is_pre_election: true
I20260608 12:39:39.461398  2388 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 0.
I20260608 12:39:39.461902  2239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" is_pre_election: true
I20260608 12:39:39.462503  2239 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 0.
I20260608 12:39:39.462602  2280 leader_election.cc:304] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3341ab0f99e74098926b1d8f42a03d39, 371ee21b531e4512b5e4521ef7ba0006; no voters: 
I20260608 12:39:39.463480  2439 raft_consensus.cc:2804] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:39.463814  2439 raft_consensus.cc:493] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:39.464125  2439 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.468825  2439 raft_consensus.cc:515] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.470508  2439 leader_election.cc:290] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 election: Requested vote from peers 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769), c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143)
I20260608 12:39:39.471316  2439 raft_consensus.cc:493] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:39:39.471539  2388 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "371ee21b531e4512b5e4521ef7ba0006"
I20260608 12:39:39.471786  2239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5973b9ab2ae49898d7adc52f255e3a0"
I20260608 12:39:39.472256  2388 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.471803  2439 raft_consensus.cc:515] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.472494  2239 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.474463  2439 leader_election.cc:290] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143), 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769)
I20260608 12:39:39.476250  2238 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b99321e996414e559fdb9fd5b0bde688" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" is_pre_election: true
I20260608 12:39:39.477080  2238 raft_consensus.cc:2468] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 0.
I20260608 12:39:39.478554  2280 leader_election.cc:304] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3341ab0f99e74098926b1d8f42a03d39, c5973b9ab2ae49898d7adc52f255e3a0; no voters: 
I20260608 12:39:39.479564  2439 raft_consensus.cc:2804] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:39:39.479719  2388 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 1.
I20260608 12:39:39.480043  2439 raft_consensus.cc:493] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:39:39.480229  2239 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 1.
I20260608 12:39:39.480576  2439 raft_consensus.cc:3060] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.481513  2388 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b99321e996414e559fdb9fd5b0bde688" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "371ee21b531e4512b5e4521ef7ba0006" is_pre_election: true
I20260608 12:39:39.481540  2280 leader_election.cc:304] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3341ab0f99e74098926b1d8f42a03d39, c5973b9ab2ae49898d7adc52f255e3a0; no voters: 
I20260608 12:39:39.482478  2388 raft_consensus.cc:2468] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 0.
I20260608 12:39:39.483919  2447 raft_consensus.cc:2804] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:39.485396  2447 raft_consensus.cc:697] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Becoming Leader. State: Replica: 3341ab0f99e74098926b1d8f42a03d39, State: Running, Role: LEADER
I20260608 12:39:39.486467  2447 consensus_queue.cc:237] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:39.488391  2439 raft_consensus.cc:515] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.491830  2439 leader_election.cc:290] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 election: Requested vote from peers c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143), 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769)
I20260608 12:39:39.491775  2239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b99321e996414e559fdb9fd5b0bde688" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c5973b9ab2ae49898d7adc52f255e3a0"
I20260608 12:39:39.492588  2239 raft_consensus.cc:3060] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.493232  2388 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b99321e996414e559fdb9fd5b0bde688" candidate_uuid: "3341ab0f99e74098926b1d8f42a03d39" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "371ee21b531e4512b5e4521ef7ba0006"
I20260608 12:39:39.493866  2388 raft_consensus.cc:3060] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:39:39.498975  2239 raft_consensus.cc:2468] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 1.
I20260608 12:39:39.499140  2388 raft_consensus.cc:2468] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3341ab0f99e74098926b1d8f42a03d39 in term 1.
I20260608 12:39:39.500339  2280 leader_election.cc:304] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3341ab0f99e74098926b1d8f42a03d39, 371ee21b531e4512b5e4521ef7ba0006; no voters: 
I20260608 12:39:39.499961  2135 catalog_manager.cc:5696] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3341ab0f99e74098926b1d8f42a03d39" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:39.501333  2439 raft_consensus.cc:2804] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:39:39.501823  2439 raft_consensus.cc:697] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Becoming Leader. State: Replica: 3341ab0f99e74098926b1d8f42a03d39, State: Running, Role: LEADER
I20260608 12:39:39.502561  2439 consensus_queue.cc:237] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } }
I20260608 12:39:39.514303  2135 catalog_manager.cc:5696] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "3341ab0f99e74098926b1d8f42a03d39" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:39.702670  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:39.717782  2314 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468"
dest_uuid: "3341ab0f99e74098926b1d8f42a03d39"
mode: GRACEFUL
new_leader_uuid: "371ee21b531e4512b5e4521ef7ba0006"
 from {username='slave'} at 127.0.0.1:36366
I20260608 12:39:39.718518  2314 raft_consensus.cc:606] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Received request to transfer leadership to TS 371ee21b531e4512b5e4521ef7ba0006
I20260608 12:39:39.720535  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:39:39.721001  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:40.029328  2452 consensus_queue.cc:1048] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:40.045718  2452 consensus_queue.cc:1048] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Connected to new peer: Peer: permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:40.068706  2458 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:40.083401  2458 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [LEADER]: Connected to new peer: Peer: permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:39:40.092273  2452 raft_consensus.cc:993] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: : Instructing follower 371ee21b531e4512b5e4521ef7ba0006 to start an election
I20260608 12:39:40.092810  2458 raft_consensus.cc:1081] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Signalling peer 371ee21b531e4512b5e4521ef7ba0006 to start an election
I20260608 12:39:40.094511  2388 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468"
dest_uuid: "371ee21b531e4512b5e4521ef7ba0006"
 from {username='slave'} at 127.0.0.1:43200
I20260608 12:39:40.095189  2388 raft_consensus.cc:493] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:39:40.095678  2388 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:40.100566  2388 raft_consensus.cc:515] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:40.103236  2388 leader_election.cc:290] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [CANDIDATE]: Term 2 election: Requested vote from peers 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194:33131), c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143)
I20260608 12:39:40.116676  2314 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "371ee21b531e4512b5e4521ef7ba0006" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "3341ab0f99e74098926b1d8f42a03d39"
I20260608 12:39:40.117256  2314 raft_consensus.cc:3055] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:39:40.117673  2314 raft_consensus.cc:740] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 3341ab0f99e74098926b1d8f42a03d39, State: Running, Role: LEADER
I20260608 12:39:40.118278  2239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "108c1953a0084f8fae99ea1cc8d6c468" candidate_uuid: "371ee21b531e4512b5e4521ef7ba0006" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c5973b9ab2ae49898d7adc52f255e3a0"
I20260608 12:39:40.118872  2239 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:40.118564  2314 consensus_queue.cc:260] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:40.119920  2314 raft_consensus.cc:3060] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:39:40.125053  2314 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 371ee21b531e4512b5e4521ef7ba0006 in term 2.
I20260608 12:39:40.125083  2239 raft_consensus.cc:2468] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 371ee21b531e4512b5e4521ef7ba0006 in term 2.
I20260608 12:39:40.126609  2353 leader_election.cc:304] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [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: 3341ab0f99e74098926b1d8f42a03d39, 371ee21b531e4512b5e4521ef7ba0006; no voters: 
I20260608 12:39:40.127576  2459 raft_consensus.cc:2804] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:39:40.129248  2459 raft_consensus.cc:697] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 LEADER]: Becoming Leader. State: Replica: 371ee21b531e4512b5e4521ef7ba0006, State: Running, Role: LEADER
I20260608 12:39:40.130129  2459 consensus_queue.cc:237] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } }
I20260608 12:39:40.137661  2135 catalog_manager.cc:5696] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 reported cstate change: term changed from 1 to 2, leader changed from 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194) to 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "371ee21b531e4512b5e4521ef7ba0006" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:40.673892  2239 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: 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:40.675643  2473 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:40.691428  2314 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: 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:40.693495  2475 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:39:41.722340  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:41.725262  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:41.725703  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:43.726715  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:43.728904  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:43.729305  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:45.730207  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:45.732381  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:45.732851  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:47.733788  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:47.735765  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:47.736119  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:49.737059  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:49.739014  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:49.739400  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:50.601562   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:39:50.609793  2483 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:39:50.612447  2486 instance_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:50.611042  2484 instance_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:50.614814   431 server_base.cc:1061] running on GCE node
I20260608 12:39:50.616273   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:39:50.616533   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:39:50.616750   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922390616732 us; error 0 us; skew 500 ppm
I20260608 12:39:50.617380   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:39:50.620291   431 webserver.cc:533] Webserver started at http://127.0.107.196:37879/ using document root <none> and password file <none>
I20260608 12:39:50.620945   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:39:50.621182   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:39:50.621501   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:39:50.622937   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "4d04e8eed34d479990cb478a9d26f938"
format_stamp: "Formatted at 2026-06-08 12:39:50 on dist-test-slave-62kf"
I20260608 12:39:50.628324   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
I20260608 12:39:50.632501  2491 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:50.633599   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:39:50.633997   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "4d04e8eed34d479990cb478a9d26f938"
format_stamp: "Formatted at 2026-06-08 12:39:50 on dist-test-slave-62kf"
I20260608 12:39:50.634325   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-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:50.667495   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:39:50.669018   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:39:50.670709   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:39:50.673437   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:39:50.673703   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:50.674000   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:39:50.674309   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:39:50.722594   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:44683
I20260608 12:39:50.722661  2553 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:44683 every 8 connection(s)
I20260608 12:39:50.747272  2554 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37109
I20260608 12:39:50.748070  2554 heartbeater.cc:461] Registering TS with master...
I20260608 12:39:50.749061  2554 heartbeater.cc:507] Master 127.0.107.254:37109 requested a full tablet report, sending...
I20260608 12:39:50.752174  2134 ts_manager.cc:194] Registered new tserver with Master: 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196:44683)
I20260608 12:39:50.754160  2134 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:46252
I20260608 12:39:50.786666  2388 consensus_queue.cc:237] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } }
I20260608 12:39:50.797425  2314 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:50.799464  2239 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:39:50.800434  2561 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } 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:50.802982  2562 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:39:50.817960  2562 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } } }
W20260608 12:39:50.821530  2351 consensus_peers.cc:597] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 -> Peer 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196:44683): Couldn't send request to peer 4d04e8eed34d479990cb478a9d26f938. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 108c1953a0084f8fae99ea1cc8d6c468. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:39:50.820806  2239 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } } }
I20260608 12:39:50.826869  2314 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } } }
I20260608 12:39:50.836407  2134 catalog_manager.cc:5696] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 reported cstate change: config changed from index -1 to 3, NON_VOTER 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "371ee21b531e4512b5e4521ef7ba0006" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:39:51.317608  2572 ts_tablet_manager.cc:933] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Initiating tablet copy from peer 371ee21b531e4512b5e4521ef7ba0006 (127.0.107.195:32769)
I20260608 12:39:51.319530  2572 tablet_copy_client.cc:323] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:32769
I20260608 12:39:51.331681  2398 tablet_copy_service.cc:140] P 371ee21b531e4512b5e4521ef7ba0006: Received BeginTabletCopySession request for tablet 108c1953a0084f8fae99ea1cc8d6c468 from peer 4d04e8eed34d479990cb478a9d26f938 ({username='slave'} at 127.0.0.1:47784)
I20260608 12:39:51.332309  2398 tablet_copy_service.cc:161] P 371ee21b531e4512b5e4521ef7ba0006: Beginning new tablet copy session on tablet 108c1953a0084f8fae99ea1cc8d6c468 from peer 4d04e8eed34d479990cb478a9d26f938 at {username='slave'} at 127.0.0.1:47784: session id = 4d04e8eed34d479990cb478a9d26f938-108c1953a0084f8fae99ea1cc8d6c468
I20260608 12:39:51.340870  2398 tablet_copy_source_session.cc:215] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:39:51.344318  2572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 108c1953a0084f8fae99ea1cc8d6c468. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:39:51.355947  2572 tablet_copy_client.cc:806] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: tablet copy: Starting download of 0 data blocks...
I20260608 12:39:51.356632  2572 tablet_copy_client.cc:670] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: tablet copy: Starting download of 1 WAL segments...
I20260608 12:39:51.360670  2572 tablet_copy_client.cc:538] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:39:51.367527  2572 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Bootstrap starting.
I20260608 12:39:51.386811  2572 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:39:51.387599  2572 tablet_bootstrap.cc:492] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Bootstrap complete.
I20260608 12:39:51.388291  2572 ts_tablet_manager.cc:1403] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.008s
I20260608 12:39:51.390784  2572 raft_consensus.cc:359] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } }
I20260608 12:39:51.391449  2572 raft_consensus.cc:740] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 4d04e8eed34d479990cb478a9d26f938, State: Initialized, Role: LEARNER
I20260608 12:39:51.392144  2572 consensus_queue.cc:260] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: true } }
I20260608 12:39:51.394397  2554 heartbeater.cc:499] Master 127.0.107.254:37109 was elected leader, sending a full tablet report...
I20260608 12:39:51.394996  2572 ts_tablet_manager.cc:1434] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 12:39:51.397126  2398 tablet_copy_service.cc:342] P 371ee21b531e4512b5e4521ef7ba0006: Request end of tablet copy session 4d04e8eed34d479990cb478a9d26f938-108c1953a0084f8fae99ea1cc8d6c468 received from {username='slave'} at 127.0.0.1:47784
I20260608 12:39:51.397598  2398 tablet_copy_service.cc:434] P 371ee21b531e4512b5e4521ef7ba0006: ending tablet copy session 4d04e8eed34d479990cb478a9d26f938-108c1953a0084f8fae99ea1cc8d6c468 on tablet 108c1953a0084f8fae99ea1cc8d6c468 with peer 4d04e8eed34d479990cb478a9d26f938
I20260608 12:39:51.740727  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:51.743870  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:51.744419  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:51.848186  2529 raft_consensus.cc:1217] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:39:52.325268  2579 raft_consensus.cc:1064] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: attempting to promote NON_VOTER 4d04e8eed34d479990cb478a9d26f938 to VOTER
I20260608 12:39:52.327400  2579 consensus_queue.cc:237] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } }
I20260608 12:39:52.334088  2529 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 LEARNER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:52.334612  2239 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:52.335121  2314 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:39:52.336238  2578 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:39:52.337270  2579 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:52.337980  2562 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:39:52.360661  2579 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.363161  2239 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.365571  2314 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.378147  2529 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.380604  2135 catalog_manager.cc:5696] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 reported cstate change: config changed from index 3 to 4, 4d04e8eed34d479990cb478a9d26f938 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "371ee21b531e4512b5e4521ef7ba0006" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "3341ab0f99e74098926b1d8f42a03d39" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 33131 } attrs { replace: true } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.411934  2388 consensus_queue.cc:237] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [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: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } }
I20260608 12:39:52.418679  2239 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:52.418679  2529 raft_consensus.cc:1275] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 FOLLOWER]: Refusing update from remote peer 371ee21b531e4512b5e4521ef7ba0006: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:39:52.420540  2578 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:52.421459  2579 consensus_queue.cc:1048] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:39:52.429003  2562 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.430913  2239 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.430922  2529 raft_consensus.cc:2955] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.439447  2124 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 108c1953a0084f8fae99ea1cc8d6c468 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:39:52.444133  2136 catalog_manager.cc:5696] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 reported cstate change: config changed from index 4 to 5, VOTER 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "371ee21b531e4512b5e4521ef7ba0006" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "371ee21b531e4512b5e4521ef7ba0006" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 32769 } } peers { permanent_uuid: "c5973b9ab2ae49898d7adc52f255e3a0" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41143 } } peers { permanent_uuid: "4d04e8eed34d479990cb478a9d26f938" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 44683 } attrs { promote: false } } }
I20260608 12:39:52.456714  2303 tablet_service.cc:1558] Processing DeleteTablet for tablet 108c1953a0084f8fae99ea1cc8d6c468 with delete_type TABLET_DATA_TOMBSTONED (TS 3341ab0f99e74098926b1d8f42a03d39 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:36360
I20260608 12:39:52.459332  2590 tablet_replica.cc:333] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: stopping tablet replica
I20260608 12:39:52.460299  2590 raft_consensus.cc:2243] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:39:52.461155  2590 raft_consensus.cc:2272] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:39:52.465441  2590 ts_tablet_manager.cc:1916] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:39:52.477006  2590 ts_tablet_manager.cc:1929] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:39:52.477360  2590 log.cc:1199] T 108c1953a0084f8fae99ea1cc8d6c468 P 3341ab0f99e74098926b1d8f42a03d39: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780922350108766-431-0/minicluster-data/ts-1-root/wals/108c1953a0084f8fae99ea1cc8d6c468
I20260608 12:39:52.478950  2123 catalog_manager.cc:5027] TS 3341ab0f99e74098926b1d8f42a03d39 (127.0.107.194:33131): tablet 108c1953a0084f8fae99ea1cc8d6c468 (table test-workload [id=546e2b4553324d598b0f3b8f8621d74c]) successfully deleted
I20260608 12:39:53.745558  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:53.748003  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:53.748397  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:55.749380  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:55.751564  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:55.751940  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:57.752925  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:57.755125  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:57.755465  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:39:59.756299  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:39:59.758255  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:39:59.758584  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:01.759727  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:01.762854  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:01.763222  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:03.764227  2190 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:03.766229  2190 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:03.766559  2190 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:04.447608   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:04.486928   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260608 12:40:04.487067  2354 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 6 similar messages]
I20260608 12:40:04.488178   431 tablet_replica.cc:333] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0: stopping tablet replica
I20260608 12:40:04.489076   431 raft_consensus.cc:2243] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.490314   431 raft_consensus.cc:2272] T b99321e996414e559fdb9fd5b0bde688 P c5973b9ab2ae49898d7adc52f255e3a0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:04.492596  2354 consensus_peers.cc:597] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 -> Peer c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143): Couldn't send request to peer c5973b9ab2ae49898d7adc52f255e3a0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.494616   431 tablet_replica.cc:333] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0: stopping tablet replica
I20260608 12:40:04.495659   431 raft_consensus.cc:2243] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Raft consensus shutting down.
W20260608 12:40:04.497099  2280 consensus_peers.cc:597] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 -> Peer c5973b9ab2ae49898d7adc52f255e3a0 (127.0.107.193:41143): Couldn't send request to peer c5973b9ab2ae49898d7adc52f255e3a0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:04.497341   431 raft_consensus.cc:2272] T 108c1953a0084f8fae99ea1cc8d6c468 P c5973b9ab2ae49898d7adc52f255e3a0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.526504   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:04.541781   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:04.574883   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:04.576083   431 tablet_replica.cc:333] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39: stopping tablet replica
I20260608 12:40:04.576759   431 raft_consensus.cc:2243] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.577848   431 raft_consensus.cc:2272] T b99321e996414e559fdb9fd5b0bde688 P 3341ab0f99e74098926b1d8f42a03d39 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.603802   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:04.619094   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:04.655403   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:04.656509   431 tablet_replica.cc:333] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006: stopping tablet replica
I20260608 12:40:04.657460   431 raft_consensus.cc:2243] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.658339   431 raft_consensus.cc:2272] T b99321e996414e559fdb9fd5b0bde688 P 371ee21b531e4512b5e4521ef7ba0006 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.660871   431 tablet_replica.cc:333] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006: stopping tablet replica
I20260608 12:40:04.661504   431 raft_consensus.cc:2243] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.662446   431 raft_consensus.cc:2272] T 108c1953a0084f8fae99ea1cc8d6c468 P 371ee21b531e4512b5e4521ef7ba0006 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.686288   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:04.700416   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:04.726107   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:04.726958   431 tablet_replica.cc:333] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938: stopping tablet replica
I20260608 12:40:04.727536   431 raft_consensus.cc:2243] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:04.728477   431 raft_consensus.cc:2272] T 108c1953a0084f8fae99ea1cc8d6c468 P 4d04e8eed34d479990cb478a9d26f938 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.749771   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:04.762379   431 master.cc:562] Master@127.0.107.254:37109 shutting down...
I20260608 12:40:04.784098   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:04.784718   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:04.785162   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c7b51a7d3d61484683d5428b3554e915: stopping tablet replica
I20260608 12:40:04.806069   431 master.cc:584] Master@127.0.107.254:37109 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27308 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 12:40:04.845230   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45875
I20260608 12:40:04.846659   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:04.853032  2595 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.853083  2596 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:04.854061  2598 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:04.855422   431 server_base.cc:1061] running on GCE node
I20260608 12:40:04.856341   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:04.856539   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:04.856657   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922404856645 us; error 0 us; skew 500 ppm
I20260608 12:40:04.857168   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:04.859791   431 webserver.cc:533] Webserver started at http://127.0.107.254:38385/ using document root <none> and password file <none>
I20260608 12:40:04.860412   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:04.860581   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:04.860809   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:04.861960   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "937b89a91d8648adaaf14c03a829fe42"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-62kf"
I20260608 12:40:04.866879   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 12:40:04.870735  2603 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:04.871622   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
I20260608 12:40:04.872023   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "937b89a91d8648adaaf14c03a829fe42"
format_stamp: "Formatted at 2026-06-08 12:40:04 on dist-test-slave-62kf"
I20260608 12:40:04.872359   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780922350108766-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:04.893644   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:04.895043   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:04.937093   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45875
I20260608 12:40:04.937237  2654 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45875 every 8 connection(s)
I20260608 12:40:04.941672  2655 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:04.952636  2655 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42: Bootstrap starting.
I20260608 12:40:04.957788  2655 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:04.962531  2655 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42: No bootstrap required, opened a new log
I20260608 12:40:04.965149  2655 raft_consensus.cc:359] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER }
I20260608 12:40:04.965616  2655 raft_consensus.cc:385] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:04.965806  2655 raft_consensus.cc:740] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 937b89a91d8648adaaf14c03a829fe42, State: Initialized, Role: FOLLOWER
I20260608 12:40:04.966375  2655 consensus_queue.cc:260] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER }
I20260608 12:40:04.966835  2655 raft_consensus.cc:399] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:04.967033  2655 raft_consensus.cc:493] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:04.967249  2655 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:04.971899  2655 raft_consensus.cc:515] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER }
I20260608 12:40:04.972596  2655 leader_election.cc:304] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [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: 937b89a91d8648adaaf14c03a829fe42; no voters: 
I20260608 12:40:04.973871  2655 leader_election.cc:290] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:04.974503  2658 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:04.976892  2658 raft_consensus.cc:697] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 1 LEADER]: Becoming Leader. State: Replica: 937b89a91d8648adaaf14c03a829fe42, State: Running, Role: LEADER
I20260608 12:40:04.977623  2655 sys_catalog.cc:565] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:04.978056  2658 consensus_queue.cc:237] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [LEADER]: Queue going to LEADER mode. State: All 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: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER }
I20260608 12:40:04.984930  2659 sys_catalog.cc:455] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "937b89a91d8648adaaf14c03a829fe42" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER } }
I20260608 12:40:04.985831  2659 sys_catalog.cc:458] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:04.988546  2668 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:04.988263  2660 sys_catalog.cc:455] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 937b89a91d8648adaaf14c03a829fe42. Latest consensus state: current_term: 1 leader_uuid: "937b89a91d8648adaaf14c03a829fe42" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "937b89a91d8648adaaf14c03a829fe42" member_type: VOTER } }
I20260608 12:40:04.989207  2660 sys_catalog.cc:458] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:04.998957  2668 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:05.000151   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:05.009666  2668 catalog_manager.cc:1382] Generated new cluster ID: d048ad932bbb48c08a2c1809c621309e
I20260608 12:40:05.010016  2668 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:05.057507  2668 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:05.059024  2668 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:05.075551  2668 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42: Generated new TSK 0
I20260608 12:40:05.076282  2668 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:05.130406   431 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000207515s
I20260608 12:40:17.227092   431 master.cc:562] Master@127.0.107.254:45875 shutting down...
I20260608 12:40:17.251881   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:17.252791   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:17.253224   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 937b89a91d8648adaaf14c03a829fe42: stopping tablet replica
I20260608 12:40:17.273898   431 master.cc:584] Master@127.0.107.254:45875 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12464 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 12:40:17.310087   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37713
I20260608 12:40:17.311374   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.317584  2679 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.318058  2680 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.319831  2682 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.321321   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.322126   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.322378   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:17.322552   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417322516 us; error 0 us; skew 500 ppm
I20260608 12:40:17.323149   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.325814   431 webserver.cc:533] Webserver started at http://127.0.107.254:34777/ using document root <none> and password file <none>
I20260608 12:40:17.326370   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.326570   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.327046   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.328475   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "bca27f4ff75c4ba49dbafa508c10b259"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.333612   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:17.337474  2687 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.338307   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:17.338609   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "bca27f4ff75c4ba49dbafa508c10b259"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.338910   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-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:17.353444   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.354792   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.394716   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37713
I20260608 12:40:17.394881  2738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37713 every 8 connection(s)
I20260608 12:40:17.399425  2739 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:17.412781  2739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259: Bootstrap starting.
I20260608 12:40:17.418318  2739 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:17.422907  2739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259: No bootstrap required, opened a new log
I20260608 12:40:17.425504  2739 raft_consensus.cc:359] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER }
I20260608 12:40:17.425958  2739 raft_consensus.cc:385] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:17.426234  2739 raft_consensus.cc:740] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bca27f4ff75c4ba49dbafa508c10b259, State: Initialized, Role: FOLLOWER
I20260608 12:40:17.426999  2739 consensus_queue.cc:260] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER }
I20260608 12:40:17.427507  2739 raft_consensus.cc:399] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:17.427749  2739 raft_consensus.cc:493] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:17.428048  2739 raft_consensus.cc:3060] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:17.432821  2739 raft_consensus.cc:515] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER }
I20260608 12:40:17.433413  2739 leader_election.cc:304] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [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: bca27f4ff75c4ba49dbafa508c10b259; no voters: 
I20260608 12:40:17.434618  2739 leader_election.cc:290] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:17.435143  2742 raft_consensus.cc:2804] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:17.436579  2742 raft_consensus.cc:697] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 1 LEADER]: Becoming Leader. State: Replica: bca27f4ff75c4ba49dbafa508c10b259, State: Running, Role: LEADER
I20260608 12:40:17.437354  2742 consensus_queue.cc:237] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [LEADER]: Queue going to LEADER mode. State: All 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: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER }
I20260608 12:40:17.437851  2739 sys_catalog.cc:565] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:17.440894  2744 sys_catalog.cc:455] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [sys.catalog]: SysCatalogTable state changed. Reason: New leader bca27f4ff75c4ba49dbafa508c10b259. Latest consensus state: current_term: 1 leader_uuid: "bca27f4ff75c4ba49dbafa508c10b259" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER } }
I20260608 12:40:17.440732  2743 sys_catalog.cc:455] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "bca27f4ff75c4ba49dbafa508c10b259" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bca27f4ff75c4ba49dbafa508c10b259" member_type: VOTER } }
I20260608 12:40:17.441635  2743 sys_catalog.cc:458] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.441635  2744 sys_catalog.cc:458] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:17.448287  2747 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:17.454205  2747 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:17.455476   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:17.464458  2747 catalog_manager.cc:1382] Generated new cluster ID: 8e6a2024a9894139bde39d1719de3a55
I20260608 12:40:17.464807  2747 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:17.487437  2747 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:17.488906  2747 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:17.509904  2747 catalog_manager.cc:6069] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259: Generated new TSK 0
I20260608 12:40:17.510584  2747 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:17.522367   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.529908  2760 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.530759  2761 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.532274  2763 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.533197   431 server_base.cc:1061] running on GCE node
I20260608 12:40:17.534052   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.534235   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:17.534364   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417534346 us; error 0 us; skew 500 ppm
I20260608 12:40:17.534952   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.537441   431 webserver.cc:533] Webserver started at http://127.0.107.193:34723/ using document root <none> and password file <none>
I20260608 12:40:17.537935   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.538097   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.538314   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.539933   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "c945ef6f1b8f4c658cc90a35dbac38bf"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.545548   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:17.550014  2768 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.550897   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.002s
I20260608 12:40:17.551225   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "c945ef6f1b8f4c658cc90a35dbac38bf"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.551535   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:17.582692   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.584139   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.585777   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.588323   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.588574   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.588840   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.589031   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.632189   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:40971
I20260608 12:40:17.632321  2830 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:40971 every 8 connection(s)
I20260608 12:40:17.638953   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.648191  2835 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.648604  2836 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.655680   431 server_base.cc:1061] running on GCE node
W20260608 12:40:17.655596  2838 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.657079   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.657279   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:17.657507   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417657482 us; error 0 us; skew 500 ppm
I20260608 12:40:17.658280  2831 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37713
I20260608 12:40:17.658357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.658854  2831 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.659718  2831 heartbeater.cc:507] Master 127.0.107.254:37713 requested a full tablet report, sending...
I20260608 12:40:17.661819   431 webserver.cc:533] Webserver started at http://127.0.107.194:41129/ using document root <none> and password file <none>
I20260608 12:40:17.662411   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.662366  2704 ts_manager.cc:194] Registered new tserver with Master: c945ef6f1b8f4c658cc90a35dbac38bf (127.0.107.193:40971)
I20260608 12:40:17.662806   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.663201   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.664608   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "9a0f7a9d7e0b4c48965ccc0eefb84adc"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.664892  2704 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50276
I20260608 12:40:17.669863   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:40:17.673866  2843 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.674768   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:17.675125   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "9a0f7a9d7e0b4c48965ccc0eefb84adc"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.675436   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:17.689880   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.691183   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.692795   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.695183   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.695433   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.695683   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.695876   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.742549   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45315
I20260608 12:40:17.742656  2905 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45315 every 8 connection(s)
I20260608 12:40:17.748430   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:17.756704  2909 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:40:17.759342  2910 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.760123   431 server_base.cc:1061] running on GCE node
W20260608 12:40:17.761171  2912 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:17.762506   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:17.762812   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:40:17.763072   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922417763049 us; error 0 us; skew 500 ppm
I20260608 12:40:17.764024   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:17.764896  2906 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37713
I20260608 12:40:17.765368  2906 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.766296  2906 heartbeater.cc:507] Master 127.0.107.254:37713 requested a full tablet report, sending...
I20260608 12:40:17.767088   431 webserver.cc:533] Webserver started at http://127.0.107.195:33705/ using document root <none> and password file <none>
I20260608 12:40:17.767740   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:17.768018   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:17.768379   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:17.768898  2704 ts_manager.cc:194] Registered new tserver with Master: 9a0f7a9d7e0b4c48965ccc0eefb84adc (127.0.107.194:45315)
I20260608 12:40:17.769716   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "0d1cc47b0c814ff2a58c60fe12c1c2c5"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.770428  2704 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50290
I20260608 12:40:17.774847   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.002s
I20260608 12:40:17.778806  2917 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.779750   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:40:17.780115   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "0d1cc47b0c814ff2a58c60fe12c1c2c5"
format_stamp: "Formatted at 2026-06-08 12:40:17 on dist-test-slave-62kf"
I20260608 12:40:17.780435   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:17.798944   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:17.800354   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:17.801959   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:17.804379   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:17.804633   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.804883   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:17.805078   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:17.846573   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36407
I20260608 12:40:17.846685  2979 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36407 every 8 connection(s)
I20260608 12:40:17.862234  2980 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37713
I20260608 12:40:17.862725  2980 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:17.863660  2980 heartbeater.cc:507] Master 127.0.107.254:37713 requested a full tablet report, sending...
I20260608 12:40:17.865969  2704 ts_manager.cc:194] Registered new tserver with Master: 0d1cc47b0c814ff2a58c60fe12c1c2c5 (127.0.107.195:36407)
I20260608 12:40:17.866511   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016219435s
I20260608 12:40:17.868074  2704 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50304
I20260608 12:40:18.667990  2831 heartbeater.cc:499] Master 127.0.107.254:37713 was elected leader, sending a full tablet report...
I20260608 12:40:18.773264  2906 heartbeater.cc:499] Master 127.0.107.254:37713 was elected leader, sending a full tablet report...
I20260608 12:40:18.871440  2980 heartbeater.cc:499] Master 127.0.107.254:37713 was elected leader, sending a full tablet report...
I20260608 12:40:19.454910  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:21.456152  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:23.457314  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:25.458505  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:27.459658  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:29.460858  2757 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:29.964422   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:29.996299   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.016402   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:30.028524   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:30.064873   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.083130   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:30.094610   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:30.115692   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:30.132362   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:30.142227   431 master.cc:562] Master@127.0.107.254:37713 shutting down...
I20260608 12:40:30.166460   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:30.167346   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:30.167747   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P bca27f4ff75c4ba49dbafa508c10b259: stopping tablet replica
I20260608 12:40:30.186488   431 master.cc:584] Master@127.0.107.254:37713 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12908 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 12:40:30.221593   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34711
I20260608 12:40:30.222852   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.229161  2986 instance_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.229166  2985 instance_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:30.230537   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.230482  2988 instance_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.231612   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.231801   431 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.231918   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430231906 us; error 0 us; skew 500 ppm
I20260608 12:40:30.232554   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.234964   431 webserver.cc:533] Webserver started at http://127.0.107.254:38205/ using document root <none> and password file <none>
I20260608 12:40:30.235435   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.235600   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.235821   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.237051   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "a9e70d930f0946c1aafc64ae2a992d1e"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.241855   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 12:40:30.245427  2993 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.246193   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:30.246520   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "a9e70d930f0946c1aafc64ae2a992d1e"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.246804   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:30.261994   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.263301   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.303494   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34711
I20260608 12:40:30.303611  3044 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34711 every 8 connection(s)
I20260608 12:40:30.307981  3045 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:30.319314  3045 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e: Bootstrap starting.
I20260608 12:40:30.324585  3045 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:30.329279  3045 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e: No bootstrap required, opened a new log
I20260608 12:40:30.332022  3045 raft_consensus.cc:359] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER }
I20260608 12:40:30.332562  3045 raft_consensus.cc:385] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:30.332857  3045 raft_consensus.cc:740] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a9e70d930f0946c1aafc64ae2a992d1e, State: Initialized, Role: FOLLOWER
I20260608 12:40:30.333523  3045 consensus_queue.cc:260] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER }
I20260608 12:40:30.334056  3045 raft_consensus.cc:399] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:30.334338  3045 raft_consensus.cc:493] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:30.334621  3045 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:30.339190  3045 raft_consensus.cc:515] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER }
I20260608 12:40:30.339949  3045 leader_election.cc:304] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [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: a9e70d930f0946c1aafc64ae2a992d1e; no voters: 
I20260608 12:40:30.341204  3045 leader_election.cc:290] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:30.341799  3048 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:30.343313  3048 raft_consensus.cc:697] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 1 LEADER]: Becoming Leader. State: Replica: a9e70d930f0946c1aafc64ae2a992d1e, State: Running, Role: LEADER
I20260608 12:40:30.344436  3045 sys_catalog.cc:565] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:30.344242  3048 consensus_queue.cc:237] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [LEADER]: Queue going to LEADER mode. State: All 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: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER }
I20260608 12:40:30.347991  3050 sys_catalog.cc:455] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [sys.catalog]: SysCatalogTable state changed. Reason: New leader a9e70d930f0946c1aafc64ae2a992d1e. Latest consensus state: current_term: 1 leader_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER } }
I20260608 12:40:30.347905  3049 sys_catalog.cc:455] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a9e70d930f0946c1aafc64ae2a992d1e" member_type: VOTER } }
I20260608 12:40:30.348922  3050 sys_catalog.cc:458] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.348955  3049 sys_catalog.cc:458] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:30.354362  3053 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:30.363464  3053 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:30.364598   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:30.374259  3053 catalog_manager.cc:1382] Generated new cluster ID: e73c6554ec0f414cb5d2a6ee9e3c08ff
I20260608 12:40:30.374603  3053 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:30.390394  3053 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:30.391872  3053 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:30.407619  3053 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e: Generated new TSK 0
I20260608 12:40:30.408298  3053 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:30.431334   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.437940  3066 instance_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.439291  3067 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.440838   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.440788  3069 instance_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.442046   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.442232   431 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.442376   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430442362 us; error 0 us; skew 500 ppm
I20260608 12:40:30.442895   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.445287   431 webserver.cc:533] Webserver started at http://127.0.107.193:32795/ using document root <none> and password file <none>
I20260608 12:40:30.446012   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.446208   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.446511   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.447655   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "b8e8a309a4864abfab1a94aecd2d1062"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.452675   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:30.456681  3074 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.457515   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:40:30.457803   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "b8e8a309a4864abfab1a94aecd2d1062"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.458062   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:30.476863   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.478024   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.479456   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.481947   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.482142   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.482494   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.482645   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.523711   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38927
I20260608 12:40:30.523839  3136 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38927 every 8 connection(s)
I20260608 12:40:30.529819   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.537740  3141 instance_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.538987  3142 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:40:30.541929   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.542771  3144 instance_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.543716   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.543992   431 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.544185   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430544167 us; error 0 us; skew 500 ppm
I20260608 12:40:30.544942   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.548702   431 webserver.cc:533] Webserver started at http://127.0.107.194:34303/ using document root <none> and password file <none>
I20260608 12:40:30.549145  3137 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34711
I20260608 12:40:30.549437   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.549551  3137 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.549746   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.550158   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.550478  3137 heartbeater.cc:507] Master 127.0.107.254:34711 requested a full tablet report, sending...
I20260608 12:40:30.551641   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "6912ef4ec19741f8882b642442ed9773"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.552948  3010 ts_manager.cc:194] Registered new tserver with Master: b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927)
I20260608 12:40:30.554899  3010 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47150
I20260608 12:40:30.557544   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.002s
I20260608 12:40:30.561273  3149 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.562233   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:30.562516   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "6912ef4ec19741f8882b642442ed9773"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.562760   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:30.596297   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.598223   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.599902   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.602903   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.603108   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.603495   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.603708   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.649924   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35119
I20260608 12:40:30.650194  3212 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35119 every 8 connection(s)
I20260608 12:40:30.656924   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:30.667029  3217 instance_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.666752  3216 instance_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:30.670430   431 server_base.cc:1061] running on GCE node
W20260608 12:40:30.670342  3219 instance_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.672186   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:30.672456   431 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.672724   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922430672704 us; error 0 us; skew 500 ppm
I20260608 12:40:30.672924  3213 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34711
I20260608 12:40:30.673355  3213 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.673547   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:30.674413  3213 heartbeater.cc:507] Master 127.0.107.254:34711 requested a full tablet report, sending...
I20260608 12:40:30.676951   431 webserver.cc:533] Webserver started at http://127.0.107.195:40071/ using document root <none> and password file <none>
I20260608 12:40:30.677865   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:30.677867  3010 ts_manager.cc:194] Registered new tserver with Master: 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119)
I20260608 12:40:30.678334   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:30.678830   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:30.680684  3010 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47164
I20260608 12:40:30.680945   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "f5062c846f05477192f00c057534f8e5"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.687741   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
I20260608 12:40:30.691578  3224 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.692528   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:30.692875   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "f5062c846f05477192f00c057534f8e5"
format_stamp: "Formatted at 2026-06-08 12:40:30 on dist-test-slave-62kf"
I20260608 12:40:30.693171   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:40:30.729679   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:30.731017   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:30.732636   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:30.735064   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:30.735330   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.735613   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:30.735813   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:30.781418   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35783
I20260608 12:40:30.781554  3286 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35783 every 8 connection(s)
I20260608 12:40:30.797817  3287 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34711
I20260608 12:40:30.798272  3287 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:30.799074  3287 heartbeater.cc:507] Master 127.0.107.254:34711 requested a full tablet report, sending...
I20260608 12:40:30.801409  3010 ts_manager.cc:194] Registered new tserver with Master: f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:30.801592   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016464473s
I20260608 12:40:30.803370  3010 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47170
I20260608 12:40:31.558497  3137 heartbeater.cc:499] Master 127.0.107.254:34711 was elected leader, sending a full tablet report...
I20260608 12:40:31.684732  3213 heartbeater.cc:499] Master 127.0.107.254:34711 was elected leader, sending a full tablet report...
I20260608 12:40:31.806684  3287 heartbeater.cc:499] Master 127.0.107.254:34711 was elected leader, sending a full tablet report...
I20260608 12:40:31.859378  3010 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47176:
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:40:31.862286  3010 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:40:31.923774  3178 tablet_service.cc:1511] Processing CreateTablet for tablet 9aa5c14d843d4f6abbca99cf3e60a07b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.925665  3178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9aa5c14d843d4f6abbca99cf3e60a07b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.929294  3177 tablet_service.cc:1511] Processing CreateTablet for tablet e3f90f5db718400d90e46ae7554164d6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.930889  3177 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e3f90f5db718400d90e46ae7554164d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.930758  3175 tablet_service.cc:1511] Processing CreateTablet for tablet c36f2c884fd748b288c319890df5c2ac (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.932343  3175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c36f2c884fd748b288c319890df5c2ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.933162  3176 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc8d7d1e66643b3807d041d493309f6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.934599  3176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc8d7d1e66643b3807d041d493309f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.949997  3252 tablet_service.cc:1511] Processing CreateTablet for tablet 9aa5c14d843d4f6abbca99cf3e60a07b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.951727  3252 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9aa5c14d843d4f6abbca99cf3e60a07b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.953390  3102 tablet_service.cc:1511] Processing CreateTablet for tablet 9aa5c14d843d4f6abbca99cf3e60a07b (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.953863  3250 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc8d7d1e66643b3807d041d493309f6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.955190  3102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9aa5c14d843d4f6abbca99cf3e60a07b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.956993  3249 tablet_service.cc:1511] Processing CreateTablet for tablet c36f2c884fd748b288c319890df5c2ac (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.959112  3101 tablet_service.cc:1511] Processing CreateTablet for tablet e3f90f5db718400d90e46ae7554164d6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.960767  3101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e3f90f5db718400d90e46ae7554164d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.965368  3100 tablet_service.cc:1511] Processing CreateTablet for tablet 1fc8d7d1e66643b3807d041d493309f6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:31.966972  3100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc8d7d1e66643b3807d041d493309f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.969103  3099 tablet_service.cc:1511] Processing CreateTablet for tablet c36f2c884fd748b288c319890df5c2ac (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.970678  3099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c36f2c884fd748b288c319890df5c2ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.957137  3251 tablet_service.cc:1511] Processing CreateTablet for tablet e3f90f5db718400d90e46ae7554164d6 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=58cc6119d761438d98dd1c515124b843]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:31.972922  3251 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e3f90f5db718400d90e46ae7554164d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.974052  3249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c36f2c884fd748b288c319890df5c2ac. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:31.975237  3250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1fc8d7d1e66643b3807d041d493309f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:32.025516  3306 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: Bootstrap starting.
I20260608 12:40:32.029083  3307 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Bootstrap starting.
I20260608 12:40:32.036418  3306 tablet_bootstrap.cc:654] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.043139  3307 tablet_bootstrap.cc:654] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.045405  3308 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: Bootstrap starting.
I20260608 12:40:32.054370  3306 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: No bootstrap required, opened a new log
I20260608 12:40:32.054913  3306 ts_tablet_manager.cc:1403] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.010s
I20260608 12:40:32.055636  3307 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: No bootstrap required, opened a new log
I20260608 12:40:32.056213  3307 ts_tablet_manager.cc:1403] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.005s
I20260608 12:40:32.057354  3308 tablet_bootstrap.cc:654] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.057848  3306 raft_consensus.cc:359] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.058634  3306 raft_consensus.cc:385] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.058907  3306 raft_consensus.cc:740] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5062c846f05477192f00c057534f8e5, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.059782  3306 consensus_queue.cc:260] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.059864  3307 raft_consensus.cc:359] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.060813  3307 raft_consensus.cc:385] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.061304  3307 raft_consensus.cc:740] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.062136  3307 consensus_queue.cc:260] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.064365  3308 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: No bootstrap required, opened a new log
I20260608 12:40:32.064993  3308 ts_tablet_manager.cc:1403] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.010s
I20260608 12:40:32.067536  3307 ts_tablet_manager.cc:1434] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260608 12:40:32.068253  3308 raft_consensus.cc:359] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.068782  3307 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: Bootstrap starting.
I20260608 12:40:32.069154  3308 raft_consensus.cc:385] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.069551  3308 raft_consensus.cc:740] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8e8a309a4864abfab1a94aecd2d1062, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.070477  3308 consensus_queue.cc:260] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.078341  3307 tablet_bootstrap.cc:654] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.080461  3306 ts_tablet_manager.cc:1434] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: Time spent starting tablet: real 0.025s	user 0.024s	sys 0.002s
I20260608 12:40:32.084688  3306 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Bootstrap starting.
I20260608 12:40:32.085408  3312 raft_consensus.cc:493] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.086282  3312 raft_consensus.cc:515] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.092789  3312 leader_election.cc:290] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119)
I20260608 12:40:32.093832  3306 tablet_bootstrap.cc:654] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.080622  3308 ts_tablet_manager.cc:1434] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: Time spent starting tablet: real 0.015s	user 0.011s	sys 0.003s
I20260608 12:40:32.106424  3308 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: Bootstrap starting.
I20260608 12:40:32.106318  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.106289  3306 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: No bootstrap required, opened a new log
W20260608 12:40:32.108466  3225 leader_election.cc:343] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.108454  3306 ts_tablet_manager.cc:1403] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.003s
I20260608 12:40:32.112687  3306 raft_consensus.cc:359] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.113574  3306 raft_consensus.cc:385] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.113938  3306 raft_consensus.cc:740] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5062c846f05477192f00c057534f8e5, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.114351  3308 tablet_bootstrap.cc:654] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.115016  3306 consensus_queue.cc:260] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.117777  3306 ts_tablet_manager.cc:1434] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:40:32.118880  3306 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: Bootstrap starting.
I20260608 12:40:32.121306  3307 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: No bootstrap required, opened a new log
I20260608 12:40:32.121932  3307 ts_tablet_manager.cc:1403] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: Time spent bootstrapping tablet: real 0.053s	user 0.020s	sys 0.001s
I20260608 12:40:32.125610  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6912ef4ec19741f8882b642442ed9773" is_pre_election: true
I20260608 12:40:32.127384  3306 tablet_bootstrap.cc:654] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.127135  3307 raft_consensus.cc:359] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
W20260608 12:40:32.127532  3228 leader_election.cc:343] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:32.128031  3307 raft_consensus.cc:385] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.128167  3228 leader_election.cc:304] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [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: f5062c846f05477192f00c057534f8e5; no voters: 6912ef4ec19741f8882b642442ed9773, b8e8a309a4864abfab1a94aecd2d1062
I20260608 12:40:32.128414  3307 raft_consensus.cc:740] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.129379  3312 raft_consensus.cc:2749] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.129372  3307 consensus_queue.cc:260] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.131348  3308 tablet_bootstrap.cc:492] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: No bootstrap required, opened a new log
I20260608 12:40:32.131901  3308 ts_tablet_manager.cc:1403] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.003s
I20260608 12:40:32.133680  3306 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: No bootstrap required, opened a new log
I20260608 12:40:32.133836  3307 ts_tablet_manager.cc:1434] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:40:32.134249  3306 ts_tablet_manager.cc:1403] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:40:32.134989  3307 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Bootstrap starting.
I20260608 12:40:32.135190  3308 raft_consensus.cc:359] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.136045  3308 raft_consensus.cc:385] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.136389  3308 raft_consensus.cc:740] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8e8a309a4864abfab1a94aecd2d1062, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.137256  3308 consensus_queue.cc:260] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.137681  3306 raft_consensus.cc:359] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.138445  3306 raft_consensus.cc:385] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.138787  3306 raft_consensus.cc:740] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5062c846f05477192f00c057534f8e5, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.139763  3306 consensus_queue.cc:260] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.141842  3308 ts_tablet_manager.cc:1434] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 12:40:32.142907  3308 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: Bootstrap starting.
I20260608 12:40:32.144553  3307 tablet_bootstrap.cc:654] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.144922  3306 ts_tablet_manager.cc:1434] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:32.146171  3306 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Bootstrap starting.
I20260608 12:40:32.150179  3308 tablet_bootstrap.cc:654] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.153600  3306 tablet_bootstrap.cc:654] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Neither blocks nor log segments found. Creating new log.
W20260608 12:40:32.156575  3214 tablet.cc:2404] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:40:32.157385  3307 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: No bootstrap required, opened a new log
I20260608 12:40:32.157888  3307 ts_tablet_manager.cc:1403] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.008s
I20260608 12:40:32.161299  3307 raft_consensus.cc:359] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.162245  3307 raft_consensus.cc:385] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.162609  3307 raft_consensus.cc:740] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.163555  3313 raft_consensus.cc:493] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.163476  3307 consensus_queue.cc:260] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.164144  3313 raft_consensus.cc:515] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.167810  3308 tablet_bootstrap.cc:492] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: No bootstrap required, opened a new log
I20260608 12:40:32.171447  3308 ts_tablet_manager.cc:1403] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: Time spent bootstrapping tablet: real 0.029s	user 0.019s	sys 0.005s
I20260608 12:40:32.172717  3313 leader_election.cc:290] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.174686  3308 raft_consensus.cc:359] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.175467  3308 raft_consensus.cc:385] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.175751  3306 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: No bootstrap required, opened a new log
I20260608 12:40:32.175812  3308 raft_consensus.cc:740] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8e8a309a4864abfab1a94aecd2d1062, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.176434  3306 ts_tablet_manager.cc:1403] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.005s
I20260608 12:40:32.176940  3308 consensus_queue.cc:260] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.179762  3306 raft_consensus.cc:359] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.180629  3306 raft_consensus.cc:385] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.180982  3306 raft_consensus.cc:740] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5062c846f05477192f00c057534f8e5, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.181867  3308 ts_tablet_manager.cc:1434] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 12:40:32.181967  3306 consensus_queue.cc:260] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.183092  3308 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: Bootstrap starting.
I20260608 12:40:32.190634  3308 tablet_bootstrap.cc:654] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.193115  3306 ts_tablet_manager.cc:1434] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Time spent starting tablet: real 0.016s	user 0.002s	sys 0.004s
I20260608 12:40:32.208017  3307 ts_tablet_manager.cc:1434] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Time spent starting tablet: real 0.050s	user 0.032s	sys 0.016s
I20260608 12:40:32.209319  3307 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: Bootstrap starting.
I20260608 12:40:32.209540  3308 tablet_bootstrap.cc:492] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: No bootstrap required, opened a new log
I20260608 12:40:32.210182  3308 ts_tablet_manager.cc:1403] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: Time spent bootstrapping tablet: real 0.027s	user 0.009s	sys 0.011s
I20260608 12:40:32.212818  3308 raft_consensus.cc:359] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.213683  3308 raft_consensus.cc:385] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.214071  3308 raft_consensus.cc:740] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8e8a309a4864abfab1a94aecd2d1062, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.215070  3308 consensus_queue.cc:260] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.216357  3312 raft_consensus.cc:493] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.216578  3307 tablet_bootstrap.cc:654] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.216879  3312 raft_consensus.cc:515] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.219219  3312 leader_election.cc:290] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119)
I20260608 12:40:32.220870  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.221521  3112 raft_consensus.cc:2468] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 0.
I20260608 12:40:32.222671  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6912ef4ec19741f8882b642442ed9773" is_pre_election: true
I20260608 12:40:32.223349  3188 raft_consensus.cc:2468] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 0.
I20260608 12:40:32.224726  3228 leader_election.cc:304] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.226495  3312 raft_consensus.cc:2804] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.228427  3312 raft_consensus.cc:493] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.228863  3312 raft_consensus.cc:3060] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.229197  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5" is_pre_election: true
I20260608 12:40:32.229857  3307 tablet_bootstrap.cc:492] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: No bootstrap required, opened a new log
I20260608 12:40:32.230329  3307 ts_tablet_manager.cc:1403] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.004s
I20260608 12:40:32.230840  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.231498  3112 raft_consensus.cc:2468] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 0.
I20260608 12:40:32.227191  3308 ts_tablet_manager.cc:1434] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.002s
I20260608 12:40:32.233562  3307 raft_consensus.cc:359] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.234362  3307 raft_consensus.cc:385] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.234714  3307 raft_consensus.cc:740] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.234720  3151 leader_election.cc:304] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, b8e8a309a4864abfab1a94aecd2d1062; no voters: 
I20260608 12:40:32.234927  3312 raft_consensus.cc:515] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.236115  3324 raft_consensus.cc:2804] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.235788  3307 consensus_queue.cc:260] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.236402  3262 raft_consensus.cc:2393] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6912ef4ec19741f8882b642442ed9773 in current term 1: Already voted for candidate f5062c846f05477192f00c057534f8e5 in this term.
I20260608 12:40:32.236595  3324 raft_consensus.cc:493] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.237073  3324 raft_consensus.cc:3060] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.238404  3307 ts_tablet_manager.cc:1434] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:40:32.240164  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062"
I20260608 12:40:32.240805  3112 raft_consensus.cc:3060] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.245479  3324 raft_consensus.cc:515] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.246482  3312 leader_election.cc:290] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 election: Requested vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119)
I20260608 12:40:32.248099  3324 leader_election.cc:290] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 election: Requested vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.248463  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6912ef4ec19741f8882b642442ed9773"
I20260608 12:40:32.248807  3112 raft_consensus.cc:2468] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 1.
I20260608 12:40:32.249316  3188 raft_consensus.cc:2393] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f5062c846f05477192f00c057534f8e5 in current term 1: Already voted for candidate 6912ef4ec19741f8882b642442ed9773 in this term.
I20260608 12:40:32.250218  3225 leader_election.cc:304] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b8e8a309a4864abfab1a94aecd2d1062, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.251101  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062"
I20260608 12:40:32.251443  3312 raft_consensus.cc:2804] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.251791  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e3f90f5db718400d90e46ae7554164d6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5"
I20260608 12:40:32.252046  3112 raft_consensus.cc:2393] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6912ef4ec19741f8882b642442ed9773 in current term 1: Already voted for candidate f5062c846f05477192f00c057534f8e5 in this term.
I20260608 12:40:32.253726  3312 raft_consensus.cc:697] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: Becoming Leader. State: Replica: f5062c846f05477192f00c057534f8e5, State: Running, Role: LEADER
I20260608 12:40:32.254691  3312 consensus_queue.cc:237] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.260248  3151 leader_election.cc:304] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [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: 6912ef4ec19741f8882b642442ed9773; no voters: b8e8a309a4864abfab1a94aecd2d1062, f5062c846f05477192f00c057534f8e5
I20260608 12:40:32.261104  3324 raft_consensus.cc:2749] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:32.263003  3009 catalog_manager.cc:5696] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to f5062c846f05477192f00c057534f8e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f5062c846f05477192f00c057534f8e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:32.286198  3312 raft_consensus.cc:493] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.286657  3312 raft_consensus.cc:515] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.289050  3312 leader_election.cc:290] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119), b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927)
I20260608 12:40:32.289450  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9aa5c14d843d4f6abbca99cf3e60a07b" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6912ef4ec19741f8882b642442ed9773" is_pre_election: true
I20260608 12:40:32.289661  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9aa5c14d843d4f6abbca99cf3e60a07b" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.290175  3188 raft_consensus.cc:2468] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 0.
I20260608 12:40:32.290233  3112 raft_consensus.cc:2468] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 0.
I20260608 12:40:32.291555  3228 leader_election.cc:304] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.292351  3312 raft_consensus.cc:2804] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.292694  3312 raft_consensus.cc:493] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.292982  3312 raft_consensus.cc:3060] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.297722  3312 raft_consensus.cc:515] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.299566  3312 leader_election.cc:290] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 election: Requested vote from peers 6912ef4ec19741f8882b642442ed9773 (127.0.107.194:35119), b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927)
I20260608 12:40:32.300709  3188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9aa5c14d843d4f6abbca99cf3e60a07b" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6912ef4ec19741f8882b642442ed9773"
I20260608 12:40:32.300724  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9aa5c14d843d4f6abbca99cf3e60a07b" candidate_uuid: "f5062c846f05477192f00c057534f8e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062"
I20260608 12:40:32.301554  3188 raft_consensus.cc:3060] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.301604  3112 raft_consensus.cc:3060] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.308926  3188 raft_consensus.cc:2468] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 1.
I20260608 12:40:32.308926  3112 raft_consensus.cc:2468] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f5062c846f05477192f00c057534f8e5 in term 1.
I20260608 12:40:32.310456  3228 leader_election.cc:304] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.311420  3312 raft_consensus.cc:2804] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.312085  3312 raft_consensus.cc:697] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: Becoming Leader. State: Replica: f5062c846f05477192f00c057534f8e5, State: Running, Role: LEADER
I20260608 12:40:32.312847  3312 consensus_queue.cc:237] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } }
I20260608 12:40:32.320592  3009 catalog_manager.cc:5696] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 reported cstate change: term changed from 0 to 1, leader changed from <none> to f5062c846f05477192f00c057534f8e5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "f5062c846f05477192f00c057534f8e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:32.326956  3324 raft_consensus.cc:493] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.327504  3324 raft_consensus.cc:515] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.329597  3324 leader_election.cc:290] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.330370  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c36f2c884fd748b288c319890df5c2ac" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.330585  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c36f2c884fd748b288c319890df5c2ac" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5" is_pre_election: true
I20260608 12:40:32.331001  3112 raft_consensus.cc:2468] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 0.
I20260608 12:40:32.331210  3262 raft_consensus.cc:2468] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 0.
I20260608 12:40:32.332203  3151 leader_election.cc:304] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, b8e8a309a4864abfab1a94aecd2d1062; no voters: 
I20260608 12:40:32.332906  3324 raft_consensus.cc:2804] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.333293  3324 raft_consensus.cc:493] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.333714  3324 raft_consensus.cc:3060] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.338532  3324 raft_consensus.cc:515] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.340327  3324 leader_election.cc:290] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 election: Requested vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.341295  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c36f2c884fd748b288c319890df5c2ac" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062"
I20260608 12:40:32.341495  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c36f2c884fd748b288c319890df5c2ac" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5"
I20260608 12:40:32.341886  3112 raft_consensus.cc:3060] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.342033  3262 raft_consensus.cc:3060] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.347476  3262 raft_consensus.cc:2468] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 1.
I20260608 12:40:32.347476  3112 raft_consensus.cc:2468] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 1.
I20260608 12:40:32.348734  3151 leader_election.cc:304] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.349521  3324 raft_consensus.cc:2804] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.350077  3324 raft_consensus.cc:697] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: Becoming Leader. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Running, Role: LEADER
I20260608 12:40:32.350996  3324 consensus_queue.cc:237] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.358685  3009 catalog_manager.cc:5696] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6912ef4ec19741f8882b642442ed9773 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6912ef4ec19741f8882b642442ed9773" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:32.361104  3058 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:32.362972  3063 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
W20260608 12:40:32.366518  3063 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:40:32.459028  3324 raft_consensus.cc:493] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:32.459533  3324 raft_consensus.cc:515] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.461759  3324 leader_election.cc:290] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.462631  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062" is_pre_election: true
I20260608 12:40:32.462910  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5" is_pre_election: true
I20260608 12:40:32.463349  3112 raft_consensus.cc:2468] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 0.
I20260608 12:40:32.463526  3262 raft_consensus.cc:2468] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 0.
I20260608 12:40:32.464607  3151 leader_election.cc:304] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, b8e8a309a4864abfab1a94aecd2d1062; no voters: 
I20260608 12:40:32.465236  3324 raft_consensus.cc:2804] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:32.465575  3324 raft_consensus.cc:493] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:32.465919  3324 raft_consensus.cc:3060] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.470723  3324 raft_consensus.cc:515] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.472489  3324 leader_election.cc:290] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 election: Requested vote from peers b8e8a309a4864abfab1a94aecd2d1062 (127.0.107.193:38927), f5062c846f05477192f00c057534f8e5 (127.0.107.195:35783)
I20260608 12:40:32.473424  3112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8e8a309a4864abfab1a94aecd2d1062"
I20260608 12:40:32.473698  3262 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1fc8d7d1e66643b3807d041d493309f6" candidate_uuid: "6912ef4ec19741f8882b642442ed9773" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f5062c846f05477192f00c057534f8e5"
I20260608 12:40:32.473961  3112 raft_consensus.cc:3060] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.474328  3262 raft_consensus.cc:3060] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.478964  3112 raft_consensus.cc:2468] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 1.
I20260608 12:40:32.478963  3262 raft_consensus.cc:2468] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6912ef4ec19741f8882b642442ed9773 in term 1.
I20260608 12:40:32.480293  3151 leader_election.cc:304] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6912ef4ec19741f8882b642442ed9773, f5062c846f05477192f00c057534f8e5; no voters: 
I20260608 12:40:32.480989  3324 raft_consensus.cc:2804] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.481426  3324 raft_consensus.cc:697] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: Becoming Leader. State: Replica: 6912ef4ec19741f8882b642442ed9773, State: Running, Role: LEADER
I20260608 12:40:32.482249  3324 consensus_queue.cc:237] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } }
I20260608 12:40:32.489356  3009 catalog_manager.cc:5696] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6912ef4ec19741f8882b642442ed9773 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "6912ef4ec19741f8882b642442ed9773" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b8e8a309a4864abfab1a94aecd2d1062" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38927 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6912ef4ec19741f8882b642442ed9773" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35119 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f5062c846f05477192f00c057534f8e5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35783 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:32.517305   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:32.546725   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:32.547845   431 tablet_replica.cc:333] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062: stopping tablet replica
I20260608 12:40:32.548585   431 raft_consensus.cc:2243] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.549149   431 raft_consensus.cc:2272] T 1fc8d7d1e66643b3807d041d493309f6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.551313   431 tablet_replica.cc:333] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062: stopping tablet replica
I20260608 12:40:32.551932   431 raft_consensus.cc:2243] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.552500   431 raft_consensus.cc:2272] T c36f2c884fd748b288c319890df5c2ac P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.554734   431 tablet_replica.cc:333] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062: stopping tablet replica
I20260608 12:40:32.555356   431 raft_consensus.cc:2243] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.555799   431 raft_consensus.cc:2272] T e3f90f5db718400d90e46ae7554164d6 P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.558084   431 tablet_replica.cc:333] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062: stopping tablet replica
I20260608 12:40:32.558665   431 raft_consensus.cc:2243] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.559098   431 raft_consensus.cc:2272] T 9aa5c14d843d4f6abbca99cf3e60a07b P b8e8a309a4864abfab1a94aecd2d1062 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.583307   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:32.596803   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:32.616838   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:32.617750   431 tablet_replica.cc:333] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773: stopping tablet replica
I20260608 12:40:32.618376   431 raft_consensus.cc:2243] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.618814   431 raft_consensus.cc:2272] T 9aa5c14d843d4f6abbca99cf3e60a07b P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.620884   431 tablet_replica.cc:333] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: stopping tablet replica
I20260608 12:40:32.621434   431 raft_consensus.cc:2243] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:32.622036   431 pending_rounds.cc:70] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Trying to abort 1 pending ops.
I20260608 12:40:32.622308   431 pending_rounds.cc:77] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658283454570496 op_type: NO_OP noop_request { }
I20260608 12:40:32.622634   431 raft_consensus.cc:2889] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:32.622969   431 raft_consensus.cc:2272] T 1fc8d7d1e66643b3807d041d493309f6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.625424   431 tablet_replica.cc:333] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773: stopping tablet replica
I20260608 12:40:32.625988   431 raft_consensus.cc:2243] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.626448   431 raft_consensus.cc:2272] T e3f90f5db718400d90e46ae7554164d6 P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.628398   431 tablet_replica.cc:333] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: stopping tablet replica
I20260608 12:40:32.628854   431 raft_consensus.cc:2243] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:32.629390   431 pending_rounds.cc:70] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Trying to abort 1 pending ops.
I20260608 12:40:32.629542   431 pending_rounds.cc:77] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658282918060032 op_type: NO_OP noop_request { }
I20260608 12:40:32.629782   431 raft_consensus.cc:2889] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:32.630009   431 raft_consensus.cc:2272] T c36f2c884fd748b288c319890df5c2ac P 6912ef4ec19741f8882b642442ed9773 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.653529   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:32.665419   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:32.683049   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:32.683871   431 tablet_replica.cc:333] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: stopping tablet replica
I20260608 12:40:32.684468   431 raft_consensus.cc:2243] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:32.685032   431 pending_rounds.cc:70] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Trying to abort 1 pending ops.
I20260608 12:40:32.685196   431 pending_rounds.cc:77] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658282760589312 op_type: NO_OP noop_request { }
I20260608 12:40:32.685421   431 raft_consensus.cc:2889] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:32.685662   431 raft_consensus.cc:2272] T 9aa5c14d843d4f6abbca99cf3e60a07b P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.687851   431 tablet_replica.cc:333] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5: stopping tablet replica
I20260608 12:40:32.688423   431 raft_consensus.cc:2243] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.688769   431 raft_consensus.cc:2272] T c36f2c884fd748b288c319890df5c2ac P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.691286   431 tablet_replica.cc:333] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: stopping tablet replica
I20260608 12:40:32.692056   431 raft_consensus.cc:2243] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:32.692740   431 pending_rounds.cc:70] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Trying to abort 1 pending ops.
I20260608 12:40:32.692981   431 pending_rounds.cc:77] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658282523516928 op_type: NO_OP noop_request { }
I20260608 12:40:32.693297   431 raft_consensus.cc:2889] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:32.693537   431 raft_consensus.cc:2272] T e3f90f5db718400d90e46ae7554164d6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.695729   431 tablet_replica.cc:333] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5: stopping tablet replica
I20260608 12:40:32.696260   431 raft_consensus.cc:2243] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:32.696593   431 raft_consensus.cc:2272] T 1fc8d7d1e66643b3807d041d493309f6 P f5062c846f05477192f00c057534f8e5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.718055   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:32.730069   431 master.cc:562] Master@127.0.107.254:34711 shutting down...
I20260608 12:40:32.751048   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:32.751603   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:32.752002   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a9e70d930f0946c1aafc64ae2a992d1e: stopping tablet replica
I20260608 12:40:32.761180   431 master.cc:584] Master@127.0.107.254:34711 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2578 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 12:40:32.799620   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43707
I20260608 12:40:32.800866   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:32.807000  3334 instance_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:32.806974  3335 instance_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:32.808382  3337 instance_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:32.809167   431 server_base.cc:1061] running on GCE node
I20260608 12:40:32.810108   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:32.810289   431 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:32.810479   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922432810464 us; error 0 us; skew 500 ppm
I20260608 12:40:32.811141   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:32.813666   431 webserver.cc:533] Webserver started at http://127.0.107.254:42383/ using document root <none> and password file <none>
I20260608 12:40:32.814216   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:32.814419   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:32.814698   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:32.815814   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "702fbe3d611d497c846acd47eec6144d"
format_stamp: "Formatted at 2026-06-08 12:40:32 on dist-test-slave-62kf"
I20260608 12:40:32.820640   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:32.824286  3342 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:32.825075   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:32.825397   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "702fbe3d611d497c846acd47eec6144d"
format_stamp: "Formatted at 2026-06-08 12:40:32 on dist-test-slave-62kf"
I20260608 12:40:32.825682   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-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:32.839553   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:32.840829   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:32.880963   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43707
I20260608 12:40:32.881103  3393 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43707 every 8 connection(s)
I20260608 12:40:32.885171  3394 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:32.895375  3394 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: Bootstrap starting.
I20260608 12:40:32.900213  3394 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:32.904681  3394 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: No bootstrap required, opened a new log
I20260608 12:40:32.907478  3394 raft_consensus.cc:359] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER }
I20260608 12:40:32.907886  3394 raft_consensus.cc:385] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:32.908118  3394 raft_consensus.cc:740] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 702fbe3d611d497c846acd47eec6144d, State: Initialized, Role: FOLLOWER
I20260608 12:40:32.908655  3394 consensus_queue.cc:260] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER }
I20260608 12:40:32.909082  3394 raft_consensus.cc:399] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:32.909274  3394 raft_consensus.cc:493] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:32.909502  3394 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:32.914340  3394 raft_consensus.cc:515] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER }
I20260608 12:40:32.914891  3394 leader_election.cc:304] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [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: 702fbe3d611d497c846acd47eec6144d; no voters: 
I20260608 12:40:32.916090  3394 leader_election.cc:290] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:32.916532  3397 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:32.918046  3397 raft_consensus.cc:697] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 1 LEADER]: Becoming Leader. State: Replica: 702fbe3d611d497c846acd47eec6144d, State: Running, Role: LEADER
I20260608 12:40:32.918691  3397 consensus_queue.cc:237] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [LEADER]: Queue going to LEADER mode. State: All 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: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER }
I20260608 12:40:32.919263  3394 sys_catalog.cc:565] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:32.922058  3399 sys_catalog.cc:455] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 702fbe3d611d497c846acd47eec6144d. Latest consensus state: current_term: 1 leader_uuid: "702fbe3d611d497c846acd47eec6144d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER } }
I20260608 12:40:32.921919  3398 sys_catalog.cc:455] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "702fbe3d611d497c846acd47eec6144d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "702fbe3d611d497c846acd47eec6144d" member_type: VOTER } }
I20260608 12:40:32.922827  3399 sys_catalog.cc:458] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:32.922921  3398 sys_catalog.cc:458] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:32.927394  3402 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:32.933655  3402 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:32.936205   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:32.944314  3402 catalog_manager.cc:1382] Generated new cluster ID: 894166222fa14c6499d291b5c9ad7ac7
I20260608 12:40:32.944914  3402 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:32.963836  3402 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:32.965255  3402 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:32.979197  3402 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: Generated new TSK 0
I20260608 12:40:32.979928  3402 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:33.003226   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:33.010339  3415 instance_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:33.011708  3416 instance_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:33.013125  3418 instance_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:33.014258   431 server_base.cc:1061] running on GCE node
I20260608 12:40:33.015236   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:33.015471   431 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:33.015620   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922433015606 us; error 0 us; skew 500 ppm
I20260608 12:40:33.016425   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:33.019011   431 webserver.cc:533] Webserver started at http://127.0.107.193:35837/ using document root <none> and password file <none>
I20260608 12:40:33.019533   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:33.019713   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:33.020015   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:33.021234   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "e87ed84470714aa2a8c85285df85b980"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.026065   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:33.029805  3423 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:33.030695   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:40:33.030948   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "e87ed84470714aa2a8c85285df85b980"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.031221   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-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:33.041873   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:33.043680   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:33.045598   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:33.049191   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:33.049436   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.049700   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:33.049889   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.091252   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38981
I20260608 12:40:33.091364  3485 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38981 every 8 connection(s)
I20260608 12:40:33.096539   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:33.104627  3490 instance_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:33.106179  3491 instance_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:33.108897  3493 instance_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:33.109771   431 server_base.cc:1061] running on GCE node
I20260608 12:40:33.110226  3486 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260608 12:40:33.110649  3486 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:33.110751   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:33.111035   431 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:33.111217   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922433111181 us; error 0 us; skew 500 ppm
I20260608 12:40:33.111557  3486 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
I20260608 12:40:33.111922   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:33.114187  3359 ts_manager.cc:194] Registered new tserver with Master: e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:33.115011   431 webserver.cc:533] Webserver started at http://127.0.107.194:37153/ using document root <none> and password file <none>
I20260608 12:40:33.115741   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:33.116011   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:33.116336   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:33.116775  3359 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40346
I20260608 12:40:33.117791   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.122646   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:40:33.126108  3498 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:33.126935   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:40:33.127262   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.127575   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-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:33.149833   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:33.150995   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:33.152489   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:33.154830   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:33.155076   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.155323   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:33.155505   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.194954   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:38967
I20260608 12:40:33.195077  3560 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:38967 every 8 connection(s)
I20260608 12:40:33.200327   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:33.207938  3564 instance_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:33.209504  3565 instance_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:33.211076  3567 instance_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:33.212034   431 server_base.cc:1061] running on GCE node
I20260608 12:40:33.213244   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:33.213541   431 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:33.213617  3561 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260608 12:40:33.213843   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922433213822 us; error 0 us; skew 500 ppm
I20260608 12:40:33.214150  3561 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:33.214668   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:33.214993  3561 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
I20260608 12:40:33.218096   431 webserver.cc:533] Webserver started at http://127.0.107.195:35863/ using document root <none> and password file <none>
I20260608 12:40:33.218246  3359 ts_manager.cc:194] Registered new tserver with Master: a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:33.218741   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:33.218991   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:33.219273   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:33.220098  3359 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40354
I20260608 12:40:33.220626   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "b0d79009b99d4cff9b84b169742e07b5"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.225658   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:33.229300  3572 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:33.230413   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:40:33.230687   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "b0d79009b99d4cff9b84b169742e07b5"
format_stamp: "Formatted at 2026-06-08 12:40:33 on dist-test-slave-62kf"
I20260608 12:40:33.230939   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-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:33.250172   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:33.251255   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:33.252640   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:33.255039   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:33.255229   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.255540   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:33.255724   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:33.293864   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33243
I20260608 12:40:33.293973  3634 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33243 every 8 connection(s)
I20260608 12:40:33.308184  3635 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260608 12:40:33.308624  3635 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:33.309445  3635 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
I20260608 12:40:33.311537  3359 ts_manager.cc:194] Registered new tserver with Master: b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:33.311760   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014622583s
I20260608 12:40:33.313140  3359 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40358
I20260608 12:40:34.119623  3486 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260608 12:40:34.223026  3561 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260608 12:40:34.316130  3635 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260608 12:40:34.368767  3359 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40360:
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:40:34.370954  3359 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:40:34.429059  3451 tablet_service.cc:1511] Processing CreateTablet for tablet c47973df20914001b8ebf3647a1db276 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.430757  3451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c47973df20914001b8ebf3647a1db276. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.431425  3526 tablet_service.cc:1511] Processing CreateTablet for tablet c47973df20914001b8ebf3647a1db276 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.433028  3526 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c47973df20914001b8ebf3647a1db276. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.433991  3450 tablet_service.cc:1511] Processing CreateTablet for tablet 3915dcad93574ef5a4a1dc9a49eebfaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.435489  3450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3915dcad93574ef5a4a1dc9a49eebfaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.438697  3525 tablet_service.cc:1511] Processing CreateTablet for tablet 3915dcad93574ef5a4a1dc9a49eebfaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.440243  3525 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3915dcad93574ef5a4a1dc9a49eebfaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.441509  3449 tablet_service.cc:1511] Processing CreateTablet for tablet ab977f22860c47e5b135cb29ddf28c32 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.443035  3449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab977f22860c47e5b135cb29ddf28c32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.444667  3524 tablet_service.cc:1511] Processing CreateTablet for tablet ab977f22860c47e5b135cb29ddf28c32 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.446187  3524 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab977f22860c47e5b135cb29ddf28c32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.448431  3523 tablet_service.cc:1511] Processing CreateTablet for tablet 610b0a3939e344dc8e05aa7b96f21d3b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.449986  3523 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 610b0a3939e344dc8e05aa7b96f21d3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.451160  3448 tablet_service.cc:1511] Processing CreateTablet for tablet 610b0a3939e344dc8e05aa7b96f21d3b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.452658  3448 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 610b0a3939e344dc8e05aa7b96f21d3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.457067  3522 tablet_service.cc:1511] Processing CreateTablet for tablet 06b642524bbc4f07aeab19c79119a552 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.458607  3522 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06b642524bbc4f07aeab19c79119a552. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.461035  3521 tablet_service.cc:1511] Processing CreateTablet for tablet fb43b0308633499f81bd91fd97862aaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.462595  3521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb43b0308633499f81bd91fd97862aaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.464669  3520 tablet_service.cc:1511] Processing CreateTablet for tablet 1c67c2dd1a7b4f57ae75800d9069a102 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.466166  3520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c67c2dd1a7b4f57ae75800d9069a102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.468477  3519 tablet_service.cc:1511] Processing CreateTablet for tablet 932e781184494750b774c0babf61690d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.469982  3519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 932e781184494750b774c0babf61690d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.475566  3447 tablet_service.cc:1511] Processing CreateTablet for tablet fb43b0308633499f81bd91fd97862aaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.477232  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb43b0308633499f81bd91fd97862aaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.493054  3451 tablet_service.cc:1511] Processing CreateTablet for tablet 06b642524bbc4f07aeab19c79119a552 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.493528  3446 tablet_service.cc:1511] Processing CreateTablet for tablet 1c67c2dd1a7b4f57ae75800d9069a102 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.494652  3451 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06b642524bbc4f07aeab19c79119a552. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.495699  3446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c67c2dd1a7b4f57ae75800d9069a102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.496390  3445 tablet_service.cc:1511] Processing CreateTablet for tablet 932e781184494750b774c0babf61690d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.497861  3445 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 932e781184494750b774c0babf61690d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.503144  3593 tablet_service.cc:1511] Processing CreateTablet for tablet 932e781184494750b774c0babf61690d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.505582  3600 tablet_service.cc:1511] Processing CreateTablet for tablet c47973df20914001b8ebf3647a1db276 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.507175  3600 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c47973df20914001b8ebf3647a1db276. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.509069  3599 tablet_service.cc:1511] Processing CreateTablet for tablet 3915dcad93574ef5a4a1dc9a49eebfaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.510572  3599 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3915dcad93574ef5a4a1dc9a49eebfaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.511657  3597 tablet_service.cc:1511] Processing CreateTablet for tablet 610b0a3939e344dc8e05aa7b96f21d3b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.513232  3597 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 610b0a3939e344dc8e05aa7b96f21d3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.513626  3595 tablet_service.cc:1511] Processing CreateTablet for tablet fb43b0308633499f81bd91fd97862aaf (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.515069  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb43b0308633499f81bd91fd97862aaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.517153  3596 tablet_service.cc:1511] Processing CreateTablet for tablet 06b642524bbc4f07aeab19c79119a552 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.518682  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06b642524bbc4f07aeab19c79119a552. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.521123  3594 tablet_service.cc:1511] Processing CreateTablet for tablet 1c67c2dd1a7b4f57ae75800d9069a102 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.523494  3598 tablet_service.cc:1511] Processing CreateTablet for tablet ab977f22860c47e5b135cb29ddf28c32 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 12:40:34.525787  3656 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.540549  3594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c67c2dd1a7b4f57ae75800d9069a102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.541886  3598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ab977f22860c47e5b135cb29ddf28c32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.543242  3593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 932e781184494750b774c0babf61690d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:34.550527  3656 tablet_bootstrap.cc:654] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.572675  3656 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.573225  3656 ts_tablet_manager.cc:1403] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.048s	user 0.014s	sys 0.007s
I20260608 12:40:34.576426  3656 raft_consensus.cc:359] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.577183  3656 raft_consensus.cc:385] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.577517  3656 raft_consensus.cc:740] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.578584  3656 consensus_queue.cc:260] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.588411  3656 ts_tablet_manager.cc:1434] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.015s	user 0.003s	sys 0.012s
I20260608 12:40:34.589685  3655 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.592465  3656 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.597514  3659 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:34.607632  3656 tablet_bootstrap.cc:654] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.612397  3659 tablet_bootstrap.cc:654] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.617815  3655 tablet_bootstrap.cc:654] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.627771  3659 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:34.628360  3659 ts_tablet_manager.cc:1403] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.003s
I20260608 12:40:34.630061  3655 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.630627  3655 ts_tablet_manager.cc:1403] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.003s
I20260608 12:40:34.632239  3656 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.632920  3656 ts_tablet_manager.cc:1403] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.041s	user 0.014s	sys 0.000s
I20260608 12:40:34.632359  3659 raft_consensus.cc:359] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.633369  3659 raft_consensus.cc:385] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.633704  3659 raft_consensus.cc:740] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.633765  3655 raft_consensus.cc:359] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.634559  3655 raft_consensus.cc:385] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.634907  3655 raft_consensus.cc:740] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.634775  3659 consensus_queue.cc:260] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.635494  3656 raft_consensus.cc:359] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.636174  3656 raft_consensus.cc:385] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.635757  3655 consensus_queue.cc:260] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.636509  3656 raft_consensus.cc:740] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.637545  3656 consensus_queue.cc:260] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.638460  3659 ts_tablet_manager.cc:1434] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:40:34.640081  3659 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:34.642963  3656 ts_tablet_manager.cc:1434] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:40:34.644085  3656 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.649498  3659 tablet_bootstrap.cc:654] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.650938  3656 tablet_bootstrap.cc:654] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.655910  3655 ts_tablet_manager.cc:1434] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.025s	user 0.013s	sys 0.011s
I20260608 12:40:34.657455  3655 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.661511  3656 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.662102  3656 ts_tablet_manager.cc:1403] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.018s	user 0.009s	sys 0.003s
I20260608 12:40:34.662736  3659 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:34.663288  3659 ts_tablet_manager.cc:1403] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.004s
I20260608 12:40:34.665246  3655 tablet_bootstrap.cc:654] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.665249  3656 raft_consensus.cc:359] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.666273  3656 raft_consensus.cc:385] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.666592  3656 raft_consensus.cc:740] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.666513  3659 raft_consensus.cc:359] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.667829  3659 raft_consensus.cc:385] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.668282  3659 raft_consensus.cc:740] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.668092  3656 consensus_queue.cc:260] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.669629  3659 consensus_queue.cc:260] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.670828  3656 ts_tablet_manager.cc:1434] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260608 12:40:34.671996  3656 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.677091  3659 ts_tablet_manager.cc:1434] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:40:34.678653  3659 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:34.678956  3656 tablet_bootstrap.cc:654] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.689023  3659 tablet_bootstrap.cc:654] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.704368  3655 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.705132  3655 ts_tablet_manager.cc:1403] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.048s	user 0.023s	sys 0.015s
I20260608 12:40:34.707656  3659 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:34.708058  3655 raft_consensus.cc:359] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.708285  3659 ts_tablet_manager.cc:1403] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.011s
I20260608 12:40:34.708253  3658 raft_consensus.cc:493] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:34.708842  3655 raft_consensus.cc:385] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.709242  3655 raft_consensus.cc:740] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.709069  3658 raft_consensus.cc:515] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.710389  3655 consensus_queue.cc:260] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.711802  3659 raft_consensus.cc:359] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.712613  3659 raft_consensus.cc:385] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.712920  3659 raft_consensus.cc:740] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.713083  3655 ts_tablet_manager.cc:1434] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:40:34.713546  3658 leader_election.cc:290] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:34.714169  3655 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.713913  3659 consensus_queue.cc:260] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.718416  3659 ts_tablet_manager.cc:1434] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:40:34.719760  3659 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:34.721522  3664 raft_consensus.cc:493] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:34.722121  3664 raft_consensus.cc:515] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.727077  3659 tablet_bootstrap.cc:654] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.733601  3664 leader_election.cc:290] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:34.737738  3655 tablet_bootstrap.cc:654] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.740449  3663 raft_consensus.cc:493] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:34.741223  3663 raft_consensus.cc:515] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.750737  3663 leader_election.cc:290] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:34.775377  3656 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.776607  3656 ts_tablet_manager.cc:1403] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.105s	user 0.024s	sys 0.031s
I20260608 12:40:34.775384  3659 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:34.777760  3659 ts_tablet_manager.cc:1403] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.058s	user 0.018s	sys 0.009s
I20260608 12:40:34.781064  3656 raft_consensus.cc:359] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.781895  3656 raft_consensus.cc:385] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.782239  3656 raft_consensus.cc:740] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.782289  3659 raft_consensus.cc:359] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.783145  3659 raft_consensus.cc:385] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.783506  3659 raft_consensus.cc:740] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.784520  3659 consensus_queue.cc:260] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.783286  3656 consensus_queue.cc:260] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.789048  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:34.789409  3659 ts_tablet_manager.cc:1434] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:40:34.790809  3659 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
W20260608 12:40:34.793175  3502 leader_election.cc:343] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:34.797590  3663 raft_consensus.cc:493] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:34.798144  3663 raft_consensus.cc:515] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.813220  3663 leader_election.cc:290] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:34.813401  3536 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:34.815078  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
W20260608 12:40:34.815362  3426 leader_election.cc:343] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:34.818070  3655 tablet_bootstrap.cc:492] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.818614  3655 ts_tablet_manager.cc:1403] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.105s	user 0.020s	sys 0.015s
I20260608 12:40:34.819494  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:34.820297  3610 raft_consensus.cc:2468] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:34.821640  3656 ts_tablet_manager.cc:1434] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.045s	user 0.009s	sys 0.000s
W20260608 12:40:34.821645  3500 leader_election.cc:343] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:34.822391  3500 leader_election.cc:304] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f; no voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:34.823258  3658 raft_consensus.cc:2749] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:34.823208  3655 raft_consensus.cc:359] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.824375  3655 raft_consensus.cc:385] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.824713  3655 raft_consensus.cc:740] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.825515  3655 consensus_queue.cc:260] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.828315  3425 leader_election.cc:304] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:34.829365  3664 raft_consensus.cc:2804] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:34.829747  3664 raft_consensus.cc:493] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:34.830142  3664 raft_consensus.cc:3060] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.830976  3460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3915dcad93574ef5a4a1dc9a49eebfaf" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:34.831691  3460 raft_consensus.cc:2468] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:34.832417  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:34.833174  3461 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:34.833503  3656 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.835973  3659 tablet_bootstrap.cc:654] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.835736  3576 leader_election.cc:304] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:34.836772  3663 raft_consensus.cc:2804] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:34.837141  3663 raft_consensus.cc:493] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:34.837476  3663 raft_consensus.cc:3060] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.838131  3664 raft_consensus.cc:515] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.827782  3655 ts_tablet_manager.cc:1434] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 12:40:34.839916  3576 leader_election.cc:304] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:34.842614  3664 leader_election.cc:290] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:34.843377  3536 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:34.843866  3655 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.845314  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
W20260608 12:40:34.845661  3426 leader_election.cc:343] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:34.845911  3610 raft_consensus.cc:3060] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.849607  3663 raft_consensus.cc:515] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.852603  3656 tablet_bootstrap.cc:654] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.854050  3536 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:34.854736  3536 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:34.855274  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3915dcad93574ef5a4a1dc9a49eebfaf" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:34.854722  3610 raft_consensus.cc:2468] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:34.856033  3535 raft_consensus.cc:2468] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:34.857087  3425 leader_election.cc:304] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:34.857340  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3915dcad93574ef5a4a1dc9a49eebfaf" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:34.858003  3534 raft_consensus.cc:3060] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.858490  3664 raft_consensus.cc:2804] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:34.863827  3655 tablet_bootstrap.cc:654] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.853601  3663 leader_election.cc:290] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:34.868782  3663 raft_consensus.cc:2804] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:34.869267  3663 raft_consensus.cc:493] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:34.869721  3663 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.872694  3534 raft_consensus.cc:2468] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:34.874279  3575 leader_election.cc:304] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:34.877066  3681 raft_consensus.cc:2804] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:34.878458  3659 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:34.878907  3659 ts_tablet_manager.cc:1403] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.088s	user 0.019s	sys 0.003s
I20260608 12:40:34.880827  3656 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.881359  3656 ts_tablet_manager.cc:1403] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.048s	user 0.023s	sys 0.000s
I20260608 12:40:34.881436  3655 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.882303  3655 ts_tablet_manager.cc:1403] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.039s	user 0.013s	sys 0.001s
I20260608 12:40:34.882089  3659 raft_consensus.cc:359] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.882942  3659 raft_consensus.cc:385] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.883281  3659 raft_consensus.cc:740] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
W20260608 12:40:34.884328  3576 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:38981, user_credentials={real_user=slave}} blocked reactor thread for 44507.9us
I20260608 12:40:34.884903  3681 raft_consensus.cc:697] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:34.885313  3656 raft_consensus.cc:359] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.886082  3656 raft_consensus.cc:385] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.885839  3681 consensus_queue.cc:237] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.886230  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3915dcad93574ef5a4a1dc9a49eebfaf" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:34.886502  3656 raft_consensus.cc:740] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.887048  3461 raft_consensus.cc:3060] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.886273  3655 raft_consensus.cc:359] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.887581  3655 raft_consensus.cc:385] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.888026  3655 raft_consensus.cc:740] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.887688  3656 consensus_queue.cc:260] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.890543  3655 consensus_queue.cc:260] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.891590  3656 ts_tablet_manager.cc:1434] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 12:40:34.892776  3656 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.893971  3655 ts_tablet_manager.cc:1434] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260608 12:40:34.888473  3664 raft_consensus.cc:697] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:34.895598  3655 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.895246  3664 consensus_queue.cc:237] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.903849  3655 tablet_bootstrap.cc:654] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.889166  3663 raft_consensus.cc:515] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.907806  3461 raft_consensus.cc:2468] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:34.911182  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:34.911856  3534 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.912066  3663 leader_election.cc:290] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:34.912503  3659 consensus_queue.cc:260] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.917838  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:34.918414  3461 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:34.919934  3659 ts_tablet_manager.cc:1434] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.041s	user 0.011s	sys 0.001s
I20260608 12:40:34.919075  3356 catalog_manager.cc:5696] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:34.921195  3659 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:34.922156  3655 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.911556  3355 catalog_manager.cc:5696] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:34.922726  3655 ts_tablet_manager.cc:1403] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.003s
I20260608 12:40:34.926211  3461 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:34.916980  3656 tablet_bootstrap.cc:654] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.927595  3576 leader_election.cc:304] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:34.928486  3663 raft_consensus.cc:2804] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:34.929196  3663 raft_consensus.cc:697] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:34.929737  3659 tablet_bootstrap.cc:654] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.930148  3663 consensus_queue.cc:237] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
W20260608 12:40:34.932964  3407 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:34.934491  3534 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:34.936547  3412 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 12:40:34.937951  3412 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:40:34.926170  3655 raft_consensus.cc:359] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.944923  3655 raft_consensus.cc:385] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.945317  3655 raft_consensus.cc:740] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.946115  3655 consensus_queue.cc:260] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.947626  3656 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.948324  3656 ts_tablet_manager.cc:1403] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.056s	user 0.015s	sys 0.003s
I20260608 12:40:34.953368  3655 ts_tablet_manager.cc:1434] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.030s	user 0.007s	sys 0.000s
I20260608 12:40:34.952891  3656 raft_consensus.cc:359] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.954519  3655 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.956671  3656 raft_consensus.cc:385] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.957083  3656 raft_consensus.cc:740] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.957998  3656 consensus_queue.cc:260] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.961616  3655 tablet_bootstrap.cc:654] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.963507  3656 ts_tablet_manager.cc:1434] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260608 12:40:34.964946  3656 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:34.973539  3655 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:34.973850  3656 tablet_bootstrap.cc:654] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.974093  3655 ts_tablet_manager.cc:1403] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.020s	user 0.017s	sys 0.000s
I20260608 12:40:34.977478  3655 raft_consensus.cc:359] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.978202  3655 raft_consensus.cc:385] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:34.978521  3655 raft_consensus.cc:740] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:34.979329  3655 consensus_queue.cc:260] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.981738  3655 ts_tablet_manager.cc:1434] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:40:34.982934  3655 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:34.982580  3359 catalog_manager.cc:5696] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:34.985877  3656 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:34.986418  3656 ts_tablet_manager.cc:1403] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260608 12:40:34.989138  3658 raft_consensus.cc:493] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:34.989621  3658 raft_consensus.cc:515] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:34.990669  3655 tablet_bootstrap.cc:654] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:34.993827  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:34.996840  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
W20260608 12:40:34.998962  3500 leader_election.cc:343] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:40:35.000545  3502 leader_election.cc:343] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:35.001055  3502 leader_election.cc:304] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f; no voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:35.002110  3658 leader_election.cc:290] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.002642  3658 raft_consensus.cc:2749] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:35.005873  3659 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:35.006345  3659 ts_tablet_manager.cc:1403] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.085s	user 0.011s	sys 0.037s
I20260608 12:40:35.007553  3655 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:35.008154  3655 ts_tablet_manager.cc:1403] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.007s
I20260608 12:40:35.008594  3656 raft_consensus.cc:359] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.009048  3659 raft_consensus.cc:359] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.009403  3656 raft_consensus.cc:385] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.009711  3659 raft_consensus.cc:385] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.009754  3656 raft_consensus.cc:740] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.010147  3659 raft_consensus.cc:740] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.010716  3656 consensus_queue.cc:260] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.010983  3659 consensus_queue.cc:260] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.011348  3655 raft_consensus.cc:359] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.012158  3655 raft_consensus.cc:385] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.012493  3655 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.013230  3656 ts_tablet_manager.cc:1434] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.027s	user 0.009s	sys 0.000s
I20260608 12:40:35.013664  3659 ts_tablet_manager.cc:1434] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:40:35.013264  3655 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.014747  3659 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:35.022102  3699 raft_consensus.cc:493] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.016033  3656 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:35.022713  3699 raft_consensus.cc:515] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.024623  3659 tablet_bootstrap.cc:654] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:35.016767  3655 ts_tablet_manager.cc:1434] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:40:35.025987  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:35.026607  3655 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:35.026614  3461 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 0.
I20260608 12:40:35.028332  3502 leader_election.cc:304] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.029345  3658 raft_consensus.cc:2804] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:35.029738  3699 leader_election.cc:290] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.031160  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:35.031828  3610 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 0.
I20260608 12:40:35.029773  3658 raft_consensus.cc:493] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:35.034296  3658 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.037228  3655 tablet_bootstrap.cc:654] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:35.045543  3658 raft_consensus.cc:515] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.048025  3658 leader_election.cc:290] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.050772  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:35.051379  3610 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.052201  3659 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:35.052749  3659 ts_tablet_manager.cc:1403] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.038s	user 0.007s	sys 0.022s
I20260608 12:40:35.053745  3655 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:35.054277  3655 ts_tablet_manager.cc:1403] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.008s
I20260608 12:40:35.055558  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:35.056236  3461 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.056052  3659 raft_consensus.cc:359] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.056809  3659 raft_consensus.cc:385] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.057137  3659 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.057194  3655 raft_consensus.cc:359] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.057984  3655 raft_consensus.cc:385] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.058317  3655 raft_consensus.cc:740] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.058154  3659 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.059073  3655 consensus_queue.cc:260] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.061162  3655 ts_tablet_manager.cc:1434] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 12:40:35.063503  3659 ts_tablet_manager.cc:1434] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260608 12:40:35.064489  3659 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:35.066648  3610 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 1.
I20260608 12:40:35.068140  3500 leader_election.cc:304] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:35.069087  3658 raft_consensus.cc:2804] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.069602  3658 raft_consensus.cc:697] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:35.069938  3659 tablet_bootstrap.cc:654] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:35.070586  3658 consensus_queue.cc:237] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.075310  3461 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 1.
I20260608 12:40:35.055825  3656 tablet_bootstrap.cc:654] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:35.081655  3663 raft_consensus.cc:493] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.082216  3663 raft_consensus.cc:515] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.082968  3656 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:35.083468  3656 ts_tablet_manager.cc:1403] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.068s	user 0.002s	sys 0.009s
I20260608 12:40:35.084824  3659 tablet_bootstrap.cc:492] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:35.085378  3659 ts_tablet_manager.cc:1403] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.007s
I20260608 12:40:35.086351  3656 raft_consensus.cc:359] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.087347  3656 raft_consensus.cc:385] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.086301  3359 catalog_manager.cc:5696] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 0 to 1, leader changed from <none> to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:35.087635  3656 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.088301  3663 leader_election.cc:290] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:35.087576  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:35.089068  3534 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.088693  3656 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.088666  3659 raft_consensus.cc:359] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.089778  3659 raft_consensus.cc:385] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:35.090126  3659 raft_consensus.cc:740] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:35.090618  3575 leader_election.cc:304] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:35.091148  3656 ts_tablet_manager.cc:1434] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.004s
I20260608 12:40:35.090998  3659 consensus_queue.cc:260] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.091535  3663 raft_consensus.cc:2804] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:35.086375  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:35.092154  3663 raft_consensus.cc:493] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:35.092346  3461 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.092617  3663 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.093595  3659 ts_tablet_manager.cc:1434] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 12:40:35.099349  3663 raft_consensus.cc:515] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.102613  3663 leader_election.cc:290] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:35.102921  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:35.103490  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:35.103636  3461 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.104183  3534 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.110832  3461 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.110832  3534 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.112396  3576 leader_election.cc:304] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.113142  3663 raft_consensus.cc:2804] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.113637  3663 raft_consensus.cc:697] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:35.114377  3663 consensus_queue.cc:237] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.122009  3358 catalog_manager.cc:5696] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:35.128791  3658 raft_consensus.cc:493] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.129408  3658 raft_consensus.cc:515] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.131703  3658 leader_election.cc:290] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.132334  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:35.132783  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c47973df20914001b8ebf3647a1db276" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:35.133527  3610 raft_consensus.cc:2393] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a87828ccfdec4773b010e3bc0bb3ff6f in current term 1: Already voted for candidate e87ed84470714aa2a8c85285df85b980 in this term.
I20260608 12:40:35.134464  3500 leader_election.cc:304] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f; no voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:35.135144  3658 raft_consensus.cc:3060] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.139763  3663 raft_consensus.cc:493] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.139827  3658 raft_consensus.cc:2749] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:35.140486  3663 raft_consensus.cc:515] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.142438  3663 leader_election.cc:290] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:35.143237  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:35.143460  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:35.143814  3534 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.144083  3461 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.145020  3575 leader_election.cc:304] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:35.145713  3663 raft_consensus.cc:2804] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:35.146060  3663 raft_consensus.cc:493] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:35.146289  3663 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.151077  3663 raft_consensus.cc:515] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.152994  3663 leader_election.cc:290] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:35.153733  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:35.153998  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:35.154247  3534 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.154560  3461 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.157423  3663 raft_consensus.cc:493] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.157946  3663 raft_consensus.cc:515] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.159572  3461 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.160115  3534 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.160852  3663 leader_election.cc:290] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:35.161114  3576 leader_election.cc:304] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.161437  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:35.162058  3663 raft_consensus.cc:2804] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.162058  3461 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.162364  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:35.162806  3663 raft_consensus.cc:697] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:35.163057  3534 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:35.163501  3576 leader_election.cc:304] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.164330  3681 raft_consensus.cc:2804] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:35.164732  3681 raft_consensus.cc:493] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:35.164475  3663 consensus_queue.cc:237] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.165094  3681 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.171187  3681 raft_consensus.cc:515] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.173089  3681 leader_election.cc:290] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:35.173225  3358 catalog_manager.cc:5696] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:35.174049  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:35.174180  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:35.174723  3461 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.174777  3534 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.180420  3461 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.181013  3534 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:35.181653  3576 leader_election.cc:304] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.182793  3681 raft_consensus.cc:2804] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.183208  3681 raft_consensus.cc:697] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:35.184031  3681 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.190568  3358 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:35.324636  3664 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.339445  3711 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:35.372766  3711 raft_consensus.cc:493] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:35.373282  3711 raft_consensus.cc:515] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.375164  3711 leader_election.cc:290] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.376104  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:35.376798  3534 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:35.376886  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:35.377452  3610 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:35.378262  3426 leader_election.cc:304] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.379076  3711 raft_consensus.cc:2804] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:35.379424  3711 raft_consensus.cc:493] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:35.379807  3711 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.384601  3711 raft_consensus.cc:515] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.386245  3711 leader_election.cc:290] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:35.387225  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:35.387336  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:35.387905  3534 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.388051  3610 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:35.393019  3610 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:35.393069  3534 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:35.394264  3425 leader_election.cc:304] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:35.394995  3711 raft_consensus.cc:2804] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:35.395421  3711 raft_consensus.cc:697] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:35.396230  3711 consensus_queue.cc:237] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:35.403182  3359 catalog_manager.cc:5696] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:35.444188  3681 consensus_queue.cc:1048] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:35.446323  3663 consensus_queue.cc:1048] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.450426  3663 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.475852  3681 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.477005  3658 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.498807  3699 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.543020  3681 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.554440  3681 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.569967  3681 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.581069  3663 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.599227   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:35.605461  3729 instance_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:35.607635  3730 instance_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:35.609102   431 server_base.cc:1061] running on GCE node
W20260608 12:40:35.610838  3732 instance_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:35.612000   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:35.612288   431 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:35.612524   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922435612503 us; error 0 us; skew 500 ppm
I20260608 12:40:35.613271   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:35.613692  3663 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:35.616319   431 webserver.cc:533] Webserver started at http://127.0.107.196:45577/ using document root <none> and password file <none>
I20260608 12:40:35.617118   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:35.617408   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:35.617779   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:35.619210   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "acfbdbea173f48778905d78228cfc8d8"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-62kf"
I20260608 12:40:35.627341  3663 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:35.631331   431 fs_manager.cc:696] Time spent creating directory manager: real 0.012s	user 0.008s	sys 0.006s
I20260608 12:40:35.639310  3739 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:35.640604   431 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.001s	sys 0.004s
I20260608 12:40:35.640977   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "acfbdbea173f48778905d78228cfc8d8"
format_stamp: "Formatted at 2026-06-08 12:40:35 on dist-test-slave-62kf"
I20260608 12:40:35.641299   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-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:35.660045   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:35.661619   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:35.663308   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:35.665884   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:35.666129   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.666389   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:35.666579   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:35.707188   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46829
I20260608 12:40:35.707317  3801 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46829 every 8 connection(s)
I20260608 12:40:35.713784  3356 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:40360:
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:40:35.736320  3802 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43707
I20260608 12:40:35.736824  3802 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:35.737866  3802 heartbeater.cc:507] Master 127.0.107.254:43707 requested a full tablet report, sending...
W20260608 12:40:35.738472  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 4dde3711ba9446f2b3453d41a000f270 has no consensus state
I20260608 12:40:35.740307  3358 ts_manager.cc:194] Registered new tserver with Master: acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829)
W20260608 12:40:35.740839  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b has no consensus state
I20260608 12:40:35.742122  3358 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40362
W20260608 12:40:35.742457  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1f08ec6e96504633a46860451e4e6965 has no consensus state
W20260608 12:40:35.744124  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet dcfbf1b1ddc948bfa264ee44db848378 has no consensus state
W20260608 12:40:35.745774  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 1d3cdb5308b446209109e646ad181930 has no consensus state
W20260608 12:40:35.747320  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet d4663ccd46204a7a84a8e836fe5275d5 has no consensus state
W20260608 12:40:35.748893  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 944a4ca03fc249119c8a4d928f7c9b92 has no consensus state
W20260608 12:40:35.750411  3356 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e57a9a5962c043d68b40d39ddefe9fce has no consensus state
W20260608 12:40:35.766810  3344 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 1f08ec6e96504633a46860451e4e6965 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 1f08ec6e96504633a46860451e4e6965 has no consensus state
I20260608 12:40:35.775882  3519 tablet_service.cc:1511] Processing CreateTablet for tablet 4dde3711ba9446f2b3453d41a000f270 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.777340  3519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dde3711ba9446f2b3453d41a000f270. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.779027  3449 tablet_service.cc:1511] Processing CreateTablet for tablet 4dde3711ba9446f2b3453d41a000f270 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.780543  3449 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dde3711ba9446f2b3453d41a000f270. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.782721  3598 tablet_service.cc:1511] Processing CreateTablet for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.784191  3598 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.785326  3526 tablet_service.cc:1511] Processing CreateTablet for tablet 1f08ec6e96504633a46860451e4e6965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.786774  3526 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f08ec6e96504633a46860451e4e6965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.788354  3594 tablet_service.cc:1511] Processing CreateTablet for tablet 1f08ec6e96504633a46860451e4e6965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.789835  3594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f08ec6e96504633a46860451e4e6965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.791536  3520 tablet_service.cc:1511] Processing CreateTablet for tablet dcfbf1b1ddc948bfa264ee44db848378 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.793045  3520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcfbf1b1ddc948bfa264ee44db848378. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.794070  3766 tablet_service.cc:1511] Processing CreateTablet for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.795576  3766 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.796643  3595 tablet_service.cc:1511] Processing CreateTablet for tablet 1d3cdb5308b446209109e646ad181930 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.797232  3765 tablet_service.cc:1511] Processing CreateTablet for tablet 1f08ec6e96504633a46860451e4e6965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.798110  3595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d3cdb5308b446209109e646ad181930. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.798746  3765 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1f08ec6e96504633a46860451e4e6965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.801517  3764 tablet_service.cc:1511] Processing CreateTablet for tablet dcfbf1b1ddc948bfa264ee44db848378 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.803140  3764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcfbf1b1ddc948bfa264ee44db848378. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.804430  3767 tablet_service.cc:1511] Processing CreateTablet for tablet 4dde3711ba9446f2b3453d41a000f270 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.806023  3767 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4dde3711ba9446f2b3453d41a000f270. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.806458  3447 tablet_service.cc:1511] Processing CreateTablet for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.808535  3763 tablet_service.cc:1511] Processing CreateTablet for tablet 1d3cdb5308b446209109e646ad181930 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.809139  3447 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.809173  3446 tablet_service.cc:1511] Processing CreateTablet for tablet dcfbf1b1ddc948bfa264ee44db848378 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.811398  3446 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcfbf1b1ddc948bfa264ee44db848378. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.810424  3763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d3cdb5308b446209109e646ad181930. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.806458  3450 tablet_service.cc:1511] Processing CreateTablet for tablet 1d3cdb5308b446209109e646ad181930 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.815480  3711 consensus_queue.cc:1048] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:35.816411  3450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d3cdb5308b446209109e646ad181930. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.821532  3596 tablet_service.cc:1511] Processing CreateTablet for tablet d4663ccd46204a7a84a8e836fe5275d5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.823050  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4663ccd46204a7a84a8e836fe5275d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.823202  3521 tablet_service.cc:1511] Processing CreateTablet for tablet d4663ccd46204a7a84a8e836fe5275d5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.819379  3762 tablet_service.cc:1511] Processing CreateTablet for tablet d4663ccd46204a7a84a8e836fe5275d5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.824684  3521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4663ccd46204a7a84a8e836fe5275d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.828871  3762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4663ccd46204a7a84a8e836fe5275d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.837319  3761 tablet_service.cc:1511] Processing CreateTablet for tablet 944a4ca03fc249119c8a4d928f7c9b92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:35.839054  3761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 944a4ca03fc249119c8a4d928f7c9b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:35.877238  3710 consensus_queue.cc:1048] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:35.939225  3407 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:35.982334  3812 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:35.998919  3812 tablet_bootstrap.cc:654] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.012022  3811 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.031546  3450 tablet_service.cc:1511] Processing CreateTablet for tablet 944a4ca03fc249119c8a4d928f7c9b92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:36.044778  3450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 944a4ca03fc249119c8a4d928f7c9b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:36.063354  3813 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.066000  3521 tablet_service.cc:1511] Processing CreateTablet for tablet 944a4ca03fc249119c8a4d928f7c9b92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:36.067920  3521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 944a4ca03fc249119c8a4d928f7c9b92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:36.078378  3596 tablet_service.cc:1511] Processing CreateTablet for tablet e57a9a5962c043d68b40d39ddefe9fce (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:36.079959  3596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57a9a5962c043d68b40d39ddefe9fce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:36.089426  3810 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:36.101461  3813 tablet_bootstrap.cc:654] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.102804  3811 tablet_bootstrap.cc:654] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.105839  3762 tablet_service.cc:1511] Processing CreateTablet for tablet e57a9a5962c043d68b40d39ddefe9fce (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:36.107218  3762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57a9a5962c043d68b40d39ddefe9fce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:36.112504  3810 tablet_bootstrap.cc:654] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.108053  3450 tablet_service.cc:1511] Processing CreateTablet for tablet e57a9a5962c043d68b40d39ddefe9fce (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 12:40:36.115213  3450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e57a9a5962c043d68b40d39ddefe9fce. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:36.128260  3812 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:36.128888  3812 ts_tablet_manager.cc:1403] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.148s	user 0.013s	sys 0.007s
I20260608 12:40:36.130399  3811 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.130911  3811 ts_tablet_manager.cc:1403] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.165s	user 0.002s	sys 0.015s
I20260608 12:40:36.134179  3813 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.134896  3813 ts_tablet_manager.cc:1403] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.073s	user 0.020s	sys 0.013s
I20260608 12:40:36.134608  3811 raft_consensus.cc:359] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.135643  3811 raft_consensus.cc:385] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.136094  3811 raft_consensus.cc:740] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.137018  3810 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:36.137171  3812 raft_consensus.cc:359] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.137967  3812 raft_consensus.cc:385] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.137548  3810 ts_tablet_manager.cc:1403] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.126s	user 0.007s	sys 0.011s
I20260608 12:40:36.138314  3812 raft_consensus.cc:740] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.137671  3811 consensus_queue.cc:260] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.139202  3812 consensus_queue.cc:260] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.142206  3812 ts_tablet_manager.cc:1434] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.003s
I20260608 12:40:36.141956  3810 raft_consensus.cc:359] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.142746  3810 raft_consensus.cc:385] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.143051  3810 raft_consensus.cc:740] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.143258  3812 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:36.144188  3810 consensus_queue.cc:260] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.150148  3810 ts_tablet_manager.cc:1434] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:40:36.150068  3813 raft_consensus.cc:359] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.151072  3813 raft_consensus.cc:385] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.151423  3810 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:36.151412  3813 raft_consensus.cc:740] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.152348  3813 consensus_queue.cc:260] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.153749  3811 ts_tablet_manager.cc:1434] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.005s
I20260608 12:40:36.159106  3812 tablet_bootstrap.cc:654] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.160913  3810 tablet_bootstrap.cc:654] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.168298  3811 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.174998  3802 heartbeater.cc:499] Master 127.0.107.254:43707 was elected leader, sending a full tablet report...
I20260608 12:40:36.175546  3813 ts_tablet_manager.cc:1434] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.040s	user 0.008s	sys 0.012s
I20260608 12:40:36.176474  3810 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:36.176646  3813 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.177028  3810 ts_tablet_manager.cc:1403] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.004s
I20260608 12:40:36.181878  3811 tablet_bootstrap.cc:654] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.186203  3812 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:36.186748  3812 ts_tablet_manager.cc:1403] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.044s	user 0.009s	sys 0.005s
I20260608 12:40:36.187745  3810 raft_consensus.cc:359] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.188563  3810 raft_consensus.cc:385] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.188889  3810 raft_consensus.cc:740] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.190439  3812 raft_consensus.cc:359] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.190326  3810 consensus_queue.cc:260] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.191166  3812 raft_consensus.cc:385] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.191514  3812 raft_consensus.cc:740] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.192446  3812 consensus_queue.cc:260] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.197337  3663 raft_consensus.cc:493] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.197906  3663 raft_consensus.cc:515] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.201069  3663 leader_election.cc:290] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829)
I20260608 12:40:36.201251  3813 tablet_bootstrap.cc:654] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.203256  3810 ts_tablet_manager.cc:1434] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.026s	user 0.008s	sys 0.000s
I20260608 12:40:36.203786  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d3cdb5308b446209109e646ad181930" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:36.204448  3810 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:36.204530  3461 raft_consensus.cc:2468] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 0.
I20260608 12:40:36.204931  3812 ts_tablet_manager.cc:1434] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260608 12:40:36.205649  3699 raft_consensus.cc:493] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.206012  3812 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:36.206158  3699 raft_consensus.cc:515] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.211062  3576 leader_election.cc:304] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.212096  3663 raft_consensus.cc:2804] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.212271  3810 tablet_bootstrap.cc:654] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.212538  3663 raft_consensus.cc:493] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.212985  3663 raft_consensus.cc:3060] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.214282  3356 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab] alter complete (version 0)
I20260608 12:40:36.223172  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.223889  3610 raft_consensus.cc:2468] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 0.
I20260608 12:40:36.225325  3500 leader_election.cc:304] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:36.226228  3658 raft_consensus.cc:2804] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.226639  3658 raft_consensus.cc:493] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.226971  3658 raft_consensus.cc:3060] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.231976  3812 tablet_bootstrap.cc:654] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.232131  3699 leader_election.cc:290] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.242175  3811 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.242205  3813 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.242893  3811 ts_tablet_manager.cc:1403] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.075s	user 0.012s	sys 0.013s
I20260608 12:40:36.243059  3813 ts_tablet_manager.cc:1403] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.067s	user 0.005s	sys 0.011s
I20260608 12:40:36.243436  3663 raft_consensus.cc:515] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.249931  3810 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:36.250504  3810 ts_tablet_manager.cc:1403] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.046s	user 0.008s	sys 0.007s
I20260608 12:40:36.251113  3658 raft_consensus.cc:515] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.252517  3811 raft_consensus.cc:359] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.247184  3813 raft_consensus.cc:359] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.253345  3811 raft_consensus.cc:385] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.253508  3813 raft_consensus.cc:385] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.253916  3811 raft_consensus.cc:740] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.254923  3658 leader_election.cc:290] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.255427  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d3cdb5308b446209109e646ad181930" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:36.255416  3811 consensus_queue.cc:260] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.256505  3461 raft_consensus.cc:3060] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.258443  3811 ts_tablet_manager.cc:1434] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.003s
I20260608 12:40:36.259661  3811 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.264562  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d3cdb5308b446209109e646ad181930" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.266779  3811 tablet_bootstrap.cc:654] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
W20260608 12:40:36.267771  3573 leader_election.cc:343] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.268383  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:36.269276  3610 raft_consensus.cc:3060] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.253870  3810 raft_consensus.cc:359] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.253933  3813 raft_consensus.cc:740] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.273772  3813 consensus_queue.cc:260] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.277132  3813 ts_tablet_manager.cc:1434] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.034s	user 0.003s	sys 0.005s
I20260608 12:40:36.278549  3813 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.280079  3810 raft_consensus.cc:385] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.280567  3810 raft_consensus.cc:740] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.288399  3810 consensus_queue.cc:260] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.302292  3810 ts_tablet_manager.cc:1434] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.051s	user 0.008s	sys 0.001s
I20260608 12:40:36.303869  3810 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:36.309213  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.311334  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
W20260608 12:40:36.314133  3499 leader_election.cc:343] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:40:36.315634  3499 leader_election.cc:343] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.308638  3813 tablet_bootstrap.cc:654] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.319263  3812 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:36.320331  3812 ts_tablet_manager.cc:1403] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.115s	user 0.038s	sys 0.036s
I20260608 12:40:36.320679  3811 tablet_bootstrap.cc:492] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.321669  3811 ts_tablet_manager.cc:1403] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.062s	user 0.044s	sys 0.016s
I20260608 12:40:36.323616  3812 raft_consensus.cc:359] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.324424  3812 raft_consensus.cc:385] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.324724  3812 raft_consensus.cc:740] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.325608  3812 consensus_queue.cc:260] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.327394  3811 raft_consensus.cc:359] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.328219  3811 raft_consensus.cc:385] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.328575  3811 raft_consensus.cc:740] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.329537  3811 consensus_queue.cc:260] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.331794  3812 ts_tablet_manager.cc:1434] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260608 12:40:36.332581  3811 ts_tablet_manager.cc:1434] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:40:36.333454  3812 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:36.333890  3811 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.338640  3663 leader_election.cc:290] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829)
I20260608 12:40:36.341429  3812 tablet_bootstrap.cc:654] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.335155  3461 raft_consensus.cc:2468] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 1.
I20260608 12:40:36.336738  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d3cdb5308b446209109e646ad181930" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
W20260608 12:40:36.346211  3573 leader_election.cc:343] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.349772  3810 tablet_bootstrap.cc:654] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.350831  3576 leader_election.cc:304] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.351761  3811 tablet_bootstrap.cc:654] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.352890  3663 raft_consensus.cc:2804] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.354625  3663 raft_consensus.cc:697] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:36.358934  3813 tablet_bootstrap.cc:492] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.359760  3813 ts_tablet_manager.cc:1403] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.082s	user 0.016s	sys 0.003s
I20260608 12:40:36.338155  3610 raft_consensus.cc:2468] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 1.
I20260608 12:40:36.355922  3663 consensus_queue.cc:237] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.361508  3500 leader_election.cc:304] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.362838  3658 raft_consensus.cc:2804] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.363358  3658 raft_consensus.cc:697] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:36.364207  3658 consensus_queue.cc:237] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.364449  3813 raft_consensus.cc:359] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.365309  3813 raft_consensus.cc:385] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.365684  3813 raft_consensus.cc:740] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.366539  3813 consensus_queue.cc:260] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.372078  3812 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:36.372323  3813 ts_tablet_manager.cc:1434] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.001s
I20260608 12:40:36.372651  3812 ts_tablet_manager.cc:1403] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.015s
I20260608 12:40:36.375334  3813 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.375532  3811 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.376116  3811 ts_tablet_manager.cc:1403] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.043s	user 0.013s	sys 0.000s
I20260608 12:40:36.377995  3810 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:36.379292  3811 raft_consensus.cc:359] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.380123  3811 raft_consensus.cc:385] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.380386  3810 ts_tablet_manager.cc:1403] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.077s	user 0.018s	sys 0.004s
I20260608 12:40:36.378739  3812 raft_consensus.cc:359] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.386750  3812 raft_consensus.cc:385] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.387142  3812 raft_consensus.cc:740] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.388113  3812 consensus_queue.cc:260] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.383142  3811 raft_consensus.cc:740] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.389875  3811 consensus_queue.cc:260] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.390878  3810 raft_consensus.cc:359] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.393302  3810 raft_consensus.cc:385] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.393694  3810 raft_consensus.cc:740] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.390920  3812 ts_tablet_manager.cc:1434] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.001s
I20260608 12:40:36.394877  3811 ts_tablet_manager.cc:1434] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260608 12:40:36.394927  3355 catalog_manager.cc:5696] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 0 to 1, leader changed from <none> to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:36.396010  3812 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:36.392760  3813 tablet_bootstrap.cc:654] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.396039  3811 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.394579  3810 consensus_queue.cc:260] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.402916  3810 ts_tablet_manager.cc:1434] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.003s
I20260608 12:40:36.407258  3658 raft_consensus.cc:493] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.407998  3811 tablet_bootstrap.cc:654] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.407862  3658 raft_consensus.cc:515] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.408900  3812 tablet_bootstrap.cc:654] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.411583  3810 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:36.411183  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
W20260608 12:40:36.413518  3499 leader_election.cc:343] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.391232  3358 catalog_manager.cc:5696] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.417272  3819 raft_consensus.cc:493] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.417867  3819 raft_consensus.cc:515] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.420701  3810 tablet_bootstrap.cc:654] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.423619  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:36.424397  3461 raft_consensus.cc:2468] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 0.
I20260608 12:40:36.426330  3502 leader_election.cc:304] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.428179  3699 raft_consensus.cc:2804] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.428594  3699 raft_consensus.cc:493] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.428996  3699 raft_consensus.cc:3060] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.430263  3812 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: No bootstrap required, opened a new log
I20260608 12:40:36.431174  3812 ts_tablet_manager.cc:1403] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.001s
I20260608 12:40:36.437323  3812 raft_consensus.cc:359] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.438405  3812 raft_consensus.cc:385] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.438925  3812 raft_consensus.cc:740] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.439661  3814 raft_consensus.cc:493] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.440275  3814 raft_consensus.cc:515] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.440313  3812 consensus_queue.cc:260] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.444105  3814 leader_election.cc:290] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:36.444974  3812 ts_tablet_manager.cc:1434] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:40:36.447687  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:36.448412  3534 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.449931  3426 leader_election.cc:304] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.453621  3819 leader_election.cc:290] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.454216  3819 raft_consensus.cc:493] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.454648  3819 raft_consensus.cc:515] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.457337  3814 raft_consensus.cc:2804] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.457933  3814 raft_consensus.cc:493] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.459332  3814 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.459894  3723 raft_consensus.cc:493] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.460714  3658 leader_election.cc:290] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:36.460492  3723 raft_consensus.cc:515] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.463168  3699 raft_consensus.cc:515] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.468176  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
W20260608 12:40:36.471011  3835 log.cc:927] Time spent T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: Append to log took a long time: real 0.077s	user 0.000s	sys 0.000s
I20260608 12:40:36.470746  3699 leader_election.cc:290] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
W20260608 12:40:36.474301  3499 leader_election.cc:343] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.475281  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
I20260608 12:40:36.469964  3723 leader_election.cc:290] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
W20260608 12:40:36.493528  3499 leader_election.cc:343] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.488813  3819 leader_election.cc:290] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:36.505206  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:36.509526  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:36.511241  3459 raft_consensus.cc:3060] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:40:36.517418  3502 leader_election.cc:343] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.518164  3502 leader_election.cc:304] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f; no voters: acfbdbea173f48778905d78228cfc8d8, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:36.519877  3723 raft_consensus.cc:2749] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:36.523242  3814 raft_consensus.cc:515] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.539251  3711 raft_consensus.cc:493] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.540078  3711 raft_consensus.cc:515] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.543892  3711 leader_election.cc:290] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.549817  3459 raft_consensus.cc:2468] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 1.
I20260608 12:40:36.551728  3502 leader_election.cc:304] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.553236  3723 raft_consensus.cc:2804] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.554111  3723 raft_consensus.cc:697] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:36.558081  3723 consensus_queue.cc:237] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.573326  3813 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.574038  3813 ts_tablet_manager.cc:1403] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.199s	user 0.014s	sys 0.003s
I20260608 12:40:36.576864  3776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.577598  3776 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.578217  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.578760  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.578926  3610 raft_consensus.cc:2468] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.579461  3777 raft_consensus.cc:2468] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.580307  3814 leader_election.cc:290] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:36.580462  3425 leader_election.cc:304] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.580832  3775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
I20260608 12:40:36.581451  3775 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.581458  3814 raft_consensus.cc:2804] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.582113  3814 raft_consensus.cc:493] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.582537  3814 raft_consensus.cc:3060] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.585667  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.586578  3610 raft_consensus.cc:2393] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate acfbdbea173f48778905d78228cfc8d8 in current term 1: Already voted for candidate a87828ccfdec4773b010e3bc0bb3ff6f in this term.
I20260608 12:40:36.588066  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.588754  3610 raft_consensus.cc:2468] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 0.
I20260608 12:40:36.590525  3814 raft_consensus.cc:515] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.590811  3741 leader_election.cc:304] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: acfbdbea173f48778905d78228cfc8d8, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:36.591884  3843 raft_consensus.cc:2804] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.592363  3843 raft_consensus.cc:493] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.592736  3843 raft_consensus.cc:3060] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.592962  3814 leader_election.cc:290] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.593746  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
I20260608 12:40:36.592104  3775 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.594328  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:36.594975  3610 raft_consensus.cc:3060] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.595239  3424 leader_election.cc:304] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: acfbdbea173f48778905d78228cfc8d8, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.596431  3814 raft_consensus.cc:2804] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.596962  3814 raft_consensus.cc:697] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:36.597832  3814 consensus_queue.cc:237] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.604346  3810 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: No bootstrap required, opened a new log
I20260608 12:40:36.604188  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:36.604916  3810 ts_tablet_manager.cc:1403] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.201s	user 0.021s	sys 0.026s
I20260608 12:40:36.604920  3534 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.618602  3699 raft_consensus.cc:493] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.615782  3810 raft_consensus.cc:359] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.622448  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:36.623378  3459 raft_consensus.cc:2393] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate acfbdbea173f48778905d78228cfc8d8 in current term 1: Already voted for candidate e87ed84470714aa2a8c85285df85b980 in this term.
I20260608 12:40:36.621321  3810 raft_consensus.cc:385] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.621913  3699 raft_consensus.cc:515] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.627707  3610 raft_consensus.cc:2468] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.627547  3813 raft_consensus.cc:359] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.628630  3813 raft_consensus.cc:385] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.629004  3813 raft_consensus.cc:740] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.629997  3813 consensus_queue.cc:260] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.629385  3699 leader_election.cc:290] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.625790  3810 raft_consensus.cc:740] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.631021  3843 raft_consensus.cc:515] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.629411  3425 leader_election.cc:304] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.636582  3775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.637389  3777 raft_consensus.cc:2393] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e87ed84470714aa2a8c85285df85b980 in current term 1: Already voted for candidate acfbdbea173f48778905d78228cfc8d8 in this term.
I20260608 12:40:36.640141  3711 raft_consensus.cc:2804] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.640693  3811 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.641238  3811 ts_tablet_manager.cc:1403] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.245s	user 0.013s	sys 0.005s
I20260608 12:40:36.633293  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.640691  3711 raft_consensus.cc:697] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:36.649531  3711 consensus_queue.cc:237] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.646716  3609 raft_consensus.cc:2468] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 0.
W20260608 12:40:36.652737  3499 leader_election.cc:343] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.652163  3358 catalog_manager.cc:5696] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 0 to 1, leader changed from <none> to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.654066  3500 leader_election.cc:304] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.654788  3813 ts_tablet_manager.cc:1434] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.080s	user 0.009s	sys 0.000s
I20260608 12:40:36.655880  3813 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.657176  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1f08ec6e96504633a46860451e4e6965" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:36.659991  3742 leader_election.cc:304] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8; no voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5
I20260608 12:40:36.662500  3819 raft_consensus.cc:3060] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.665654  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:36.667143  3609 raft_consensus.cc:2393] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate acfbdbea173f48778905d78228cfc8d8 in current term 1: Already voted for candidate e87ed84470714aa2a8c85285df85b980 in this term.
I20260608 12:40:36.645673  3810 consensus_queue.cc:260] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.660581  3699 raft_consensus.cc:2804] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.674031  3699 raft_consensus.cc:493] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.675091  3843 leader_election.cc:290] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 election: Requested vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:36.666980  3811 raft_consensus.cc:359] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.677122  3811 raft_consensus.cc:385] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.677485  3811 raft_consensus.cc:740] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.678320  3811 consensus_queue.cc:260] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.666983  3534 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.674439  3699 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.677127  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9572f8b7e6ee4d8099cc76a90e7a1d8b" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:36.685016  3813 tablet_bootstrap.cc:654] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.689670  3743 leader_election.cc:304] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8; no voters: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:36.691357  3843 raft_consensus.cc:2749] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:40:36.694348  3819 raft_consensus.cc:2749] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:36.686947  3355 catalog_manager.cc:5696] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.694810  3699 raft_consensus.cc:515] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.694898  3810 ts_tablet_manager.cc:1434] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.089s	user 0.005s	sys 0.004s
I20260608 12:40:36.700989  3811 ts_tablet_manager.cc:1434] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.059s	user 0.008s	sys 0.002s
I20260608 12:40:36.702294  3811 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: Bootstrap starting.
I20260608 12:40:36.701973  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
W20260608 12:40:36.704756  3499 leader_election.cc:343] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.710583  3811 tablet_bootstrap.cc:654] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.712827  3813 tablet_bootstrap.cc:492] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.712980  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:36.713548  3813 ts_tablet_manager.cc:1403] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.058s	user 0.011s	sys 0.011s
I20260608 12:40:36.713752  3609 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.724138  3699 leader_election.cc:290] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:36.727742  3813 raft_consensus.cc:359] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.728660  3813 raft_consensus.cc:385] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.729995  3609 raft_consensus.cc:2468] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 1.
I20260608 12:40:36.728932  3356 catalog_manager.cc:5696] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.731549  3500 leader_election.cc:304] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.732362  3699 raft_consensus.cc:2804] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.733201  3699 raft_consensus.cc:697] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:36.729007  3813 raft_consensus.cc:740] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.734143  3699 consensus_queue.cc:237] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.734951  3813 consensus_queue.cc:260] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.737847  3813 ts_tablet_manager.cc:1434] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.024s	user 0.009s	sys 0.000s
I20260608 12:40:36.739511  3813 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.747934  3813 tablet_bootstrap.cc:654] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.752776  3359 catalog_manager.cc:5696] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 0 to 1, leader changed from <none> to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.756688  3811 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: No bootstrap required, opened a new log
I20260608 12:40:36.757300  3811 ts_tablet_manager.cc:1403] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: Time spent bootstrapping tablet: real 0.055s	user 0.020s	sys 0.015s
I20260608 12:40:36.758098  3813 tablet_bootstrap.cc:492] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.758569  3813 ts_tablet_manager.cc:1403] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.019s	user 0.002s	sys 0.013s
I20260608 12:40:36.761399  3811 raft_consensus.cc:359] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.761734  3813 raft_consensus.cc:359] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.762604  3811 raft_consensus.cc:385] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.762704  3813 raft_consensus.cc:385] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.762990  3811 raft_consensus.cc:740] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.763584  3813 raft_consensus.cc:740] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.764240  3811 consensus_queue.cc:260] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.764561  3813 consensus_queue.cc:260] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.767400  3811 ts_tablet_manager.cc:1434] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:40:36.769371  3813 ts_tablet_manager.cc:1434] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.001s
I20260608 12:40:36.770259  3813 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.771605  3711 raft_consensus.cc:493] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.772187  3711 raft_consensus.cc:515] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.774514  3711 leader_election.cc:290] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829)
I20260608 12:40:36.776842  3777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57a9a5962c043d68b40d39ddefe9fce" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.777215  3813 tablet_bootstrap.cc:654] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
W20260608 12:40:36.778412  3424 leader_election.cc:343] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.779336  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57a9a5962c043d68b40d39ddefe9fce" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:36.780054  3609 raft_consensus.cc:2468] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.781394  3425 leader_election.cc:304] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.782612  3711 raft_consensus.cc:2804] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:36.783036  3711 raft_consensus.cc:493] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.783427  3711 raft_consensus.cc:3060] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.783836  3723 consensus_queue.cc:1048] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:36.792073  3711 raft_consensus.cc:515] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.796371  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57a9a5962c043d68b40d39ddefe9fce" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:36.797035  3609 raft_consensus.cc:3060] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.797819  3775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e57a9a5962c043d68b40d39ddefe9fce" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
W20260608 12:40:36.799798  3424 leader_election.cc:343] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:40:36.800490  3711 leader_election.cc:290] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829)
I20260608 12:40:36.804473  3813 tablet_bootstrap.cc:492] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.805058  3813 ts_tablet_manager.cc:1403] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.035s	user 0.022s	sys 0.010s
I20260608 12:40:36.805378  3609 raft_consensus.cc:2468] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.806708  3425 leader_election.cc:304] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:36.808458  3711 raft_consensus.cc:2804] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.809051  3711 raft_consensus.cc:697] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:36.808804  3813 raft_consensus.cc:359] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.809576  3813 raft_consensus.cc:385] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.809907  3813 raft_consensus.cc:740] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.810271  3711 consensus_queue.cc:237] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.810714  3813 consensus_queue.cc:260] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:36.813542  3813 ts_tablet_manager.cc:1434] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:40:36.815011  3813 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:36.816812  3658 consensus_queue.cc:1048] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:36.825224  3813 tablet_bootstrap.cc:654] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:36.839880  3819 raft_consensus.cc:493] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.840941  3813 tablet_bootstrap.cc:492] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: No bootstrap required, opened a new log
I20260608 12:40:36.840513  3819 raft_consensus.cc:515] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:36.841516  3813 ts_tablet_manager.cc:1403] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.027s	user 0.019s	sys 0.004s
I20260608 12:40:36.844578  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:36.844930  3813 raft_consensus.cc:359] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.845746  3813 raft_consensus.cc:385] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:36.845839  3819 leader_election.cc:290] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:36.846184  3813 raft_consensus.cc:740] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: FOLLOWER
I20260608 12:40:36.845746  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "944a4ca03fc249119c8a4d928f7c9b92" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e87ed84470714aa2a8c85285df85b980" is_pre_election: true
I20260608 12:40:36.847275  3459 raft_consensus.cc:2393] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate acfbdbea173f48778905d78228cfc8d8 in current term 1: Already voted for candidate a87828ccfdec4773b010e3bc0bb3ff6f in this term.
I20260608 12:40:36.847219  3813 consensus_queue.cc:260] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.851409  3743 leader_election.cc:304] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8; no voters: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980
I20260608 12:40:36.853598  3813 ts_tablet_manager.cc:1434] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 12:40:36.854054  3843 raft_consensus.cc:3060] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.858983  3358 catalog_manager.cc:5696] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.861267  3719 consensus_queue.cc:1048] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:36.874989  3843 raft_consensus.cc:2749] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:36.888016  3775 raft_consensus.cc:3060] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.903306  3719 consensus_queue.cc:1048] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:40:36.918808  3344 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet dcfbf1b1ddc948bfa264ee44db848378 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet dcfbf1b1ddc948bfa264ee44db848378 consensus state has no leader
I20260608 12:40:36.938997  3412 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:36.943171  3711 raft_consensus.cc:493] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:36.943759  3711 raft_consensus.cc:515] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.946091  3711 leader_election.cc:290] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:36.947785  3775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8" is_pre_election: true
I20260608 12:40:36.948041  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:36.948518  3775 raft_consensus.cc:2468] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.948725  3534 raft_consensus.cc:2468] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 0.
I20260608 12:40:36.949723  3424 leader_election.cc:304] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: acfbdbea173f48778905d78228cfc8d8, e87ed84470714aa2a8c85285df85b980; no voters: 
W20260608 12:40:36.951064  3412 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:40:36.951020  3711 raft_consensus.cc:2804] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Leader pre-election won for term 1
W20260608 12:40:36.951745  3407 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:40:36.951776  3711 raft_consensus.cc:493] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:36.952374  3711 raft_consensus.cc:3060] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.958637  3711 raft_consensus.cc:515] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.961114  3711 leader_election.cc:290] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Requested vote from peers acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:36.961447  3775 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
I20260608 12:40:36.961807  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dcfbf1b1ddc948bfa264ee44db848378" candidate_uuid: "e87ed84470714aa2a8c85285df85b980" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:36.962111  3775 raft_consensus.cc:3060] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.962435  3535 raft_consensus.cc:3060] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:36.968382  3535 raft_consensus.cc:2468] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.968446  3775 raft_consensus.cc:2468] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e87ed84470714aa2a8c85285df85b980 in term 1.
I20260608 12:40:36.969684  3426 leader_election.cc:304] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:36.970445  3711 raft_consensus.cc:2804] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:36.970956  3711 raft_consensus.cc:697] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Leader. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:36.971800  3711 consensus_queue.cc:237] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:36.980062  3711 consensus_queue.cc:1048] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:36.980324  3358 catalog_manager.cc:5696] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 reported cstate change: term changed from 0 to 1, leader changed from <none> to e87ed84470714aa2a8c85285df85b980 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:36.994715  3711 consensus_queue.cc:1048] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:37.023535  3699 consensus_queue.cc:1048] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.035063  3658 consensus_queue.cc:1048] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.036221  3843 raft_consensus.cc:493] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:37.036773  3843 raft_consensus.cc:515] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:37.040004  3843 leader_election.cc:290] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:37.045187  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b0d79009b99d4cff9b84b169742e07b5" is_pre_election: true
I20260608 12:40:37.046152  3609 raft_consensus.cc:2393] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate acfbdbea173f48778905d78228cfc8d8 in current term 1: Already voted for candidate a87828ccfdec4773b010e3bc0bb3ff6f in this term.
I20260608 12:40:37.049532  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" is_pre_election: true
I20260608 12:40:37.050941  3742 leader_election.cc:304] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8; no voters: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5
I20260608 12:40:37.051692  3843 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.060122  3843 raft_consensus.cc:2749] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:40:37.064311  3711 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.065441  3814 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.130712  3658 consensus_queue.cc:1048] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.141208  3723 consensus_queue.cc:1048] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.214099  3775 raft_consensus.cc:3060] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:37.215624  3710 consensus_queue.cc:1048] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:37.223642  3710 consensus_queue.cc:1048] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.402446  3814 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:37.414709  3879 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:40:38.001209  3610 consensus_queue.cc:237] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.009053  3461 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.009163  3535 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.009318  3573 consensus_peers.cc:597] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06b642524bbc4f07aeab19c79119a552. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.010565  3886 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } 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:38.011304  3885 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:38.019133  3719 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.021076  3461 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.021275  3535 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.032759  3358 catalog_manager.cc:5696] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.040246  3610 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.048914  3535 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.051908  3461 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.053342  3573 consensus_peers.cc:597] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1c67c2dd1a7b4f57ae75800d9069a102. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.053959  3719 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:38.055541  3885 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:38.062635  3719 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.064709  3535 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.066983  3459 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.080082  3359 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.100646  3534 consensus_queue.cc:237] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
W20260608 12:40:38.108700  3499 consensus_peers.cc:597] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fb43b0308633499f81bd91fd97862aaf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.108834  3610 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:38.109817  3459 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:38.110507  3898 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:38.111801  3723 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:38.119448  3898 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.121767  3610 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.124044  3459 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.137311  3610 consensus_queue.cc:237] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.138382  3358 catalog_manager.cc:5696] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
W20260608 12:40:38.148574  3573 consensus_peers.cc:597] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3915dcad93574ef5a4a1dc9a49eebfaf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:38.149565  3534 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.151294  3459 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:38.151247  3885 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:38.155556  3885 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } 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:38.162110  3886 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.163905  3534 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.167874  3459 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.178658  3356 catalog_manager.cc:5696] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:38.463063  3905 ts_tablet_manager.cc:933] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:38.464740  3905 tablet_copy_client.cc:323] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:33243
I20260608 12:40:38.466310  3620 tablet_copy_service.cc:140] P b0d79009b99d4cff9b84b169742e07b5: Received BeginTabletCopySession request for tablet 06b642524bbc4f07aeab19c79119a552 from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:52410)
I20260608 12:40:38.466826  3620 tablet_copy_service.cc:161] P b0d79009b99d4cff9b84b169742e07b5: Beginning new tablet copy session on tablet 06b642524bbc4f07aeab19c79119a552 from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:52410: session id = acfbdbea173f48778905d78228cfc8d8-06b642524bbc4f07aeab19c79119a552
I20260608 12:40:38.471801  3620 tablet_copy_source_session.cc:215] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:38.474603  3905 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06b642524bbc4f07aeab19c79119a552. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:38.487838  3905 tablet_copy_client.cc:806] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:38.488441  3905 tablet_copy_client.cc:670] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:38.492287  3905 tablet_copy_client.cc:538] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:38.498530  3905 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:38.511706  3907 ts_tablet_manager.cc:933] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:38.514868  3907 tablet_copy_client.cc:323] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38967
I20260608 12:40:38.516829  3546 tablet_copy_service.cc:140] P a87828ccfdec4773b010e3bc0bb3ff6f: Received BeginTabletCopySession request for tablet fb43b0308633499f81bd91fd97862aaf from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:58774)
I20260608 12:40:38.517462  3546 tablet_copy_service.cc:161] P a87828ccfdec4773b010e3bc0bb3ff6f: Beginning new tablet copy session on tablet fb43b0308633499f81bd91fd97862aaf from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:58774: session id = acfbdbea173f48778905d78228cfc8d8-fb43b0308633499f81bd91fd97862aaf
I20260608 12:40:38.521272  3905 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: 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:38.522300  3905 tablet_bootstrap.cc:492] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:38.523020  3905 ts_tablet_manager.cc:1403] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.004s
I20260608 12:40:38.526290  3905 raft_consensus.cc:359] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.527145  3905 raft_consensus.cc:740] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:38.528414  3546 tablet_copy_source_session.cc:215] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:38.528035  3905 consensus_queue.cc:260] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.533370  3907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb43b0308633499f81bd91fd97862aaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:38.535871  3905 ts_tablet_manager.cc:1434] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.004s
I20260608 12:40:38.542912  3620 tablet_copy_service.cc:342] P b0d79009b99d4cff9b84b169742e07b5: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-06b642524bbc4f07aeab19c79119a552 received from {username='slave'} at 127.0.0.1:52410
I20260608 12:40:38.543412  3620 tablet_copy_service.cc:434] P b0d79009b99d4cff9b84b169742e07b5: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-06b642524bbc4f07aeab19c79119a552 on tablet 06b642524bbc4f07aeab19c79119a552 with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:38.552333  3907 tablet_copy_client.cc:806] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:38.552976  3907 tablet_copy_client.cc:670] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:38.556823  3907 tablet_copy_client.cc:538] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:38.563261  3907 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:38.581140  3907 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: 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:38.581892  3907 tablet_bootstrap.cc:492] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:38.583227  3907 ts_tablet_manager.cc:1403] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260608 12:40:38.585638  3907 raft_consensus.cc:359] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.586275  3907 raft_consensus.cc:740] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:38.586851  3907 consensus_queue.cc:260] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.589323  3907 ts_tablet_manager.cc:1434] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:40:38.592427  3546 tablet_copy_service.cc:342] P a87828ccfdec4773b010e3bc0bb3ff6f: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-fb43b0308633499f81bd91fd97862aaf received from {username='slave'} at 127.0.0.1:58774
I20260608 12:40:38.593357  3546 tablet_copy_service.cc:434] P a87828ccfdec4773b010e3bc0bb3ff6f: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-fb43b0308633499f81bd91fd97862aaf on tablet fb43b0308633499f81bd91fd97862aaf with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:38.598896  3907 ts_tablet_manager.cc:933] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:38.602872  3907 tablet_copy_client.cc:323] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:33243
I20260608 12:40:38.604874  3620 tablet_copy_service.cc:140] P b0d79009b99d4cff9b84b169742e07b5: Received BeginTabletCopySession request for tablet 1c67c2dd1a7b4f57ae75800d9069a102 from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:52410)
I20260608 12:40:38.605464  3620 tablet_copy_service.cc:161] P b0d79009b99d4cff9b84b169742e07b5: Beginning new tablet copy session on tablet 1c67c2dd1a7b4f57ae75800d9069a102 from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:52410: session id = acfbdbea173f48778905d78228cfc8d8-1c67c2dd1a7b4f57ae75800d9069a102
I20260608 12:40:38.613457  3620 tablet_copy_source_session.cc:215] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:38.617151  3907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c67c2dd1a7b4f57ae75800d9069a102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:38.633724  3907 tablet_copy_client.cc:806] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:38.634328  3907 tablet_copy_client.cc:670] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:38.637861  3907 tablet_copy_client.cc:538] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:38.644192  3907 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:38.663395  3907 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: 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:38.664235  3907 tablet_bootstrap.cc:492] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:38.664799  3907 ts_tablet_manager.cc:1403] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.006s
I20260608 12:40:38.667435  3907 raft_consensus.cc:359] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.668097  3907 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:38.668653  3907 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.670540  3907 ts_tablet_manager.cc:1434] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:40:38.672559  3620 tablet_copy_service.cc:342] P b0d79009b99d4cff9b84b169742e07b5: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-1c67c2dd1a7b4f57ae75800d9069a102 received from {username='slave'} at 127.0.0.1:52410
I20260608 12:40:38.672941  3620 tablet_copy_service.cc:434] P b0d79009b99d4cff9b84b169742e07b5: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-1c67c2dd1a7b4f57ae75800d9069a102 on tablet 1c67c2dd1a7b4f57ae75800d9069a102 with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:38.679762  3907 ts_tablet_manager.cc:933] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:38.682698  3907 tablet_copy_client.cc:323] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:33243
I20260608 12:40:38.684427  3620 tablet_copy_service.cc:140] P b0d79009b99d4cff9b84b169742e07b5: Received BeginTabletCopySession request for tablet 3915dcad93574ef5a4a1dc9a49eebfaf from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:52410)
I20260608 12:40:38.685007  3620 tablet_copy_service.cc:161] P b0d79009b99d4cff9b84b169742e07b5: Beginning new tablet copy session on tablet 3915dcad93574ef5a4a1dc9a49eebfaf from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:52410: session id = acfbdbea173f48778905d78228cfc8d8-3915dcad93574ef5a4a1dc9a49eebfaf
I20260608 12:40:38.692652  3620 tablet_copy_source_session.cc:215] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:38.695770  3907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3915dcad93574ef5a4a1dc9a49eebfaf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:38.708068  3907 tablet_copy_client.cc:806] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:38.708642  3907 tablet_copy_client.cc:670] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:38.712838  3907 tablet_copy_client.cc:538] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:38.721323  3907 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:38.741315  3907 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: 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:38.742264  3907 tablet_bootstrap.cc:492] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:38.742930  3907 ts_tablet_manager.cc:1403] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260608 12:40:38.746256  3907 raft_consensus.cc:359] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.747040  3907 raft_consensus.cc:740] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:38.747709  3907 consensus_queue.cc:260] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:38.749879  3907 ts_tablet_manager.cc:1434] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:40:38.751629  3620 tablet_copy_service.cc:342] P b0d79009b99d4cff9b84b169742e07b5: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-3915dcad93574ef5a4a1dc9a49eebfaf received from {username='slave'} at 127.0.0.1:52410
I20260608 12:40:38.752055  3620 tablet_copy_service.cc:434] P b0d79009b99d4cff9b84b169742e07b5: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-3915dcad93574ef5a4a1dc9a49eebfaf on tablet 3915dcad93574ef5a4a1dc9a49eebfaf with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:38.858876  3775 raft_consensus.cc:1217] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:38.952418  3412 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:38.986842  3610 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
mode: GRACEFUL
new_leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:34570
I20260608 12:40:38.987468  3610 raft_consensus.cc:606] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Received request to transfer leadership to TS a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:39.001361  3459 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270"
dest_uuid: "e87ed84470714aa2a8c85285df85b980"
mode: GRACEFUL
new_leader_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:39028
I20260608 12:40:39.002332  3459 raft_consensus.cc:606] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Received request to transfer leadership to TS acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:39.005270  3610 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "932e781184494750b774c0babf61690d"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
mode: GRACEFUL
new_leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:34570
I20260608 12:40:39.005785  3610 raft_consensus.cc:606] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Received request to transfer leadership to TS a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:39.008562  3459 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32"
dest_uuid: "e87ed84470714aa2a8c85285df85b980"
mode: GRACEFUL
new_leader_uuid: "b0d79009b99d4cff9b84b169742e07b5"
 from {username='slave'} at 127.0.0.1:39028
I20260608 12:40:39.009073  3459 raft_consensus.cc:606] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Received request to transfer leadership to TS b0d79009b99d4cff9b84b169742e07b5
I20260608 12:40:39.010335  3412 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 4
I20260608 12:40:39.011184  3412 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:39.060038  3916 raft_consensus.cc:993] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: : Instructing follower acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:39.060647  3916 raft_consensus.cc:1081] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Signalling peer acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:39.062695  3777 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270"
dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:49416
I20260608 12:40:39.063365  3777 raft_consensus.cc:493] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:39.063782  3777 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.070816  3777 raft_consensus.cc:515] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:39.074059  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:39.074678  3535 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.074833  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4dde3711ba9446f2b3453d41a000f270" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:39.074791  3777 leader_election.cc:290] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 2 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:39.075616  3459 raft_consensus.cc:3055] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:39.076085  3459 raft_consensus.cc:740] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:39.077255  3459 consensus_queue.cc:260] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:39.078541  3459 raft_consensus.cc:3060] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.082082  3535 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:39.084545  3742 leader_election.cc:304] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [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: a87828ccfdec4773b010e3bc0bb3ff6f, acfbdbea173f48778905d78228cfc8d8; no voters: 
I20260608 12:40:39.084885  3916 raft_consensus.cc:993] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: : Instructing follower b0d79009b99d4cff9b84b169742e07b5 to start an election
I20260608 12:40:39.085687  3879 raft_consensus.cc:1081] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Signalling peer b0d79009b99d4cff9b84b169742e07b5 to start an election
I20260608 12:40:39.085889  3910 raft_consensus.cc:2804] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:39.086866  3459 raft_consensus.cc:2468] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:39.087638  3610 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
 from {username='slave'} at 127.0.0.1:52408
I20260608 12:40:39.088315  3610 raft_consensus.cc:493] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:39.088793  3610 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.104488  3610 raft_consensus.cc:515] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.107015  3610 leader_election.cc:290] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 2 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:39.107820  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:39.108597  3459 raft_consensus.cc:3055] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:39.109051  3459 raft_consensus.cc:740] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e87ed84470714aa2a8c85285df85b980, State: Running, Role: LEADER
I20260608 12:40:39.110859  3910 raft_consensus.cc:697] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Becoming Leader. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Running, Role: LEADER
I20260608 12:40:39.111596  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ab977f22860c47e5b135cb29ddf28c32" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:39.112242  3535 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.110011  3459 consensus_queue.cc:260] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.113256  3459 raft_consensus.cc:3060] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.111779  3910 consensus_queue.cc:237] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } }
I20260608 12:40:39.128544  3535 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 2.
I20260608 12:40:39.133898  3575 leader_election.cc:304] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [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: a87828ccfdec4773b010e3bc0bb3ff6f, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:39.134971  3917 raft_consensus.cc:2804] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:39.135479  3917 raft_consensus.cc:697] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 2 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:39.136315  3917 consensus_queue.cc:237] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.130236  3777 raft_consensus.cc:1217] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:39.152683  3459 raft_consensus.cc:2468] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 2.
I20260608 12:40:39.152189  3358 catalog_manager.cc:5696] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 1 to 2, leader changed from e87ed84470714aa2a8c85285df85b980 (127.0.107.193) to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } }
I20260608 12:40:39.172699  3359 catalog_manager.cc:5696] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 reported cstate change: term changed from 1 to 2, leader changed from e87ed84470714aa2a8c85285df85b980 (127.0.107.193) to acfbdbea173f48778905d78228cfc8d8 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "acfbdbea173f48778905d78228cfc8d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:39.180514  3777 raft_consensus.cc:1217] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:39.199260  3885 raft_consensus.cc:993] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: : Instructing follower a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:39.199748  3917 raft_consensus.cc:1081] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Signalling peer a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:39.201489  3535 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:58764
I20260608 12:40:39.201987  3535 raft_consensus.cc:493] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:39.202297  3535 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.207086  3535 raft_consensus.cc:515] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:39.209337  3535 leader_election.cc:290] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 2 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:39.210090  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:39.210697  3459 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.211665  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:39.212148  3610 raft_consensus.cc:3055] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:39.212354  3610 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:39.212988  3610 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:39.214066  3610 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.217942  3459 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:39.218371  3610 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:39.219393  3502 leader_election.cc:304] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:39.220508  3924 raft_consensus.cc:2804] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:39.220978  3924 raft_consensus.cc:697] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:39.221750  3924 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:39.233347  3359 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 1 to 2, leader changed from b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:39.243578  3535 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58750
I20260608 12:40:39.244170  3535 raft_consensus.cc:606] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Received request to transfer leadership
I20260608 12:40:39.247833  3535 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58750
I20260608 12:40:39.248464  3535 raft_consensus.cc:606] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Received request to transfer leadership
W20260608 12:40:39.250002  3345 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for 1c67c2dd1a7b4f57ae75800d9069a102 already in progress [suppressed 1 similar messages]
I20260608 12:40:39.249996  3777 raft_consensus.cc:1217] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:39.256705  3535 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:58750
I20260608 12:40:39.257241  3535 raft_consensus.cc:606] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Received request to transfer leadership
W20260608 12:40:39.261229  3407 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:40:39.261518  3407 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for 1c67c2dd1a7b4f57ae75800d9069a102 already in progress
W20260608 12:40:39.261719  3407 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 1c67c2dd1a7b4f57ae75800d9069a102 already in progress
I20260608 12:40:39.275902  3917 raft_consensus.cc:1064] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:39.278465  3917 consensus_queue.cc:237] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:39.285172  3777 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.285410  3459 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.286746  3535 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.287397  3917 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:39.289256  3886 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } 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:39.290933  3885 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:39.313309  3886 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.315523  3535 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.320595  3459 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.327553  3777 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.331550  3358 catalog_manager.cc:5696] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.352530  3610 consensus_queue.cc:237] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:39.358814  3917 raft_consensus.cc:993] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: : Instructing follower a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:39.359338  3917 raft_consensus.cc:1081] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Signalling peer a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:39.360699  3777 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.361416  3534 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "932e781184494750b774c0babf61690d"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:58764
I20260608 12:40:39.362035  3534 raft_consensus.cc:493] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:39.362586  3917 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:39.362845  3534 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.362988  3535 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.367460  3917 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:39.370000  3933 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.372509  3777 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.379733  3535 raft_consensus.cc:2955] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.372478  3534 raft_consensus.cc:515] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.383697  3344 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 06b642524bbc4f07aeab19c79119a552 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:39.384546  3534 leader_election.cc:290] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 2 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:39.387493  3459 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:39.388190  3459 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.390779  3355 catalog_manager.cc:5696] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 reported cstate change: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.392791  3610 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "932e781184494750b774c0babf61690d" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:39.395599  3610 raft_consensus.cc:3055] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:39.395970  3610 raft_consensus.cc:740] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:39.396739  3610 consensus_queue.cc:260] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.397933  3610 raft_consensus.cc:3060] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:39.399883  3459 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:39.401149  3502 leader_election.cc:304] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:39.402062  3924 raft_consensus.cc:2804] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:39.402534  3924 raft_consensus.cc:697] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:39.403349  3924 consensus_queue.cc:237] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:39.406323  3610 raft_consensus.cc:2468] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:39.413386  3450 tablet_service.cc:1558] Processing DeleteTablet for tablet 06b642524bbc4f07aeab19c79119a552 with delete_type TABLET_DATA_TOMBSTONED (TS e87ed84470714aa2a8c85285df85b980 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:59746
I20260608 12:40:39.417654  3938 tablet_replica.cc:333] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:39.419137  3938 raft_consensus.cc:2243] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:39.425134  3938 raft_consensus.cc:2272] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:39.429004  3938 ts_tablet_manager.cc:1916] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:39.432655  3356 catalog_manager.cc:5696] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 1 to 2, leader changed from b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:39.443676  3938 ts_tablet_manager.cc:1929] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:39.444229  3938 log.cc:1199] T 06b642524bbc4f07aeab19c79119a552 P e87ed84470714aa2a8c85285df85b980: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root/wals/06b642524bbc4f07aeab19c79119a552
I20260608 12:40:39.445701  3346 catalog_manager.cc:5027] TS e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): tablet 06b642524bbc4f07aeab19c79119a552 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:39.560518  3535 raft_consensus.cc:1275] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: 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:39.562255  3910 consensus_queue.cc:1048] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:39.569660  3459 raft_consensus.cc:1275] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.571727  3933 consensus_queue.cc:1048] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:39.591506  3461 raft_consensus.cc:1275] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: 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:39.595021  3922 consensus_queue.cc:1048] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:39.632922  3535 raft_consensus.cc:1275] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.634402  3933 consensus_queue.cc:1048] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:39.664366  3610 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:39.665874  3924 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:39.673442  3777 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Advancing to term 2
I20260608 12:40:39.680090  3898 raft_consensus.cc:993] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: : Instructing follower b0d79009b99d4cff9b84b169742e07b5 to start an election
I20260608 12:40:39.681046  3898 raft_consensus.cc:1081] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Signalling peer b0d79009b99d4cff9b84b169742e07b5 to start an election
I20260608 12:40:39.682065  3777 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:39.683099  3609 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
 from {username='slave'} at 127.0.0.1:52392
I20260608 12:40:39.684046  3609 raft_consensus.cc:493] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:39.684440  3609 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:39.685667  3924 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: 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:39.690773  3461 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:40:39.692219  3609 raft_consensus.cc:515] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:39.706043  3609 leader_election.cc:290] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [CANDIDATE]: Term 3 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:39.705920  3950 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:39.707845  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:39.709069  3461 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:39.717365  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c67c2dd1a7b4f57ae75800d9069a102" candidate_uuid: "b0d79009b99d4cff9b84b169742e07b5" candidate_term: 3 candidate_status { last_received { term: 2 index: 3 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:39.718029  3535 raft_consensus.cc:3055] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:40:39.718335  3535 raft_consensus.cc:740] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:39.718575  3461 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 3.
I20260608 12:40:39.719422  3460 raft_consensus.cc:1240] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Rejecting Update request from peer a87828ccfdec4773b010e3bc0bb3ff6f for earlier term 2. Current term is 3. Ops: [2.3-2.3]
I20260608 12:40:39.719444  3535 consensus_queue.cc:260] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
W20260608 12:40:39.725190  3950 consensus_queue.cc:1175] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [NON_LEADER]: Queue is closed or peer was untracked, disregarding peer response. Response: responder_uuid: "acfbdbea173f48778905d78228cfc8d8" responder_term: 2 status { last_received { term: 2 index: 3 } last_committed_idx: 3 last_received_current_leader { term: 2 index: 3 } }
I20260608 12:40:39.726068  3535 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:40:39.728760  3576 leader_election.cc:304] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [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: b0d79009b99d4cff9b84b169742e07b5, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:39.729826  3933 raft_consensus.cc:2804] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:40:39.730409  3933 raft_consensus.cc:697] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 LEADER]: Becoming Leader. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:39.731323  3933 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:39.732010  3898 raft_consensus.cc:1064] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:39.736294  3898 consensus_queue.cc:237] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:39.738075  3535 raft_consensus.cc:2468] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b0d79009b99d4cff9b84b169742e07b5 in term 3.
I20260608 12:40:39.747591  3609 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.748179  3461 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.749524  3898 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:39.749085  3356 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: term changed from 2 to 3, leader changed from a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) to b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195). New cstate: current_term: 3 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:39.750208  3777 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.750705  3949 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:39.752782  3924 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:39.772297  3949 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.777022  3610 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.785168  3461 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.785764  3775 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.788776  3356 catalog_manager.cc:5696] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:39.808844  3535 consensus_queue.cc:237] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:39.818962  3461 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.819784  3610 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.819691  3775 raft_consensus.cc:1275] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.820654  3924 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:39.826915  3949 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:39.830269  3898 consensus_queue.cc:1048] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:39.824358  3933 raft_consensus.cc:1064] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:39.834424  3924 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.837568  3933 consensus_queue.cc:237] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:39.840968  3775 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.842653  3461 raft_consensus.cc:2955] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.857038  3356 catalog_manager.cc:5696] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 reported cstate change: config changed from index 3 to 4, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.862347  3345 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fb43b0308633499f81bd91fd97862aaf with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:39.878602  3461 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:39.879904  3949 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:39.882689  3596 tablet_service.cc:1558] Processing DeleteTablet for tablet fb43b0308633499f81bd91fd97862aaf with delete_type TABLET_DATA_TOMBSTONED (TS b0d79009b99d4cff9b84b169742e07b5 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:52376
I20260608 12:40:39.885911  3775 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.887496  3535 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.888253  3460 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:39.889999  3917 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:39.892419  3886 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } 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:39.894384  3886 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:39.921955  3958 tablet_replica.cc:333] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:39.923223  3958 raft_consensus.cc:2243] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:39.924813  3958 raft_consensus.cc:2272] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:39.924190  3959 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.926754  3775 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.929463  3535 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.943289  3359 catalog_manager.cc:5696] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 reported cstate change: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.946489  3958 ts_tablet_manager.cc:1916] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:39.972267  3460 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:39.979774  3958 ts_tablet_manager.cc:1929] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:39.980383  3958 log.cc:1199] T fb43b0308633499f81bd91fd97862aaf P b0d79009b99d4cff9b84b169742e07b5: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root/wals/fb43b0308633499f81bd91fd97862aaf
I20260608 12:40:39.982141  3344 catalog_manager.cc:5027] TS b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243): tablet fb43b0308633499f81bd91fd97862aaf (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:39.994779  3610 consensus_queue.cc:237] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:40.002599  3775 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:40.005200  3933 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:40.006690  3535 raft_consensus.cc:1275] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: 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:40.008483  3933 consensus_queue.cc:1048] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:40.013602  3959 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.022719  3775 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.023185  3535 raft_consensus.cc:2955] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.029747  3344 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3915dcad93574ef5a4a1dc9a49eebfaf with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:40.032299  3358 catalog_manager.cc:5696] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: config changed from index 3 to 4, VOTER e87ed84470714aa2a8c85285df85b980 (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:40.047313  3450 tablet_service.cc:1558] Processing DeleteTablet for tablet 3915dcad93574ef5a4a1dc9a49eebfaf with delete_type TABLET_DATA_TOMBSTONED (TS e87ed84470714aa2a8c85285df85b980 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:59746
I20260608 12:40:40.050940  3964 tablet_replica.cc:333] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:40.051811  3964 raft_consensus.cc:2243] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:40.052556  3964 raft_consensus.cc:2272] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:40.055361  3964 ts_tablet_manager.cc:1916] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:40.067189  3964 ts_tablet_manager.cc:1929] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:40.067579  3964 log.cc:1199] T 3915dcad93574ef5a4a1dc9a49eebfaf P e87ed84470714aa2a8c85285df85b980: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-0-root/wals/3915dcad93574ef5a4a1dc9a49eebfaf
I20260608 12:40:40.068956  3346 catalog_manager.cc:5027] TS e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): tablet 3915dcad93574ef5a4a1dc9a49eebfaf (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:40.196228  3775 raft_consensus.cc:3060] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Advancing to term 3
I20260608 12:40:40.200712  3775 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 LEARNER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:40:40.203018  3959 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: 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:40.209583  3959 raft_consensus.cc:1064] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
W20260608 12:40:40.209969  3959 raft_consensus.cc:1068] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: Unable to promote non-voter acfbdbea173f48778905d78228cfc8d8: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:40:40.234897  3535 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:40:40.236189  3959 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:40.245537  3460 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 12:40:40.247251  3959 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:40.260411  3959 raft_consensus.cc:1064] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:40.262975  3959 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 3, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:40.269493  3775 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 LEARNER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:40.271315  3535 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:40.271127  3933 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:40.272584  3460 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 12:40:40.272624  3959 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:40:40.274297  3933 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:40.279932  3959 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 2 to 5, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.281814  3535 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.283066  3460 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.292551  3356 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index 2 to 5, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.299206  3775 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 2 to 5, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.308367  3610 consensus_queue.cc:237] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:40.313413  3775 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:40:40.314714  3460 raft_consensus.cc:1275] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Refusing update from remote peer b0d79009b99d4cff9b84b169742e07b5: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 12:40:40.315163  3959 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:40:40.316293  3933 consensus_queue.cc:1048] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 12:40:40.322896  3959 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.324891  3775 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.325950  3460 raft_consensus.cc:2955] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.334494  3344 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1c67c2dd1a7b4f57ae75800d9069a102 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:40.339618  3359 catalog_manager.cc:5696] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 5 to 6, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New cstate: current_term: 3 leader_uuid: "b0d79009b99d4cff9b84b169742e07b5" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:40.350919  3520 tablet_service.cc:1558] Processing DeleteTablet for tablet 1c67c2dd1a7b4f57ae75800d9069a102 with delete_type TABLET_DATA_TOMBSTONED (TS a87828ccfdec4773b010e3bc0bb3ff6f not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:58750
I20260608 12:40:40.353693  3968 tablet_replica.cc:333] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:40.354485  3968 raft_consensus.cc:2243] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:40.355247  3968 raft_consensus.cc:2272] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:40.358368  3968 ts_tablet_manager.cc:1916] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:40.370309  3968 ts_tablet_manager.cc:1929] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.5
I20260608 12:40:40.370749  3968 log.cc:1199] T 1c67c2dd1a7b4f57ae75800d9069a102 P a87828ccfdec4773b010e3bc0bb3ff6f: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root/wals/1c67c2dd1a7b4f57ae75800d9069a102
I20260608 12:40:40.372364  3345 catalog_manager.cc:5027] TS a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): tablet 1c67c2dd1a7b4f57ae75800d9069a102 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:41.012447  3412 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:41.029220  3610 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
mode: GRACEFUL
new_leader_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:34570
I20260608 12:40:41.030336  3610 raft_consensus.cc:606] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Received request to transfer leadership to TS acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:41.034235  3610 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b"
dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
mode: GRACEFUL
new_leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:34570
I20260608 12:40:41.034795  3610 raft_consensus.cc:606] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Received request to transfer leadership to TS a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:41.061018  3534 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
mode: GRACEFUL
new_leader_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:48176
I20260608 12:40:41.061829  3534 raft_consensus.cc:606] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Received request to transfer leadership to TS acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:41.064170  3412 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260608 12:40:41.065333  3412 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:41.092320  3460 consensus_queue.cc:237] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } }
I20260608 12:40:41.100521  3775 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.100427  3534 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.102404  3425 consensus_peers.cc:597] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 -> Peer b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243): Couldn't send request to peer b0d79009b99d4cff9b84b169742e07b5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dcfbf1b1ddc948bfa264ee44db848378. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.102347  3977 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:41.103557  3965 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:41.115373  3916 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } } }
I20260608 12:40:41.116679  3534 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } } }
I20260608 12:40:41.117221  3775 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } } }
I20260608 12:40:41.134850  3358 catalog_manager.cc:5696] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: config changed from index -1 to 2, NON_VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) added. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } } }
I20260608 12:40:41.139166  3534 consensus_queue.cc:237] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
W20260608 12:40:41.148844  3499 consensus_peers.cc:597] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 932e781184494750b774c0babf61690d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.149021  3610 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:41.151479  3969 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:41.162844  3460 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:41.165644  3969 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:40:41.168777  3969 raft_consensus.cc:993] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: : Instructing follower acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:41.174597  3969 raft_consensus.cc:1081] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Signalling peer acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:41.177901  3775 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5"
dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:49402
I20260608 12:40:41.178802  3775 raft_consensus.cc:493] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:41.178434  3983 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.179348  3775 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.184932  3460 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.190691  3775 raft_consensus.cc:515] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:41.190421  3610 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.196111  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:41.196872  3609 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.205922  3609 raft_consensus.cc:2468] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:41.206911  3775 leader_election.cc:290] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 2 election: Requested vote from peers b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:41.208647  3741 leader_election.cc:304] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8, b0d79009b99d4cff9b84b169742e07b5; no voters: 
I20260608 12:40:41.209720  3910 raft_consensus.cc:2804] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:41.210875  3910 raft_consensus.cc:697] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Becoming Leader. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Running, Role: LEADER
I20260608 12:40:41.210582  3461 consensus_queue.cc:237] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } }
I20260608 12:40:41.211848  3910 consensus_queue.cc:237] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:41.215245  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4663ccd46204a7a84a8e836fe5275d5" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:41.215813  3534 raft_consensus.cc:3055] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:41.216171  3534 raft_consensus.cc:740] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:41.216905  3534 consensus_queue.cc:260] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } }
I20260608 12:40:41.217787  3534 raft_consensus.cc:3060] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.210078  3355 catalog_manager.cc:5696] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: config changed from index -1 to 3, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.225728  3534 raft_consensus.cc:2468] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:41.242595  3609 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.242250  3358 catalog_manager.cc:5696] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 reported cstate change: term changed from 1 to 2, leader changed from a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) to acfbdbea173f48778905d78228cfc8d8 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "acfbdbea173f48778905d78228cfc8d8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } }
W20260608 12:40:41.243110  3426 consensus_peers.cc:597] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 -> Peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): Couldn't send request to peer a87828ccfdec4773b010e3bc0bb3ff6f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9572f8b7e6ee4d8099cc76a90e7a1d8b. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.244890  3965 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:41.245195  3775 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.247157  3916 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:41.257477  3916 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } } }
I20260608 12:40:41.260087  3609 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } } }
I20260608 12:40:41.272715  3358 catalog_manager.cc:5696] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index -1 to 2, NON_VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) added. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:41.272601  3776 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } } }
I20260608 12:40:41.273725  3461 consensus_queue.cc:237] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:41.286001  3609 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.286003  3424 consensus_peers.cc:597] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 -> Peer acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): Couldn't send request to peer acfbdbea173f48778905d78228cfc8d8. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c47973df20914001b8ebf3647a1db276. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:41.289952  3916 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:41.294451  3534 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:41.296546  3977 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:41.300123  3965 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.301883  3609 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.311668  3534 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } } }
I20260608 12:40:41.319629  3358 catalog_manager.cc:5696] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index -1 to 2, NON_VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:41.329660  3997 raft_consensus.cc:993] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: : Instructing follower acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:41.330901  3959 raft_consensus.cc:1081] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Signalling peer acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:41.333014  3776 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552"
dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:49390
I20260608 12:40:41.333770  3776 raft_consensus.cc:493] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:41.334239  3776 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.344087  3776 raft_consensus.cc:515] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:41.346464  3776 leader_election.cc:290] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 2 election: Requested vote from peers a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:41.347330  3534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:41.348032  3534 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.349609  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06b642524bbc4f07aeab19c79119a552" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:41.350276  3609 raft_consensus.cc:3055] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:41.350623  3609 raft_consensus.cc:740] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:41.351562  3609 consensus_queue.cc:260] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:41.352999  3609 raft_consensus.cc:3060] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.355186  3534 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:41.356822  3742 leader_election.cc:304] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [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: a87828ccfdec4773b010e3bc0bb3ff6f, acfbdbea173f48778905d78228cfc8d8; no voters: 
I20260608 12:40:41.357836  3910 raft_consensus.cc:2804] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:41.358413  3910 raft_consensus.cc:697] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Becoming Leader. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Running, Role: LEADER
I20260608 12:40:41.359853  3609 raft_consensus.cc:2468] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:41.359524  3910 consensus_queue.cc:237] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:41.368784  3356 catalog_manager.cc:5696] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 reported cstate change: term changed from 1 to 2, leader changed from b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) to acfbdbea173f48778905d78228cfc8d8 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "acfbdbea173f48778905d78228cfc8d8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:41.557274  3959 raft_consensus.cc:993] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: : Instructing follower a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:41.557842  3997 raft_consensus.cc:1081] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Signalling peer a87828ccfdec4773b010e3bc0bb3ff6f to start an election
I20260608 12:40:41.559521  3534 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
 from {username='slave'} at 127.0.0.1:58764
I20260608 12:40:41.560308  3534 raft_consensus.cc:493] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:41.560824  3534 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.565575  3534 raft_consensus.cc:515] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:41.567530  3534 leader_election.cc:290] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [CANDIDATE]: Term 2 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243)
I20260608 12:40:41.568511  3609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b0d79009b99d4cff9b84b169742e07b5"
I20260608 12:40:41.568393  3461 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "610b0a3939e344dc8e05aa7b96f21d3b" candidate_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:41.569115  3609 raft_consensus.cc:3055] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:41.569409  3461 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.569482  3609 raft_consensus.cc:740] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Running, Role: LEADER
I20260608 12:40:41.570598  3609 consensus_queue.cc:260] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:41.571561  3609 raft_consensus.cc:3060] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:41.576534  3461 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:41.577158  3609 raft_consensus.cc:2468] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a87828ccfdec4773b010e3bc0bb3ff6f in term 2.
I20260608 12:40:41.578320  3502 leader_election.cc:304] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [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: a87828ccfdec4773b010e3bc0bb3ff6f, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:41.579406  3983 raft_consensus.cc:2804] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:41.579918  3983 raft_consensus.cc:697] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Becoming Leader. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:41.580894  3983 consensus_queue.cc:237] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } }
I20260608 12:40:41.589497  3356 catalog_manager.cc:5696] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f reported cstate change: term changed from 1 to 2, leader changed from b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) to a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194). New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:41.648988  4002 ts_tablet_manager.cc:933] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: Initiating tablet copy from peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:41.651074  4002 tablet_copy_client.cc:323] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38981
I20260608 12:40:41.653214  3471 tablet_copy_service.cc:140] P e87ed84470714aa2a8c85285df85b980: Received BeginTabletCopySession request for tablet dcfbf1b1ddc948bfa264ee44db848378 from peer b0d79009b99d4cff9b84b169742e07b5 ({username='slave'} at 127.0.0.1:59770)
I20260608 12:40:41.653751  3471 tablet_copy_service.cc:161] P e87ed84470714aa2a8c85285df85b980: Beginning new tablet copy session on tablet dcfbf1b1ddc948bfa264ee44db848378 from peer b0d79009b99d4cff9b84b169742e07b5 at {username='slave'} at 127.0.0.1:59770: session id = b0d79009b99d4cff9b84b169742e07b5-dcfbf1b1ddc948bfa264ee44db848378
I20260608 12:40:41.659621  3471 tablet_copy_source_session.cc:215] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.662962  4002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dcfbf1b1ddc948bfa264ee44db848378. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.680490  4002 tablet_copy_client.cc:806] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.681228  4002 tablet_copy_client.cc:670] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.682862  4004 ts_tablet_manager.cc:933] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:41.686563  4002 tablet_copy_client.cc:538] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.698336  4002 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap starting.
I20260608 12:40:41.700922  4004 tablet_copy_client.cc:323] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38981
I20260608 12:40:41.703042  3471 tablet_copy_service.cc:140] P e87ed84470714aa2a8c85285df85b980: Received BeginTabletCopySession request for tablet c47973df20914001b8ebf3647a1db276 from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:59776)
I20260608 12:40:41.703712  3471 tablet_copy_service.cc:161] P e87ed84470714aa2a8c85285df85b980: Beginning new tablet copy session on tablet c47973df20914001b8ebf3647a1db276 from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:59776: session id = acfbdbea173f48778905d78228cfc8d8-c47973df20914001b8ebf3647a1db276
I20260608 12:40:41.710889  3609 raft_consensus.cc:1275] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: 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:41.711755  3471 tablet_copy_source_session.cc:215] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.715708  4004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c47973df20914001b8ebf3647a1db276. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.717284  3910 consensus_queue.cc:1048] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:41.724676  4002 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: 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:41.725868  4002 tablet_bootstrap.cc:492] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: Bootstrap complete.
I20260608 12:40:41.729801  4002 ts_tablet_manager.cc:1403] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: Time spent bootstrapping tablet: real 0.032s	user 0.020s	sys 0.009s
I20260608 12:40:41.734042  3535 raft_consensus.cc:1275] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: 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:41.735376  4002 raft_consensus.cc:359] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } }
I20260608 12:40:41.736510  4002 raft_consensus.cc:740] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b0d79009b99d4cff9b84b169742e07b5, State: Initialized, Role: LEARNER
I20260608 12:40:41.737385  4002 consensus_queue.cc:260] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: NON_VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: true } }
I20260608 12:40:41.740559  4004 tablet_copy_client.cc:806] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.740423  3910 consensus_queue.cc:1048] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:40:41.741328  4004 tablet_copy_client.cc:670] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.743319  4002 ts_tablet_manager.cc:1434] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 12:40:41.747417  3470 tablet_copy_service.cc:342] P e87ed84470714aa2a8c85285df85b980: Request end of tablet copy session b0d79009b99d4cff9b84b169742e07b5-dcfbf1b1ddc948bfa264ee44db848378 received from {username='slave'} at 127.0.0.1:59770
I20260608 12:40:41.746464  4009 ts_tablet_manager.cc:933] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: Initiating tablet copy from peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981)
I20260608 12:40:41.747999  4008 ts_tablet_manager.cc:933] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: Initiating tablet copy from peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:41.748063  3470 tablet_copy_service.cc:434] P e87ed84470714aa2a8c85285df85b980: ending tablet copy session b0d79009b99d4cff9b84b169742e07b5-dcfbf1b1ddc948bfa264ee44db848378 on tablet dcfbf1b1ddc948bfa264ee44db848378 with peer b0d79009b99d4cff9b84b169742e07b5
I20260608 12:40:41.757354  4004 tablet_copy_client.cc:538] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.767928  3609 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:41.769786  4004 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:41.774960  4009 tablet_copy_client.cc:323] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38981
I20260608 12:40:41.777464  3471 tablet_copy_service.cc:140] P e87ed84470714aa2a8c85285df85b980: Received BeginTabletCopySession request for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b from peer a87828ccfdec4773b010e3bc0bb3ff6f ({username='slave'} at 127.0.0.1:59762)
I20260608 12:40:41.778563  3471 tablet_copy_service.cc:161] P e87ed84470714aa2a8c85285df85b980: Beginning new tablet copy session on tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b from peer a87828ccfdec4773b010e3bc0bb3ff6f at {username='slave'} at 127.0.0.1:59762: session id = a87828ccfdec4773b010e3bc0bb3ff6f-9572f8b7e6ee4d8099cc76a90e7a1d8b
I20260608 12:40:41.779229  3988 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:40:41.789088  3471 tablet_copy_source_session.cc:215] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.794426  4009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.829581  4008 tablet_copy_client.cc:323] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:38967
I20260608 12:40:41.832280  3546 tablet_copy_service.cc:140] P a87828ccfdec4773b010e3bc0bb3ff6f: Received BeginTabletCopySession request for tablet 932e781184494750b774c0babf61690d from peer acfbdbea173f48778905d78228cfc8d8 ({username='slave'} at 127.0.0.1:58774)
I20260608 12:40:41.832923  3546 tablet_copy_service.cc:161] P a87828ccfdec4773b010e3bc0bb3ff6f: Beginning new tablet copy session on tablet 932e781184494750b774c0babf61690d from peer acfbdbea173f48778905d78228cfc8d8 at {username='slave'} at 127.0.0.1:58774: session id = acfbdbea173f48778905d78228cfc8d8-932e781184494750b774c0babf61690d
I20260608 12:40:41.834347  4009 tablet_copy_client.cc:806] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.834997  4009 tablet_copy_client.cc:670] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.844292  3546 tablet_copy_source_session.cc:215] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:40:41.846515  3535 raft_consensus.cc:1275] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Refusing update from remote peer acfbdbea173f48778905d78228cfc8d8: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:40:41.848086  4009 tablet_copy_client.cc:538] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.848217  4008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 932e781184494750b774c0babf61690d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:41.849977  4017 consensus_queue.cc:1048] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:40:41.866093  4009 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap starting.
I20260608 12:40:41.877974  4008 tablet_copy_client.cc:806] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 0 data blocks...
I20260608 12:40:41.878651  4008 tablet_copy_client.cc:670] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: tablet copy: Starting download of 1 WAL segments...
I20260608 12:40:41.885319  4004 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: 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:41.885838  4008 tablet_copy_client.cc:538] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:40:41.888044  4004 tablet_bootstrap.cc:492] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:41.894299  4004 ts_tablet_manager.cc:1403] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.125s	user 0.016s	sys 0.013s
I20260608 12:40:41.896521  4008 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: Bootstrap starting.
I20260608 12:40:41.898957  4004 raft_consensus.cc:359] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:41.900748  4004 raft_consensus.cc:740] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:41.901913  4004 consensus_queue.cc:260] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:41.911273  4004 ts_tablet_manager.cc:1434] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.000s
I20260608 12:40:41.913309  3471 tablet_copy_service.cc:342] P e87ed84470714aa2a8c85285df85b980: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-c47973df20914001b8ebf3647a1db276 received from {username='slave'} at 127.0.0.1:59776
I20260608 12:40:41.913785  3471 tablet_copy_service.cc:434] P e87ed84470714aa2a8c85285df85b980: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-c47973df20914001b8ebf3647a1db276 on tablet c47973df20914001b8ebf3647a1db276 with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:41.922277  4009 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: 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:41.923303  4009 tablet_bootstrap.cc:492] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: Bootstrap complete.
I20260608 12:40:41.924110  4009 ts_tablet_manager.cc:1403] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent bootstrapping tablet: real 0.058s	user 0.024s	sys 0.019s
I20260608 12:40:41.927402  4009 raft_consensus.cc:359] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } }
I20260608 12:40:41.928283  4009 raft_consensus.cc:740] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Initialized, Role: LEARNER
I20260608 12:40:41.928993  4009 consensus_queue.cc:260] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: NON_VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: true } }
I20260608 12:40:41.931396  4008 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: 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:41.931895  4009 ts_tablet_manager.cc:1434] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.006s
I20260608 12:40:41.932441  4008 tablet_bootstrap.cc:492] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: Bootstrap complete.
I20260608 12:40:41.933331  4008 ts_tablet_manager.cc:1403] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: Time spent bootstrapping tablet: real 0.037s	user 0.018s	sys 0.017s
I20260608 12:40:41.934131  3471 tablet_copy_service.cc:342] P e87ed84470714aa2a8c85285df85b980: Request end of tablet copy session a87828ccfdec4773b010e3bc0bb3ff6f-9572f8b7e6ee4d8099cc76a90e7a1d8b received from {username='slave'} at 127.0.0.1:59762
I20260608 12:40:41.934603  3471 tablet_copy_service.cc:434] P e87ed84470714aa2a8c85285df85b980: ending tablet copy session a87828ccfdec4773b010e3bc0bb3ff6f-9572f8b7e6ee4d8099cc76a90e7a1d8b on tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b with peer a87828ccfdec4773b010e3bc0bb3ff6f
I20260608 12:40:41.936918  4008 raft_consensus.cc:359] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:41.937820  4008 raft_consensus.cc:740] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Initialized, Role: LEARNER
I20260608 12:40:41.938405  4008 consensus_queue.cc:260] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: true } }
I20260608 12:40:41.940706  4008 ts_tablet_manager.cc:1434] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:40:41.942710  3546 tablet_copy_service.cc:342] P a87828ccfdec4773b010e3bc0bb3ff6f: Request end of tablet copy session acfbdbea173f48778905d78228cfc8d8-932e781184494750b774c0babf61690d received from {username='slave'} at 127.0.0.1:58774
I20260608 12:40:41.943162  3546 tablet_copy_service.cc:434] P a87828ccfdec4773b010e3bc0bb3ff6f: ending tablet copy session acfbdbea173f48778905d78228cfc8d8-932e781184494750b774c0babf61690d on tablet 932e781184494750b774c0babf61690d with peer acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:41.994612  3461 raft_consensus.cc:1275] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:41.995986  3983 consensus_queue.cc:1048] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:42.006961  3610 raft_consensus.cc:1275] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.009346  3969 consensus_queue.cc:1048] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:40:42.183459  3775 raft_consensus.cc:1217] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:42.216269  3775 raft_consensus.cc:1217] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:40:42.264531  3610 raft_consensus.cc:1217] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:42.335708  3534 raft_consensus.cc:1217] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:40:42.656991  3983 raft_consensus.cc:1064] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:42.659854  3983 consensus_queue.cc:237] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:42.665457  4026 raft_consensus.cc:1064] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: attempting to promote NON_VOTER acfbdbea173f48778905d78228cfc8d8 to VOTER
I20260608 12:40:42.669310  3610 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.669564  3775 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 LEARNER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.670948  3983 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:42.671085  3460 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.673547  4023 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:42.674654  4026 consensus_queue.cc:237] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:42.675609  4023 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:42.693918  3969 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.696246  3460 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.708166  3610 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.711540  3776 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 LEARNER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.713490  3356 catalog_manager.cc:5696] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 3 to 4, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.721591  4027 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:42.727290  3534 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.729995  4027 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:42.731076  3776 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { replace: true } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.740038  3610 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.753137  4027 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:42.760280  4028 raft_consensus.cc:1064] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: attempting to promote NON_VOTER a87828ccfdec4773b010e3bc0bb3ff6f to VOTER
I20260608 12:40:42.763242  4028 consensus_queue.cc:237] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } }
I20260608 12:40:42.779917  4026 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.790465  3534 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.806900  3609 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.809767  3775 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.811903  4027 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:42.814788  3776 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.816507  4027 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:42.820715  3534 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEARNER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.829079  3609 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.839872  4026 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:42.839469  3355 catalog_manager.cc:5696] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 reported cstate change: config changed from index 2 to 3, acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.841514  4028 raft_consensus.cc:1064] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: attempting to promote NON_VOTER b0d79009b99d4cff9b84b169742e07b5 to VOTER
I20260608 12:40:42.848023  3534 consensus_queue.cc:237] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:42.848374  4028 consensus_queue.cc:237] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [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: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } }
I20260608 12:40:42.862949  4035 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:42.870551  3775 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.873127  3969 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:42.872653  3610 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:42.893242  3460 consensus_queue.cc:237] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:42.899659  4023 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.906697  3535 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:42.919339  3776 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:42.936151  3358 catalog_manager.cc:5696] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 2 to 3, a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:42.955407  3610 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.957823  4026 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:40:42.965907  3459 raft_consensus.cc:1275] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Refusing update from remote peer a87828ccfdec4773b010e3bc0bb3ff6f: 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:42.966763  3461 consensus_queue.cc:237] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [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: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } }
I20260608 12:40:42.968111  3776 raft_consensus.cc:1275] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:42.976163  4044 consensus_queue.cc:1048] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } 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:42.979802  4027 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.988526  3969 consensus_queue.cc:1048] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [LEADER]: Connected to new peer: Peer: permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:40:42.993386  3610 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.994050  3460 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:42.999832  3535 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.000751  3609 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.002210  4028 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:40:43.003904  3609 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEARNER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.006567  4035 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:43.014392  3355 catalog_manager.cc:5696] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 4 to 5, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:43.019670  3775 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.021927  4035 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:43.030104  3534 raft_consensus.cc:1275] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.035575  4026 consensus_queue.cc:1048] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } 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:43.038090  3596 tablet_service.cc:1558] Processing DeleteTablet for tablet 932e781184494750b774c0babf61690d with delete_type TABLET_DATA_TOMBSTONED (TS b0d79009b99d4cff9b84b169742e07b5 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52376
I20260608 12:40:43.023097  4028 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.022s
I20260608 12:40:43.066480  3412 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 12:40:43.068672  4026 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:43.071106  3777 raft_consensus.cc:2955] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:43.082724  3346 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:43.088485  3608 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:43.091120  3355 catalog_manager.cc:5696] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:43.098140  3775 raft_consensus.cc:2955] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:43.106478  3536 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf"
dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
mode: GRACEFUL
new_leader_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:48176
I20260608 12:40:43.107290  3536 raft_consensus.cc:606] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Received request to transfer leadership to TS acfbdbea173f48778905d78228cfc8d8
I20260608 12:40:43.117925  3358 catalog_manager.cc:5696] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: config changed from index 3 to 4, VOTER a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } } }
I20260608 12:40:43.111043  3412 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260608 12:40:43.130599  3412 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:43.130825  3535 raft_consensus.cc:2955] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } attrs { promote: false } } }
I20260608 12:40:43.140125  3762 tablet_service.cc:1558] Processing DeleteTablet for tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b with delete_type TABLET_DATA_TOMBSTONED (TS acfbdbea173f48778905d78228cfc8d8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49380
I20260608 12:40:43.158944  4052 tablet_replica.cc:333] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:43.158803  3346 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c47973df20914001b8ebf3647a1db276 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:43.160097  4052 raft_consensus.cc:2243] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.147621  4026 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.161870  3345 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 932e781184494750b774c0babf61690d with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:43.166682  3776 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.168656  4052 raft_consensus.cc:2272] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.172091  3520 tablet_service.cc:1558] Processing DeleteTablet for tablet c47973df20914001b8ebf3647a1db276 with delete_type TABLET_DATA_TOMBSTONED (TS a87828ccfdec4773b010e3bc0bb3ff6f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58750
I20260608 12:40:43.175822  4052 ts_tablet_manager.cc:1916] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:43.186913  4055 tablet_replica.cc:333] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:43.190035  4055 raft_consensus.cc:2243] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.196280  3609 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.197937  4055 raft_consensus.cc:2272] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.194947  3535 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.210177  4055 ts_tablet_manager.cc:1916] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:43.215932  3357 catalog_manager.cc:5696] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 reported cstate change: config changed from index 2 to 3, b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { replace: true } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.219427  4056 tablet_replica.cc:333] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.220753  4056 raft_consensus.cc:2243] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.221534  4056 raft_consensus.cc:2272] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.237918  4056 ts_tablet_manager.cc:1916] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:43.239389  4055 ts_tablet_manager.cc:1929] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:43.240005  4055 log.cc:1199] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P acfbdbea173f48778905d78228cfc8d8: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root/wals/9572f8b7e6ee4d8099cc76a90e7a1d8b
I20260608 12:40:43.242211  3343 catalog_manager.cc:5027] TS acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): tablet 9572f8b7e6ee4d8099cc76a90e7a1d8b (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:43.244220  3460 consensus_queue.cc:237] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [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: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } }
I20260608 12:40:43.252233  4052 ts_tablet_manager.cc:1929] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:40:43.252715  4052 log.cc:1199] T 932e781184494750b774c0babf61690d P b0d79009b99d4cff9b84b169742e07b5: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-2-root/wals/932e781184494750b774c0babf61690d
I20260608 12:40:43.254599  3344 catalog_manager.cc:5027] TS b0d79009b99d4cff9b84b169742e07b5 (127.0.107.195:33243): tablet 932e781184494750b774c0babf61690d (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:43.256093  3609 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.257158  3535 raft_consensus.cc:1275] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Refusing update from remote peer e87ed84470714aa2a8c85285df85b980: 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:43.260170  4028 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } 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:43.261138  4027 consensus_queue.cc:1048] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:40:43.269559  4056 ts_tablet_manager.cc:1929] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:43.270126  4056 log.cc:1199] T c47973df20914001b8ebf3647a1db276 P a87828ccfdec4773b010e3bc0bb3ff6f: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-1-root/wals/c47973df20914001b8ebf3647a1db276
I20260608 12:40:43.269218  4035 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.272146  3345 catalog_manager.cc:5027] TS a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): tablet c47973df20914001b8ebf3647a1db276 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:43.272017  3609 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.279889  3346 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet dcfbf1b1ddc948bfa264ee44db848378 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:40:43.280171  3535 raft_consensus.cc:2955] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } } }
I20260608 12:40:43.289377  3355 catalog_manager.cc:5696] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 reported cstate change: config changed from index 3 to 4, VOTER acfbdbea173f48778905d78228cfc8d8 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "e87ed84470714aa2a8c85285df85b980" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b0d79009b99d4cff9b84b169742e07b5" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33243 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:43.301131  3762 tablet_service.cc:1558] Processing DeleteTablet for tablet dcfbf1b1ddc948bfa264ee44db848378 with delete_type TABLET_DATA_TOMBSTONED (TS acfbdbea173f48778905d78228cfc8d8 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:49380
I20260608 12:40:43.304431  4055 tablet_replica.cc:333] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:43.305529  4055 raft_consensus.cc:2243] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.306347  4055 raft_consensus.cc:2272] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.309566  4055 ts_tablet_manager.cc:1916] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:40:43.320153  4055 ts_tablet_manager.cc:1929] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 12:40:43.320524  4055 log.cc:1199] T dcfbf1b1ddc948bfa264ee44db848378 P acfbdbea173f48778905d78228cfc8d8: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780922350108766-431-0/minicluster-data/ts-3-root/wals/dcfbf1b1ddc948bfa264ee44db848378
I20260608 12:40:43.322077  3343 catalog_manager.cc:5027] TS acfbdbea173f48778905d78228cfc8d8 (127.0.107.196:46829): tablet dcfbf1b1ddc948bfa264ee44db848378 (table range_aware_rebalance_new_range [id=92cd9693d1bf472e89115d846f0a08ab]) successfully deleted
I20260608 12:40:43.671763  4049 raft_consensus.cc:993] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: : Instructing follower acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:43.672284  4023 raft_consensus.cc:1081] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Signalling peer acfbdbea173f48778905d78228cfc8d8 to start an election
I20260608 12:40:43.673882  3776 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf"
dest_uuid: "acfbdbea173f48778905d78228cfc8d8"
 from {username='slave'} at 127.0.0.1:49402
I20260608 12:40:43.674391  3776 raft_consensus.cc:493] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:40:43.674688  3776 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:43.679392  3776 raft_consensus.cc:515] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:43.681197  3776 leader_election.cc:290] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [CANDIDATE]: Term 2 election: Requested vote from peers e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981), a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967)
I20260608 12:40:43.682035  3460 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "e87ed84470714aa2a8c85285df85b980"
I20260608 12:40:43.682688  3460 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:43.682197  3535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb43b0308633499f81bd91fd97862aaf" candidate_uuid: "acfbdbea173f48778905d78228cfc8d8" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f"
I20260608 12:40:43.683311  3535 raft_consensus.cc:3055] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:40:43.683643  3535 raft_consensus.cc:740] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: a87828ccfdec4773b010e3bc0bb3ff6f, State: Running, Role: LEADER
I20260608 12:40:43.684437  3535 consensus_queue.cc:260] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:43.685674  3535 raft_consensus.cc:3060] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:40:43.688247  3460 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:43.689527  3743 leader_election.cc:304] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [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: acfbdbea173f48778905d78228cfc8d8, e87ed84470714aa2a8c85285df85b980; no voters: 
I20260608 12:40:43.690368  3988 raft_consensus.cc:2804] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:40:43.690549  3535 raft_consensus.cc:2468] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acfbdbea173f48778905d78228cfc8d8 in term 2.
I20260608 12:40:43.691457  3988 raft_consensus.cc:697] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Becoming Leader. State: Replica: acfbdbea173f48778905d78228cfc8d8, State: Running, Role: LEADER
I20260608 12:40:43.692759  3988 consensus_queue.cc:237] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [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: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } }
I20260608 12:40:43.699872  3355 catalog_manager.cc:5696] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 reported cstate change: term changed from 1 to 2, leader changed from a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194) to acfbdbea173f48778905d78228cfc8d8 (127.0.107.196). New cstate: current_term: 2 leader_uuid: "acfbdbea173f48778905d78228cfc8d8" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e87ed84470714aa2a8c85285df85b980" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38981 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a87828ccfdec4773b010e3bc0bb3ff6f" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 38967 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "acfbdbea173f48778905d78228cfc8d8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46829 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:40:43.810968   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:40:43.844172  3576 consensus_peers.cc:597] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 -> Peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Couldn't send request to peer e87ed84470714aa2a8c85285df85b980. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.845655   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:43.846458   431 tablet_replica.cc:333] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.847441   431 raft_consensus.cc:2243] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.848433   431 raft_consensus.cc:2272] T e57a9a5962c043d68b40d39ddefe9fce P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.850281   431 tablet_replica.cc:333] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.850771   431 raft_consensus.cc:2243] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.851161   431 raft_consensus.cc:2272] T 944a4ca03fc249119c8a4d928f7c9b92 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.853065   431 tablet_replica.cc:333] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.853595   431 raft_consensus.cc:2243] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.853952   431 raft_consensus.cc:2272] T 1d3cdb5308b446209109e646ad181930 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.856307   431 tablet_replica.cc:333] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.856870   431 raft_consensus.cc:2243] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.857522   431 raft_consensus.cc:2272] T dcfbf1b1ddc948bfa264ee44db848378 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.859906   431 tablet_replica.cc:333] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.860576   431 raft_consensus.cc:2243] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.861222   431 raft_consensus.cc:2272] T 1c67c2dd1a7b4f57ae75800d9069a102 P e87ed84470714aa2a8c85285df85b980 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.863349   431 tablet_replica.cc:333] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.863879   431 raft_consensus.cc:2243] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.864377   431 raft_consensus.cc:2272] T 4dde3711ba9446f2b3453d41a000f270 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.866180   431 tablet_replica.cc:333] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.866714   431 raft_consensus.cc:2243] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.867321   431 raft_consensus.cc:2272] T fb43b0308633499f81bd91fd97862aaf P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.869248   431 tablet_replica.cc:333] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.869777   431 raft_consensus.cc:2243] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.870234   431 raft_consensus.cc:2272] T ab977f22860c47e5b135cb29ddf28c32 P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.872143   431 tablet_replica.cc:333] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.872669   431 raft_consensus.cc:2243] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.873251   431 raft_consensus.cc:2272] T 932e781184494750b774c0babf61690d P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.875488   431 tablet_replica.cc:333] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.876093   431 raft_consensus.cc:2243] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.876540   431 raft_consensus.cc:2272] T 610b0a3939e344dc8e05aa7b96f21d3b P e87ed84470714aa2a8c85285df85b980 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.878293   431 tablet_replica.cc:333] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.878779   431 raft_consensus.cc:2243] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.879539   431 raft_consensus.cc:2272] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.881985   431 tablet_replica.cc:333] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980: stopping tablet replica
I20260608 12:40:43.882473   431 raft_consensus.cc:2243] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.883201   431 raft_consensus.cc:2272] T c47973df20914001b8ebf3647a1db276 P e87ed84470714aa2a8c85285df85b980 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:43.894387  3502 consensus_peers.cc:597] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f -> Peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Couldn't send request to peer e87ed84470714aa2a8c85285df85b980. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:43.919636   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:43.947817   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:43.972533   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:43.973335   431 tablet_replica.cc:333] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.973937   431 raft_consensus.cc:2243] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.974521   431 raft_consensus.cc:2272] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.976744   431 tablet_replica.cc:333] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.977300   431 raft_consensus.cc:2243] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.978142   431 raft_consensus.cc:2272] T 944a4ca03fc249119c8a4d928f7c9b92 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.980250   431 tablet_replica.cc:333] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.980801   431 raft_consensus.cc:2243] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.981216   431 raft_consensus.cc:2272] T d4663ccd46204a7a84a8e836fe5275d5 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.983155   431 tablet_replica.cc:333] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.983704   431 raft_consensus.cc:2243] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.984326   431 raft_consensus.cc:2272] T dcfbf1b1ddc948bfa264ee44db848378 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.986459   431 tablet_replica.cc:333] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.987030   431 raft_consensus.cc:2243] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.987506   431 raft_consensus.cc:2272] T 3915dcad93574ef5a4a1dc9a49eebfaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.989547   431 tablet_replica.cc:333] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.990104   431 raft_consensus.cc:2243] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.990516   431 raft_consensus.cc:2272] T 06b642524bbc4f07aeab19c79119a552 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.992349   431 tablet_replica.cc:333] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.992839   431 raft_consensus.cc:2243] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.993247   431 raft_consensus.cc:2272] T 4dde3711ba9446f2b3453d41a000f270 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.994976   431 tablet_replica.cc:333] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.995520   431 raft_consensus.cc:2243] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:43.995909   431 raft_consensus.cc:2272] T fb43b0308633499f81bd91fd97862aaf P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:43.997804   431 tablet_replica.cc:333] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:43.998301   431 raft_consensus.cc:2243] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:43.999038   431 raft_consensus.cc:2272] T 932e781184494750b774c0babf61690d P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.001288   431 tablet_replica.cc:333] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:44.001812   431 raft_consensus.cc:2243] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.002255   431 raft_consensus.cc:2272] T ab977f22860c47e5b135cb29ddf28c32 P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.004176   431 tablet_replica.cc:333] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:44.004688   431 raft_consensus.cc:2243] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.005414   431 raft_consensus.cc:2272] T 610b0a3939e344dc8e05aa7b96f21d3b P a87828ccfdec4773b010e3bc0bb3ff6f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.007201   431 tablet_replica.cc:333] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f: stopping tablet replica
I20260608 12:40:44.007659   431 raft_consensus.cc:2243] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.008544   431 raft_consensus.cc:2272] T 1f08ec6e96504633a46860451e4e6965 P a87828ccfdec4773b010e3bc0bb3ff6f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.042589   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:40:44.069684   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:40:44.087255  3576 consensus_peers.cc:597] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 -> Peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Couldn't send request to peer e87ed84470714aa2a8c85285df85b980. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38981: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:40:44.105831  3743 consensus_peers.cc:597] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 -> Peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Couldn't send request to peer e87ed84470714aa2a8c85285df85b980. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38981: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:44.108104   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:44.108835   431 tablet_replica.cc:333] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.109431   431 raft_consensus.cc:2243] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.109920   431 raft_consensus.cc:2272] T e57a9a5962c043d68b40d39ddefe9fce P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.111805   431 tablet_replica.cc:333] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.112375   431 raft_consensus.cc:2243] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.112785   431 raft_consensus.cc:2272] T d4663ccd46204a7a84a8e836fe5275d5 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.114502   431 tablet_replica.cc:333] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.115070   431 raft_consensus.cc:2243] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.115842   431 raft_consensus.cc:2272] T 1d3cdb5308b446209109e646ad181930 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.117681   431 tablet_replica.cc:333] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.118206   431 raft_consensus.cc:2243] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.118719   431 raft_consensus.cc:2272] T dcfbf1b1ddc948bfa264ee44db848378 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.121632   431 tablet_replica.cc:333] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.122225   431 raft_consensus.cc:2243] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.123104   431 raft_consensus.cc:2272] T 3915dcad93574ef5a4a1dc9a49eebfaf P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.125185   431 tablet_replica.cc:333] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
W20260608 12:40:44.125280  3575 consensus_peers.cc:597] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 -> Peer a87828ccfdec4773b010e3bc0bb3ff6f (127.0.107.194:38967): Couldn't send request to peer a87828ccfdec4773b010e3bc0bb3ff6f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:38967: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:44.125828   431 raft_consensus.cc:2243] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.126684   431 raft_consensus.cc:2272] T 1c67c2dd1a7b4f57ae75800d9069a102 P b0d79009b99d4cff9b84b169742e07b5 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.128787   431 tablet_replica.cc:333] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.129354   431 raft_consensus.cc:2243] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.129820   431 raft_consensus.cc:2272] T 06b642524bbc4f07aeab19c79119a552 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.131628   431 tablet_replica.cc:333] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.132223   431 raft_consensus.cc:2243] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.133198   431 raft_consensus.cc:2272] T ab977f22860c47e5b135cb29ddf28c32 P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.135197   431 tablet_replica.cc:333] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.135739   431 raft_consensus.cc:2243] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.136168   431 raft_consensus.cc:2272] T 1f08ec6e96504633a46860451e4e6965 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.138052   431 tablet_replica.cc:333] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.138572   431 raft_consensus.cc:2243] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.139148   431 raft_consensus.cc:2272] T 9572f8b7e6ee4d8099cc76a90e7a1d8b P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.141371   431 tablet_replica.cc:333] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.141907   431 raft_consensus.cc:2243] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.142501   431 raft_consensus.cc:2272] T c47973df20914001b8ebf3647a1db276 P b0d79009b99d4cff9b84b169742e07b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.144419   431 tablet_replica.cc:333] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5: stopping tablet replica
I20260608 12:40:44.144891   431 raft_consensus.cc:2243] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.145291   431 raft_consensus.cc:2272] T 610b0a3939e344dc8e05aa7b96f21d3b P b0d79009b99d4cff9b84b169742e07b5 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:44.155568  3743 consensus_peers.cc:597] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 -> Peer e87ed84470714aa2a8c85285df85b980 (127.0.107.193:38981): Couldn't send request to peer e87ed84470714aa2a8c85285df85b980. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:38981: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:44.181071   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:44.206653   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:44.231158   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:44.231833   431 tablet_replica.cc:333] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.232456   431 raft_consensus.cc:2243] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.232964   431 raft_consensus.cc:2272] T 932e781184494750b774c0babf61690d P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.234660   431 tablet_replica.cc:333] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.235194   431 raft_consensus.cc:2243] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.235677   431 raft_consensus.cc:2272] T c47973df20914001b8ebf3647a1db276 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.237321   431 tablet_replica.cc:333] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.237871   431 raft_consensus.cc:2243] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.238373   431 raft_consensus.cc:2272] T 3915dcad93574ef5a4a1dc9a49eebfaf P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.240301   431 tablet_replica.cc:333] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.240868   431 raft_consensus.cc:2243] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.241389   431 raft_consensus.cc:2272] T 1c67c2dd1a7b4f57ae75800d9069a102 P acfbdbea173f48778905d78228cfc8d8 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.243126   431 tablet_replica.cc:333] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.243659   431 raft_consensus.cc:2243] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.244442   431 raft_consensus.cc:2272] T 4dde3711ba9446f2b3453d41a000f270 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.246202   431 tablet_replica.cc:333] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.246663   431 raft_consensus.cc:2243] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.247313   431 raft_consensus.cc:2272] T 06b642524bbc4f07aeab19c79119a552 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.249125   431 tablet_replica.cc:333] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.249565   431 raft_consensus.cc:2243] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.250200   431 raft_consensus.cc:2272] T d4663ccd46204a7a84a8e836fe5275d5 P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.251904   431 tablet_replica.cc:333] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.252444   431 raft_consensus.cc:2243] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.252791   431 raft_consensus.cc:2272] T e57a9a5962c043d68b40d39ddefe9fce P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.254482   431 tablet_replica.cc:333] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.254920   431 raft_consensus.cc:2243] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.255249   431 raft_consensus.cc:2272] T 1d3cdb5308b446209109e646ad181930 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.257408   431 tablet_replica.cc:333] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.258176   431 raft_consensus.cc:2243] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.258742   431 raft_consensus.cc:2272] T 944a4ca03fc249119c8a4d928f7c9b92 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.261467   431 tablet_replica.cc:333] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.262208   431 raft_consensus.cc:2243] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:44.262701   431 raft_consensus.cc:2272] T 1f08ec6e96504633a46860451e4e6965 P acfbdbea173f48778905d78228cfc8d8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.264978   431 tablet_replica.cc:333] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: stopping tablet replica
I20260608 12:40:44.265590   431 raft_consensus.cc:2243] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.266777   431 pending_rounds.cc:70] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Trying to abort 1 pending ops.
I20260608 12:40:44.267037   431 pending_rounds.cc:77] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7294658329372696576 op_type: NO_OP noop_request { }
I20260608 12:40:44.267452   431 raft_consensus.cc:2889] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:40:44.267814   431 raft_consensus.cc:2272] T fb43b0308633499f81bd91fd97862aaf P acfbdbea173f48778905d78228cfc8d8 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:44.269040  3742 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.194:38967: connect: Connection refused (error 111) [suppressed 6 similar messages]
I20260608 12:40:44.307046   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:44.334885   431 master.cc:562] Master@127.0.107.254:43707 shutting down...
I20260608 12:40:44.353546   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:44.354079   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:44.354377   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 702fbe3d611d497c846acd47eec6144d: stopping tablet replica
I20260608 12:40:44.375401   431 master.cc:584] Master@127.0.107.254:43707 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (11629 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 12:40:44.426726   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35441
I20260608 12:40:44.427841   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:44.434017  4065 instance_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:44.434039  4064 instance_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:44.434561  4067 instance_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:44.436770   431 server_base.cc:1061] running on GCE node
I20260608 12:40:44.438529   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:44.438728   431 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:44.438845   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922444438833 us; error 0 us; skew 500 ppm
I20260608 12:40:44.439343   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:44.441955   431 webserver.cc:533] Webserver started at http://127.0.107.254:37951/ using document root <none> and password file <none>
I20260608 12:40:44.442440   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:44.442602   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:44.442813   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:44.443884   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "5cec48a4be174bd2a29510248add5ee9"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.448774   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 12:40:44.452347  4072 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:44.453123   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:44.453429   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "5cec48a4be174bd2a29510248add5ee9"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.453749   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-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:44.466727   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:44.468117   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:44.508838   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35441
I20260608 12:40:44.508989  4123 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35441 every 8 connection(s)
I20260608 12:40:44.513069  4124 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:44.523684  4124 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9: Bootstrap starting.
I20260608 12:40:44.528664  4124 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:44.533098  4124 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9: No bootstrap required, opened a new log
I20260608 12:40:44.535282  4124 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER }
I20260608 12:40:44.535672  4124 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:44.535852  4124 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5cec48a4be174bd2a29510248add5ee9, State: Initialized, Role: FOLLOWER
I20260608 12:40:44.536530  4124 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER }
I20260608 12:40:44.536958  4124 raft_consensus.cc:399] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:44.537153  4124 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:44.537376  4124 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:44.541888  4124 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER }
I20260608 12:40:44.542388  4124 leader_election.cc:304] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [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: 5cec48a4be174bd2a29510248add5ee9; no voters: 
I20260608 12:40:44.543546  4124 leader_election.cc:290] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:44.544011  4127 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:44.545361  4127 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 1 LEADER]: Becoming Leader. State: Replica: 5cec48a4be174bd2a29510248add5ee9, State: Running, Role: LEADER
I20260608 12:40:44.546095  4127 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [LEADER]: Queue going to LEADER mode. State: All 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: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER }
I20260608 12:40:44.546661  4124 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:44.550276  4128 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "5cec48a4be174bd2a29510248add5ee9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER } }
I20260608 12:40:44.551816  4128 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:44.551235  4129 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5cec48a4be174bd2a29510248add5ee9. Latest consensus state: current_term: 1 leader_uuid: "5cec48a4be174bd2a29510248add5ee9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5cec48a4be174bd2a29510248add5ee9" member_type: VOTER } }
I20260608 12:40:44.552994  4129 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:44.553767  4135 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:44.559279  4135 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:44.562822   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:44.569181  4135 catalog_manager.cc:1382] Generated new cluster ID: f0efec9760fe466fbeba89723942d1c4
I20260608 12:40:44.569468  4135 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:44.584903  4135 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:44.586246  4135 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:44.599431  4135 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9: Generated new TSK 0
I20260608 12:40:44.600175  4135 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:44.630317   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:44.636708  4145 instance_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:44.637840  4146 instance_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:44.640436   431 server_base.cc:1061] running on GCE node
W20260608 12:40:44.640599  4148 instance_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:44.641557   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:44.641779   431 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:44.641952   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922444641916 us; error 0 us; skew 500 ppm
I20260608 12:40:44.642581   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:44.645018   431 webserver.cc:533] Webserver started at http://127.0.107.193:42533/ using document root <none> and password file <none>
I20260608 12:40:44.645579   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:44.645771   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:44.646049   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:44.647161   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "3140a8dbcca1467a9cc085f4f0b072b2"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.652089   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 12:40:44.655689  4153 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:44.656569   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:44.656881   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "3140a8dbcca1467a9cc085f4f0b072b2"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.657196   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-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:44.670830   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:44.672143   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:44.673656   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:44.676144   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:44.676376   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.676630   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:44.676801   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.720016   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:43193
I20260608 12:40:44.720289  4215 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:43193 every 8 connection(s)
I20260608 12:40:44.725710   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:44.733175  4220 instance_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:44.736366  4221 instance_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:44.739856  4223 instance_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:44.740949  4216 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35441
I20260608 12:40:44.741478  4216 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:44.741830   431 server_base.cc:1061] running on GCE node
I20260608 12:40:44.742434  4216 heartbeater.cc:507] Master 127.0.107.254:35441 requested a full tablet report, sending...
I20260608 12:40:44.742801   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:44.743063   431 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:44.743245   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922444743228 us; error 0 us; skew 500 ppm
I20260608 12:40:44.744112   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:44.744913  4089 ts_manager.cc:194] Registered new tserver with Master: 3140a8dbcca1467a9cc085f4f0b072b2 (127.0.107.193:43193)
I20260608 12:40:44.746991   431 webserver.cc:533] Webserver started at http://127.0.107.194:40327/ using document root <none> and password file <none>
I20260608 12:40:44.747002  4089 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50062
I20260608 12:40:44.747735   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:44.748034   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:44.748340   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:44.749528   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "47bd0259c14642ebbee6018d1258e2ee"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.755087   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 12:40:44.759089  4228 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:44.759999   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:44.760325   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "47bd0259c14642ebbee6018d1258e2ee"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.760604   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-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:44.777462   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:44.778698   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:44.780220   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:44.782567   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:44.782788   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.783048   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:44.783210   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.822791   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32883
I20260608 12:40:44.822903  4290 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32883 every 8 connection(s)
I20260608 12:40:44.828044   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:44.834970  4294 instance_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:44.837033  4295 instance_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:44.841781  4297 instance_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:44.841840   431 server_base.cc:1061] running on GCE node
I20260608 12:40:44.842252  4291 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35441
I20260608 12:40:44.842792  4291 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:44.843209   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:44.843478   431 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:44.843637  4291 heartbeater.cc:507] Master 127.0.107.254:35441 requested a full tablet report, sending...
I20260608 12:40:44.843667   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922444843651 us; error 0 us; skew 500 ppm
I20260608 12:40:44.844668   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:44.846413  4089 ts_manager.cc:194] Registered new tserver with Master: 47bd0259c14642ebbee6018d1258e2ee (127.0.107.194:32883)
I20260608 12:40:44.847652   431 webserver.cc:533] Webserver started at http://127.0.107.195:42265/ using document root <none> and password file <none>
I20260608 12:40:44.848537   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:44.848449  4089 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50064
I20260608 12:40:44.848901   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:44.849254   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:44.850529   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "261fbda493314048974acde2dc5fd9e4"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.855243   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:40:44.858978  4302 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:44.859861   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:40:44.860231   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "261fbda493314048974acde2dc5fd9e4"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.860538   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-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:44.879760   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:44.881009   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:44.882515   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:44.884944   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:44.885191   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.885440   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:44.885615   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.925532   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34145
I20260608 12:40:44.925652  4364 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34145 every 8 connection(s)
I20260608 12:40:44.930542   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:44.937990  4368 instance_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:44.939827  4369 instance_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:44.942764   431 server_base.cc:1061] running on GCE node
W20260608 12:40:44.943766  4371 instance_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:44.944487  4365 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35441
I20260608 12:40:44.944864  4365 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:44.944880   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:44.945318   431 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:44.945505   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922444945489 us; error 0 us; skew 500 ppm
I20260608 12:40:44.945811  4365 heartbeater.cc:507] Master 127.0.107.254:35441 requested a full tablet report, sending...
I20260608 12:40:44.946203   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:44.948269  4089 ts_manager.cc:194] Registered new tserver with Master: 261fbda493314048974acde2dc5fd9e4 (127.0.107.195:34145)
I20260608 12:40:44.949256   431 webserver.cc:533] Webserver started at http://127.0.107.196:35901/ using document root <none> and password file <none>
I20260608 12:40:44.950002   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:44.950251   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:44.950201  4089 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50074
I20260608 12:40:44.950773   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:44.952375   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "c6c623696dd64d9b9cfd6c45594e76b0"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.957118   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:40:44.960623  4376 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:44.961373   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 12:40:44.961699   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "c6c623696dd64d9b9cfd6c45594e76b0"
format_stamp: "Formatted at 2026-06-08 12:40:44 on dist-test-slave-62kf"
I20260608 12:40:44.962033   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780922350108766-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:44.983006   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:44.984512   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:44.986048   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:44.988541   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:44.988824   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:44.989084   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:44.989264   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:45.029973   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42055
I20260608 12:40:45.030088  4438 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42055 every 8 connection(s)
I20260608 12:40:45.046454  4439 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35441
I20260608 12:40:45.046926  4439 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:45.047621  4439 heartbeater.cc:507] Master 127.0.107.254:35441 requested a full tablet report, sending...
I20260608 12:40:45.049809  4089 ts_manager.cc:194] Registered new tserver with Master: c6c623696dd64d9b9cfd6c45594e76b0 (127.0.107.196:42055)
I20260608 12:40:45.050431   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.017263155s
I20260608 12:40:45.051293  4089 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50088
I20260608 12:40:45.611318  4089 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50114:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 12:40:45.659984  4256 tablet_service.cc:1511] Processing CreateTablet for tablet 4cf5a93d86f54d23b37a34bc21689a62 (DEFAULT_TABLE table=test-workload [id=d660b35d3f3244bfb868cf038272bdcd]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:45.661460  4256 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cf5a93d86f54d23b37a34bc21689a62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:45.661120  4404 tablet_service.cc:1511] Processing CreateTablet for tablet 4cf5a93d86f54d23b37a34bc21689a62 (DEFAULT_TABLE table=test-workload [id=d660b35d3f3244bfb868cf038272bdcd]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:45.662732  4404 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cf5a93d86f54d23b37a34bc21689a62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:45.671489  4330 tablet_service.cc:1511] Processing CreateTablet for tablet 4cf5a93d86f54d23b37a34bc21689a62 (DEFAULT_TABLE table=test-workload [id=d660b35d3f3244bfb868cf038272bdcd]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:45.672924  4330 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4cf5a93d86f54d23b37a34bc21689a62. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:45.677750  4460 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: Bootstrap starting.
I20260608 12:40:45.679626  4461 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: Bootstrap starting.
I20260608 12:40:45.687435  4461 tablet_bootstrap.cc:654] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:45.687431  4460 tablet_bootstrap.cc:654] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:45.688535  4462 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: Bootstrap starting.
I20260608 12:40:45.696386  4461 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: No bootstrap required, opened a new log
I20260608 12:40:45.696892  4461 ts_tablet_manager.cc:1403] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260608 12:40:45.697085  4462 tablet_bootstrap.cc:654] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:45.697575  4460 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: No bootstrap required, opened a new log
I20260608 12:40:45.698125  4460 ts_tablet_manager.cc:1403] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.000s
I20260608 12:40:45.699422  4461 raft_consensus.cc:359] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.700129  4461 raft_consensus.cc:385] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:45.700541  4461 raft_consensus.cc:740] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c6c623696dd64d9b9cfd6c45594e76b0, State: Initialized, Role: FOLLOWER
I20260608 12:40:45.701371  4460 raft_consensus.cc:359] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.702021  4460 raft_consensus.cc:385] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:45.701472  4461 consensus_queue.cc:260] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.702330  4460 raft_consensus.cc:740] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 47bd0259c14642ebbee6018d1258e2ee, State: Initialized, Role: FOLLOWER
I20260608 12:40:45.703111  4462 tablet_bootstrap.cc:492] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: No bootstrap required, opened a new log
I20260608 12:40:45.703691  4462 ts_tablet_manager.cc:1403] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 12:40:45.703258  4460 consensus_queue.cc:260] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.707480  4291 heartbeater.cc:499] Master 127.0.107.254:35441 was elected leader, sending a full tablet report...
I20260608 12:40:45.708292  4460 ts_tablet_manager.cc:1434] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: Time spent starting tablet: real 0.010s	user 0.012s	sys 0.000s
I20260608 12:40:45.708580  4439 heartbeater.cc:499] Master 127.0.107.254:35441 was elected leader, sending a full tablet report...
I20260608 12:40:45.708956  4461 ts_tablet_manager.cc:1434] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: Time spent starting tablet: real 0.012s	user 0.011s	sys 0.001s
I20260608 12:40:45.707031  4462 raft_consensus.cc:359] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.710489  4462 raft_consensus.cc:385] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:45.710879  4462 raft_consensus.cc:740] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 261fbda493314048974acde2dc5fd9e4, State: Initialized, Role: FOLLOWER
I20260608 12:40:45.711731  4462 consensus_queue.cc:260] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.714462  4365 heartbeater.cc:499] Master 127.0.107.254:35441 was elected leader, sending a full tablet report...
I20260608 12:40:45.714942  4462 ts_tablet_manager.cc:1434] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.001s
I20260608 12:40:45.748904  4466 raft_consensus.cc:493] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:45.749440  4466 raft_consensus.cc:515] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.750038  4216 heartbeater.cc:499] Master 127.0.107.254:35441 was elected leader, sending a full tablet report...
I20260608 12:40:45.756203  4466 leader_election.cc:290] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 47bd0259c14642ebbee6018d1258e2ee (127.0.107.194:32883), 261fbda493314048974acde2dc5fd9e4 (127.0.107.195:34145)
I20260608 12:40:45.766955  4340 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cf5a93d86f54d23b37a34bc21689a62" candidate_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "261fbda493314048974acde2dc5fd9e4" is_pre_election: true
I20260608 12:40:45.767243  4266 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cf5a93d86f54d23b37a34bc21689a62" candidate_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47bd0259c14642ebbee6018d1258e2ee" is_pre_election: true
I20260608 12:40:45.767743  4340 raft_consensus.cc:2468] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6c623696dd64d9b9cfd6c45594e76b0 in term 0.
I20260608 12:40:45.767997  4266 raft_consensus.cc:2468] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c6c623696dd64d9b9cfd6c45594e76b0 in term 0.
I20260608 12:40:45.769219  4379 leader_election.cc:304] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 261fbda493314048974acde2dc5fd9e4, c6c623696dd64d9b9cfd6c45594e76b0; no voters: 
I20260608 12:40:45.770044  4466 raft_consensus.cc:2804] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:45.770458  4466 raft_consensus.cc:493] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:45.770771  4466 raft_consensus.cc:3060] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:45.775784  4466 raft_consensus.cc:515] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.777755  4466 leader_election.cc:290] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [CANDIDATE]: Term 1 election: Requested vote from peers 47bd0259c14642ebbee6018d1258e2ee (127.0.107.194:32883), 261fbda493314048974acde2dc5fd9e4 (127.0.107.195:34145)
I20260608 12:40:45.778743  4266 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cf5a93d86f54d23b37a34bc21689a62" candidate_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "47bd0259c14642ebbee6018d1258e2ee"
I20260608 12:40:45.778997  4340 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4cf5a93d86f54d23b37a34bc21689a62" candidate_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "261fbda493314048974acde2dc5fd9e4"
I20260608 12:40:45.779284  4266 raft_consensus.cc:3060] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:45.779623  4340 raft_consensus.cc:3060] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:45.784523  4266 raft_consensus.cc:2468] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6c623696dd64d9b9cfd6c45594e76b0 in term 1.
I20260608 12:40:45.784814  4340 raft_consensus.cc:2468] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c6c623696dd64d9b9cfd6c45594e76b0 in term 1.
I20260608 12:40:45.785785  4378 leader_election.cc:304] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 47bd0259c14642ebbee6018d1258e2ee, c6c623696dd64d9b9cfd6c45594e76b0; no voters: 
I20260608 12:40:45.786737  4466 raft_consensus.cc:2804] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:45.788242  4466 raft_consensus.cc:697] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 1 LEADER]: Becoming Leader. State: Replica: c6c623696dd64d9b9cfd6c45594e76b0, State: Running, Role: LEADER
I20260608 12:40:45.789222  4466 consensus_queue.cc:237] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } }
I20260608 12:40:45.799738  4089 catalog_manager.cc:5696] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 reported cstate change: term changed from 0 to 1, leader changed from <none> to c6c623696dd64d9b9cfd6c45594e76b0 (127.0.107.196). New cstate: current_term: 1 leader_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c6c623696dd64d9b9cfd6c45594e76b0" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 42055 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:46.329460  4473 consensus_queue.cc:1048] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "47bd0259c14642ebbee6018d1258e2ee" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32883 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:46.344444  4476 consensus_queue.cc:1048] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "261fbda493314048974acde2dc5fd9e4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:46.562810  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:46.564990  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:46.565492  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:48.566594  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:48.568043  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:48.568348  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:50.569377  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:50.571147  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:50.571538  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:40:50.729091  4361 debug-util.cc:398] Leaking SignalData structure 0x7b0800046320 after lost signal to thread 434
W20260608 12:40:50.730355  4361 debug-util.cc:398] Leaking SignalData structure 0x7b08000e0360 after lost signal to thread 4123
W20260608 12:40:50.731659  4361 debug-util.cc:398] Leaking SignalData structure 0x7b0800264d80 after lost signal to thread 4215
W20260608 12:40:50.732820  4361 debug-util.cc:398] Leaking SignalData structure 0x7b08001d9020 after lost signal to thread 4290
W20260608 12:40:50.733923  4361 debug-util.cc:398] Leaking SignalData structure 0x7b080014cf00 after lost signal to thread 4364
W20260608 12:40:50.735049  4361 debug-util.cc:398] Leaking SignalData structure 0x7b08000f3d20 after lost signal to thread 4438
I20260608 12:40:52.573107  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:52.574939  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:52.575356  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:54.576328  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:54.577818  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:54.578152  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:56.579088  4142 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:56.580482  4142 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:56.580801  4142 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:57.008092   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:40:57.037114   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.056085   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:40:57.069698   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:40:57.090363   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.091190   431 tablet_replica.cc:333] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee: stopping tablet replica
I20260608 12:40:57.091925   431 raft_consensus.cc:2243] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.092620   431 raft_consensus.cc:2272] T 4cf5a93d86f54d23b37a34bc21689a62 P 47bd0259c14642ebbee6018d1258e2ee [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:40:57.111115  4378 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.194:32883: connect: Connection refused (error 111)
I20260608 12:40:57.114284   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:40:57.115789  4378 consensus_peers.cc:597] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 -> Peer 47bd0259c14642ebbee6018d1258e2ee (127.0.107.194:32883): Couldn't send request to peer 47bd0259c14642ebbee6018d1258e2ee. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:32883: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:40:57.126789   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:40:57.152019   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.152729   431 tablet_replica.cc:333] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4: stopping tablet replica
I20260608 12:40:57.153237   431 raft_consensus.cc:2243] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:40:57.153683   431 raft_consensus.cc:2272] T 4cf5a93d86f54d23b37a34bc21689a62 P 261fbda493314048974acde2dc5fd9e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.189976   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:40:57.201648   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:40:57.223726   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:40:57.224622   431 tablet_replica.cc:333] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0: stopping tablet replica
I20260608 12:40:57.225196   431 raft_consensus.cc:2243] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.226032   431 raft_consensus.cc:2272] T 4cf5a93d86f54d23b37a34bc21689a62 P c6c623696dd64d9b9cfd6c45594e76b0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.245994   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:40:57.257854   431 master.cc:562] Master@127.0.107.254:35441 shutting down...
I20260608 12:40:57.276315   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:40:57.276942   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:40:57.277326   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 5cec48a4be174bd2a29510248add5ee9: stopping tablet replica
I20260608 12:40:57.297223   431 master.cc:584] Master@127.0.107.254:35441 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12908 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 12:40:57.335814   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:45335
I20260608 12:40:57.337119   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:57.343366  4491 instance_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:57.343693  4492 instance_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:57.345021  4494 instance_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:57.345311   431 server_base.cc:1061] running on GCE node
I20260608 12:40:57.346321   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:57.346519   431 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:57.346711   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922457346696 us; error 0 us; skew 500 ppm
I20260608 12:40:57.347337   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:57.350406   431 webserver.cc:533] Webserver started at http://127.0.107.254:42643/ using document root <none> and password file <none>
I20260608 12:40:57.351011   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:57.351220   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:57.351574   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:57.352926   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "93939e1916e544e1bef3ca01465c0348"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.357944   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:40:57.361984  4499 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:57.362825   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:57.363152   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "93939e1916e544e1bef3ca01465c0348"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.363449   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-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:57.373008   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:57.374334   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:57.415020   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:45335
I20260608 12:40:57.415151  4550 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:45335 every 8 connection(s)
I20260608 12:40:57.419771  4551 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:57.431393  4551 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348: Bootstrap starting.
I20260608 12:40:57.436445  4551 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:57.440805  4551 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348: No bootstrap required, opened a new log
I20260608 12:40:57.443089  4551 raft_consensus.cc:359] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER }
I20260608 12:40:57.443511  4551 raft_consensus.cc:385] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:57.443694  4551 raft_consensus.cc:740] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93939e1916e544e1bef3ca01465c0348, State: Initialized, Role: FOLLOWER
I20260608 12:40:57.444375  4551 consensus_queue.cc:260] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER }
I20260608 12:40:57.444830  4551 raft_consensus.cc:399] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:40:57.445034  4551 raft_consensus.cc:493] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:40:57.445252  4551 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:57.449813  4551 raft_consensus.cc:515] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER }
I20260608 12:40:57.450356  4551 leader_election.cc:304] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [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: 93939e1916e544e1bef3ca01465c0348; no voters: 
I20260608 12:40:57.451550  4551 leader_election.cc:290] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:40:57.452096  4554 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:57.453600  4554 raft_consensus.cc:697] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 1 LEADER]: Becoming Leader. State: Replica: 93939e1916e544e1bef3ca01465c0348, State: Running, Role: LEADER
I20260608 12:40:57.454394  4554 consensus_queue.cc:237] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [LEADER]: Queue going to LEADER mode. State: All 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: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER }
I20260608 12:40:57.454828  4551 sys_catalog.cc:565] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:40:57.461333  4556 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 93939e1916e544e1bef3ca01465c0348. Latest consensus state: current_term: 1 leader_uuid: "93939e1916e544e1bef3ca01465c0348" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER } }
I20260608 12:40:57.461555  4555 sys_catalog.cc:455] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "93939e1916e544e1bef3ca01465c0348" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "93939e1916e544e1bef3ca01465c0348" member_type: VOTER } }
I20260608 12:40:57.462024  4556 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:57.462337  4555 sys_catalog.cc:458] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [sys.catalog]: This master's current role is: LEADER
I20260608 12:40:57.464313  4563 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:40:57.472452  4563 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:40:57.473488   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:40:57.482025  4563 catalog_manager.cc:1382] Generated new cluster ID: 45d672a2a54b4e6db1ba73b093e17997
I20260608 12:40:57.482316  4563 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:40:57.504283  4563 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:40:57.505736  4563 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:40:57.518631  4563 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348: Generated new TSK 0
I20260608 12:40:57.519415  4563 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:40:57.540035   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:57.546506  4572 instance_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:57.547338  4573 instance_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:57.549057  4575 instance_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:57.549235   431 server_base.cc:1061] running on GCE node
I20260608 12:40:57.550215   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:57.550405   431 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:57.550616   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922457550591 us; error 0 us; skew 500 ppm
I20260608 12:40:57.551182   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:57.553689   431 webserver.cc:533] Webserver started at http://127.0.107.193:39387/ using document root <none> and password file <none>
I20260608 12:40:57.554195   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:57.554351   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:57.554579   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:57.555630   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "13a2bb17432c4209b7fc85c5e611e872"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.560946   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:40:57.564630  4580 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:57.565619   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:40:57.566026   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "13a2bb17432c4209b7fc85c5e611e872"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.566318   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-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:57.580956   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:57.582243   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:57.583830   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:57.586287   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:57.586552   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:57.587013   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:57.587237   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:57.631758   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:46817
I20260608 12:40:57.631897  4642 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:46817 every 8 connection(s)
I20260608 12:40:57.637362   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:57.645076  4647 instance_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:57.645187  4648 instance_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:57.649586  4650 instance_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:57.649684   431 server_base.cc:1061] running on GCE node
I20260608 12:40:57.650588  4643 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45335
I20260608 12:40:57.650977  4643 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:57.651095   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:57.651396   431 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:57.651587   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922457651554 us; error 0 us; skew 500 ppm
I20260608 12:40:57.651836  4643 heartbeater.cc:507] Master 127.0.107.254:45335 requested a full tablet report, sending...
I20260608 12:40:57.652396   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:57.654501  4516 ts_manager.cc:194] Registered new tserver with Master: 13a2bb17432c4209b7fc85c5e611e872 (127.0.107.193:46817)
I20260608 12:40:57.655545   431 webserver.cc:533] Webserver started at http://127.0.107.194:45465/ using document root <none> and password file <none>
I20260608 12:40:57.656430   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:57.656682   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:57.657001   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:57.657357  4516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45934
I20260608 12:40:57.658613   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.663771   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.005s
I20260608 12:40:57.667652  4655 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:57.668640   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:40:57.668902   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.669145   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-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:57.702350   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:57.703642   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:57.705268   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:57.707759   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:57.708021   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:40:57.708356   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:57.708503   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:57.751662   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45837
I20260608 12:40:57.751880  4717 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45837 every 8 connection(s)
I20260608 12:40:57.757105   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:40:57.764321  4721 instance_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:57.764853  4722 instance_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:57.773116  4718 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45335
I20260608 12:40:57.773661  4718 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:57.774695   431 server_base.cc:1061] running on GCE node
I20260608 12:40:57.774751  4718 heartbeater.cc:507] Master 127.0.107.254:45335 requested a full tablet report, sending...
W20260608 12:40:57.775097  4724 instance_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:57.776383   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:40:57.776949   431 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:57.777194   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922457777171 us; error 0 us; skew 500 ppm
I20260608 12:40:57.777856   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:40:57.777882  4516 ts_manager.cc:194] Registered new tserver with Master: 5f2b51e7183e41fe9a7f3f8a66c3416e (127.0.107.194:45837)
I20260608 12:40:57.779753  4516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45938
I20260608 12:40:57.781016   431 webserver.cc:533] Webserver started at http://127.0.107.195:45219/ using document root <none> and password file <none>
I20260608 12:40:57.781785   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:40:57.782055   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:40:57.782406   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:40:57.784157   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "c2e3656f683e4b85b1a8ada00826f90f"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.789527   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
I20260608 12:40:57.793903  4729 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:57.794929   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:40:57.795213   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "c2e3656f683e4b85b1a8ada00826f90f"
format_stamp: "Formatted at 2026-06-08 12:40:57 on dist-test-slave-62kf"
I20260608 12:40:57.795465   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780922350108766-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:57.805037   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:40:57.806239   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:40:57.807658   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:40:57.810175   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:40:57.810374   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:57.810659   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:40:57.810889   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:40:57.854332   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34319
I20260608 12:40:57.854451  4791 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34319 every 8 connection(s)
I20260608 12:40:57.870754  4792 heartbeater.cc:344] Connected to a master server at 127.0.107.254:45335
I20260608 12:40:57.871166  4792 heartbeater.cc:461] Registering TS with master...
I20260608 12:40:57.872140  4792 heartbeater.cc:507] Master 127.0.107.254:45335 requested a full tablet report, sending...
I20260608 12:40:57.874519  4516 ts_manager.cc:194] Registered new tserver with Master: c2e3656f683e4b85b1a8ada00826f90f (127.0.107.195:34319)
I20260608 12:40:57.875355   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017498964s
I20260608 12:40:57.876421  4516 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45950
I20260608 12:40:58.660597  4643 heartbeater.cc:499] Master 127.0.107.254:45335 was elected leader, sending a full tablet report...
I20260608 12:40:58.782864  4718 heartbeater.cc:499] Master 127.0.107.254:45335 was elected leader, sending a full tablet report...
I20260608 12:40:58.879585  4792 heartbeater.cc:499] Master 127.0.107.254:45335 was elected leader, sending a full tablet report...
I20260608 12:40:58.943408  4516 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45974:
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:58.945578  4516 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:58.996973  4757 tablet_service.cc:1511] Processing CreateTablet for tablet b2cb08c270f54fb1b4ff3626426816f9 (DEFAULT_TABLE table=test-workload [id=73f1240b354f43939f1fb6bf4f03d869]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:58.998471  4757 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2cb08c270f54fb1b4ff3626426816f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:59.001426  4608 tablet_service.cc:1511] Processing CreateTablet for tablet b2cb08c270f54fb1b4ff3626426816f9 (DEFAULT_TABLE table=test-workload [id=73f1240b354f43939f1fb6bf4f03d869]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:59.002925  4608 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2cb08c270f54fb1b4ff3626426816f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:59.002943  4683 tablet_service.cc:1511] Processing CreateTablet for tablet b2cb08c270f54fb1b4ff3626426816f9 (DEFAULT_TABLE table=test-workload [id=73f1240b354f43939f1fb6bf4f03d869]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:40:59.004459  4683 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2cb08c270f54fb1b4ff3626426816f9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:40:59.019369  4813 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: Bootstrap starting.
I20260608 12:40:59.021245  4814 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: Bootstrap starting.
I20260608 12:40:59.024358  4815 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: Bootstrap starting.
I20260608 12:40:59.028944  4813 tablet_bootstrap.cc:654] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:59.028944  4814 tablet_bootstrap.cc:654] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:59.030318  4815 tablet_bootstrap.cc:654] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: Neither blocks nor log segments found. Creating new log.
I20260608 12:40:59.035777  4813 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: No bootstrap required, opened a new log
I20260608 12:40:59.035838  4814 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: No bootstrap required, opened a new log
I20260608 12:40:59.036381  4813 ts_tablet_manager.cc:1403] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.004s
I20260608 12:40:59.036471  4814 ts_tablet_manager.cc:1403] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.005s
I20260608 12:40:59.036881  4815 tablet_bootstrap.cc:492] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: No bootstrap required, opened a new log
I20260608 12:40:59.037421  4815 ts_tablet_manager.cc:1403] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 12:40:59.039064  4813 raft_consensus.cc:359] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.039987  4813 raft_consensus.cc:385] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:59.040400  4813 raft_consensus.cc:740] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f2b51e7183e41fe9a7f3f8a66c3416e, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.040382  4815 raft_consensus.cc:359] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.041311  4815 raft_consensus.cc:385] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:59.041651  4815 raft_consensus.cc:740] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 13a2bb17432c4209b7fc85c5e611e872, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.041808  4813 consensus_queue.cc:260] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.042506  4815 consensus_queue.cc:260] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.043052  4814 raft_consensus.cc:359] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.043901  4814 raft_consensus.cc:385] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:40:59.044312  4814 raft_consensus.cc:740] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c2e3656f683e4b85b1a8ada00826f90f, State: Initialized, Role: FOLLOWER
I20260608 12:40:59.045157  4814 consensus_queue.cc:260] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.046283  4813 ts_tablet_manager.cc:1434] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 12:40:59.049149  4815 ts_tablet_manager.cc:1434] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
I20260608 12:40:59.054780  4814 ts_tablet_manager.cc:1434] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.005s
I20260608 12:40:59.116277  4820 raft_consensus.cc:493] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:40:59.116971  4820 raft_consensus.cc:515] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.119263  4820 leader_election.cc:290] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c2e3656f683e4b85b1a8ada00826f90f (127.0.107.195:34319), 5f2b51e7183e41fe9a7f3f8a66c3416e (127.0.107.194:45837)
I20260608 12:40:59.131601  4767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2cb08c270f54fb1b4ff3626426816f9" candidate_uuid: "13a2bb17432c4209b7fc85c5e611e872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c2e3656f683e4b85b1a8ada00826f90f" is_pre_election: true
I20260608 12:40:59.132412  4767 raft_consensus.cc:2468] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 13a2bb17432c4209b7fc85c5e611e872 in term 0.
I20260608 12:40:59.132627  4693 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2cb08c270f54fb1b4ff3626426816f9" candidate_uuid: "13a2bb17432c4209b7fc85c5e611e872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" is_pre_election: true
I20260608 12:40:59.133385  4693 raft_consensus.cc:2468] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 13a2bb17432c4209b7fc85c5e611e872 in term 0.
I20260608 12:40:59.133740  4583 leader_election.cc:304] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13a2bb17432c4209b7fc85c5e611e872, c2e3656f683e4b85b1a8ada00826f90f; no voters: 
I20260608 12:40:59.134524  4820 raft_consensus.cc:2804] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:40:59.134898  4820 raft_consensus.cc:493] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:40:59.135257  4820 raft_consensus.cc:3060] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:59.140821  4820 raft_consensus.cc:515] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.142650  4820 leader_election.cc:290] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [CANDIDATE]: Term 1 election: Requested vote from peers c2e3656f683e4b85b1a8ada00826f90f (127.0.107.195:34319), 5f2b51e7183e41fe9a7f3f8a66c3416e (127.0.107.194:45837)
I20260608 12:40:59.143391  4767 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2cb08c270f54fb1b4ff3626426816f9" candidate_uuid: "13a2bb17432c4209b7fc85c5e611e872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c2e3656f683e4b85b1a8ada00826f90f"
I20260608 12:40:59.143682  4693 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2cb08c270f54fb1b4ff3626426816f9" candidate_uuid: "13a2bb17432c4209b7fc85c5e611e872" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e"
I20260608 12:40:59.143929  4767 raft_consensus.cc:3060] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:59.144345  4693 raft_consensus.cc:3060] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:40:59.149502  4767 raft_consensus.cc:2468] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 13a2bb17432c4209b7fc85c5e611e872 in term 1.
I20260608 12:40:59.149675  4693 raft_consensus.cc:2468] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 13a2bb17432c4209b7fc85c5e611e872 in term 1.
I20260608 12:40:59.150779  4583 leader_election.cc:304] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 13a2bb17432c4209b7fc85c5e611e872, c2e3656f683e4b85b1a8ada00826f90f; no voters: 
I20260608 12:40:59.151561  4820 raft_consensus.cc:2804] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:40:59.152843  4820 raft_consensus.cc:697] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 1 LEADER]: Becoming Leader. State: Replica: 13a2bb17432c4209b7fc85c5e611e872, State: Running, Role: LEADER
I20260608 12:40:59.153658  4820 consensus_queue.cc:237] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } }
I20260608 12:40:59.162386  4515 catalog_manager.cc:5696] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 reported cstate change: term changed from 0 to 1, leader changed from <none> to 13a2bb17432c4209b7fc85c5e611e872 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "13a2bb17432c4209b7fc85c5e611e872" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "13a2bb17432c4209b7fc85c5e611e872" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 46817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 } health_report { overall_health: UNKNOWN } } }
I20260608 12:40:59.469278  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:40:59.471060  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:40:59.472512  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:40:59.472893  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:40:59.607227  4820 consensus_queue.cc:1048] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f2b51e7183e41fe9a7f3f8a66c3416e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45837 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:40:59.621480  4820 consensus_queue.cc:1048] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c2e3656f683e4b85b1a8ada00826f90f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34319 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:00.478874  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:01.474052  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:01.475692  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:01.476084  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:01.488147  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:02.497815  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:03.477181  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:03.478530  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:03.478858  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:03.506755  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:04.515573  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:05.479835  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:05.481274  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:05.481648  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:05.524580  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:06.533898  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:07.482656  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:07.484082  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:07.484427  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:07.542191  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:08.549346  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:09.485456  4569 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:09.486825  4569 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:09.487210  4569 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:09.557104  4564 placement_policy_util.cc:407] tablet b2cb08c270f54fb1b4ff3626426816f9: detected majority of replicas (2 of 3) at location L0
I20260608 12:41:10.270213   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:10.301682   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:10.302448   431 tablet_replica.cc:333] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872: stopping tablet replica
I20260608 12:41:10.302990   431 raft_consensus.cc:2243] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:10.304061   431 raft_consensus.cc:2272] T b2cb08c270f54fb1b4ff3626426816f9 P 13a2bb17432c4209b7fc85c5e611e872 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:10.325786   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:10.339526   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:10.365688   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:10.366441   431 tablet_replica.cc:333] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e: stopping tablet replica
I20260608 12:41:10.367005   431 raft_consensus.cc:2243] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:10.367534   431 raft_consensus.cc:2272] T b2cb08c270f54fb1b4ff3626426816f9 P 5f2b51e7183e41fe9a7f3f8a66c3416e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:10.388378   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:10.402181   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:10.428164   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:10.428874   431 tablet_replica.cc:333] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f: stopping tablet replica
I20260608 12:41:10.429512   431 raft_consensus.cc:2243] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:10.430016   431 raft_consensus.cc:2272] T b2cb08c270f54fb1b4ff3626426816f9 P c2e3656f683e4b85b1a8ada00826f90f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:10.450331   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:10.462253   431 master.cc:562] Master@127.0.107.254:45335 shutting down...
I20260608 12:41:10.484740   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:10.485450   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:10.485752   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 93939e1916e544e1bef3ca01465c0348: stopping tablet replica
I20260608 12:41:10.506047   431 master.cc:584] Master@127.0.107.254:45335 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13208 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 12:41:10.544312   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44989
I20260608 12:41:10.545521   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:10.551828  4835 instance_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:10.551909  4836 instance_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:10.553130  4838 instance_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:10.554623   431 server_base.cc:1061] running on GCE node
I20260608 12:41:10.555413   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:10.555595   431 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:10.555725   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922470555712 us; error 0 us; skew 500 ppm
I20260608 12:41:10.556371   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:10.559141   431 webserver.cc:533] Webserver started at http://127.0.107.254:37461/ using document root <none> and password file <none>
I20260608 12:41:10.559639   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:10.559805   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:10.560128   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:10.561293   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "440e8ccd2b7d48888f6ffb45baa8ee05"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.566452   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:10.570287  4843 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:10.571182   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:10.571465   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "440e8ccd2b7d48888f6ffb45baa8ee05"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.571710   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:10.586620   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:10.587864   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:10.631793   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44989
I20260608 12:41:10.632093  4894 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44989 every 8 connection(s)
I20260608 12:41:10.637061  4895 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:10.648768  4895 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05: Bootstrap starting.
I20260608 12:41:10.653779  4895 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:10.658456  4895 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05: No bootstrap required, opened a new log
I20260608 12:41:10.660967  4895 raft_consensus.cc:359] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER }
I20260608 12:41:10.661458  4895 raft_consensus.cc:385] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:10.661721  4895 raft_consensus.cc:740] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 440e8ccd2b7d48888f6ffb45baa8ee05, State: Initialized, Role: FOLLOWER
I20260608 12:41:10.662467  4895 consensus_queue.cc:260] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER }
I20260608 12:41:10.662954  4895 raft_consensus.cc:399] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:10.663175  4895 raft_consensus.cc:493] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:10.663488  4895 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:10.668280  4895 raft_consensus.cc:515] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER }
I20260608 12:41:10.668865  4895 leader_election.cc:304] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [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: 440e8ccd2b7d48888f6ffb45baa8ee05; no voters: 
I20260608 12:41:10.670089  4895 leader_election.cc:290] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:10.670519  4898 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:10.672025  4898 raft_consensus.cc:697] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 1 LEADER]: Becoming Leader. State: Replica: 440e8ccd2b7d48888f6ffb45baa8ee05, State: Running, Role: LEADER
I20260608 12:41:10.672858  4898 consensus_queue.cc:237] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [LEADER]: Queue going to LEADER mode. State: All 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: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER }
I20260608 12:41:10.673653  4895 sys_catalog.cc:565] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:10.676283  4899 sys_catalog.cc:455] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER } }
I20260608 12:41:10.676259  4900 sys_catalog.cc:455] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 440e8ccd2b7d48888f6ffb45baa8ee05. Latest consensus state: current_term: 1 leader_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "440e8ccd2b7d48888f6ffb45baa8ee05" member_type: VOTER } }
I20260608 12:41:10.677124  4899 sys_catalog.cc:458] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:10.677188  4900 sys_catalog.cc:458] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:10.684276  4903 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:10.689831  4903 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:10.691459   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:10.699724  4903 catalog_manager.cc:1382] Generated new cluster ID: ca6b0bc9bb2a457e86225aacf20ff675
I20260608 12:41:10.700109  4903 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:10.723839  4903 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:10.725255  4903 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:10.737273  4903 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05: Generated new TSK 0
I20260608 12:41:10.737962  4903 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:10.758713   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:10.765815  4916 instance_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:10.766495  4917 instance_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:10.768683  4919 instance_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:10.769930   431 server_base.cc:1061] running on GCE node
I20260608 12:41:10.770848   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:10.771031   431 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:10.771217   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922470771180 us; error 0 us; skew 500 ppm
I20260608 12:41:10.771767   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:10.788345   431 webserver.cc:533] Webserver started at http://127.0.107.193:38455/ using document root <none> and password file <none>
I20260608 12:41:10.789275   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:10.789489   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:10.789906   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:10.791575   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "8459fa27baa244bca3f1e3711de931ab"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.797691   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:41:10.803455  4925 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:10.804591   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260608 12:41:10.804903   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "8459fa27baa244bca3f1e3711de931ab"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.805197   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:10.824812   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:10.826197   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:10.827780   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:10.830667   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:10.830876   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:10.831247   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:10.831434   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:10.881671   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45717
I20260608 12:41:10.881924  4987 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45717 every 8 connection(s)
I20260608 12:41:10.888835   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:10.898480  4993 instance_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:10.898684  4992 instance_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:10.902707  4995 instance_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:10.903656   431 server_base.cc:1061] running on GCE node
I20260608 12:41:10.904723   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:10.904920   431 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:10.905064   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922470905051 us; error 0 us; skew 500 ppm
I20260608 12:41:10.905628   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:10.908772   431 webserver.cc:533] Webserver started at http://127.0.107.194:45529/ using document root <none> and password file <none>
I20260608 12:41:10.909565   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:10.909857   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:10.910226   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:10.911455  4988 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
I20260608 12:41:10.911732   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "9585c8a1d0454ed38d07f458f850cd4e"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.911887  4988 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:10.912817  4988 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
I20260608 12:41:10.915393  4860 ts_manager.cc:194] Registered new tserver with Master: 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:10.917455   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 12:41:10.918231  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41964
I20260608 12:41:10.921965  5000 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:10.922968   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:41:10.923249   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "9585c8a1d0454ed38d07f458f850cd4e"
format_stamp: "Formatted at 2026-06-08 12:41:10 on dist-test-slave-62kf"
I20260608 12:41:10.923498   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:10.951543   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:10.952849   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:10.954437   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:10.957144   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:10.957365   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:10.957724   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:10.957881   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.008648   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:43563
I20260608 12:41:11.008760  5062 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:43563 every 8 connection(s)
I20260608 12:41:11.015029   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:11.023828  5066 instance_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:11.025058  5067 instance_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:11.026788  5069 instance_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:11.027871   431 server_base.cc:1061] running on GCE node
I20260608 12:41:11.029013   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:11.029295   431 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:11.029520   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922471029500 us; error 0 us; skew 500 ppm
I20260608 12:41:11.030257   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:11.030732  5063 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
I20260608 12:41:11.031177  5063 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:11.032198  5063 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
I20260608 12:41:11.033128   431 webserver.cc:533] Webserver started at http://127.0.107.195:44389/ using document root <none> and password file <none>
I20260608 12:41:11.033869   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:11.034147   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:11.034432   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:11.034701  4860 ts_manager.cc:194] Registered new tserver with Master: 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:11.035787   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "df8a5ded965f4d46a71f144890b28be4"
format_stamp: "Formatted at 2026-06-08 12:41:11 on dist-test-slave-62kf"
I20260608 12:41:11.036316  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41968
I20260608 12:41:11.042883   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.003s
I20260608 12:41:11.048836  5074 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:11.049916   431 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:11.050290   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "df8a5ded965f4d46a71f144890b28be4"
format_stamp: "Formatted at 2026-06-08 12:41:11 on dist-test-slave-62kf"
I20260608 12:41:11.050767   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:11.064895   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:11.066260   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:11.067788   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:11.070305   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:11.070564   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.070850   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:11.071043   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:11.120283   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36519
I20260608 12:41:11.120420  5136 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36519 every 8 connection(s)
I20260608 12:41:11.137115  5137 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
I20260608 12:41:11.137591  5137 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:11.138567  5137 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
I20260608 12:41:11.140975  4860 ts_manager.cc:194] Registered new tserver with Master: df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:11.142194   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.017949142s
I20260608 12:41:11.143167  4860 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41984
I20260608 12:41:11.921571  4988 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:12.039042  5063 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:12.146729  5137 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:12.204355  4860 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41988:
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:41:12.207799  4860 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:12.306272  4953 tablet_service.cc:1511] Processing CreateTablet for tablet 6ab69d17924f4ce9b1a50f44b54c50cf (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:41:12.308216  4953 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ab69d17924f4ce9b1a50f44b54c50cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.309773  4950 tablet_service.cc:1511] Processing CreateTablet for tablet dd44cec57e1a4ef49d6d3b275701f7a4 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:41:12.311546  4950 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd44cec57e1a4ef49d6d3b275701f7a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.313465  4951 tablet_service.cc:1511] Processing CreateTablet for tablet 85122c228fb5408093e45f7967a8330a (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:41:12.315069  4951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85122c228fb5408093e45f7967a8330a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.317193  4952 tablet_service.cc:1511] Processing CreateTablet for tablet b8b34d4c98ae466db79be4a1d64a9279 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:41:12.318825  4952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8b34d4c98ae466db79be4a1d64a9279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.307035  4949 tablet_service.cc:1511] Processing CreateTablet for tablet d33438b0ceb745d49201392af2bf5a1f (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:41:12.321461  4949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d33438b0ceb745d49201392af2bf5a1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.334609  4948 tablet_service.cc:1511] Processing CreateTablet for tablet 8e214b377b98479495d2f41a5d21fe29 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:41:12.335676  4947 tablet_service.cc:1511] Processing CreateTablet for tablet e74c3d5794d14e29aa3dd452e5089d89 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:41:12.336664  4948 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e214b377b98479495d2f41a5d21fe29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.337498  4947 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e74c3d5794d14e29aa3dd452e5089d89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.344864  4946 tablet_service.cc:1511] Processing CreateTablet for tablet a18aae708d844877ac2ac9b25c9a83da (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:41:12.346432  4946 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a18aae708d844877ac2ac9b25c9a83da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.349349  5157 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:12.358276  4951 tablet_service.cc:1511] Processing CreateTablet for tablet a332b70e81664b8ca2c9a6b34eeb643d (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:41:12.359802  4951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a332b70e81664b8ca2c9a6b34eeb643d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.360118  4945 tablet_service.cc:1511] Processing CreateTablet for tablet 22e19c072a5345bba4a177664e012cb7 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:41:12.362913  5027 tablet_service.cc:1511] Processing CreateTablet for tablet b8b34d4c98ae466db79be4a1d64a9279 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:41:12.364531  5027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8b34d4c98ae466db79be4a1d64a9279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.365182  5026 tablet_service.cc:1511] Processing CreateTablet for tablet 85122c228fb5408093e45f7967a8330a (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:41:12.366820  5026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85122c228fb5408093e45f7967a8330a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.368285  5019 tablet_service.cc:1511] Processing CreateTablet for tablet a332b70e81664b8ca2c9a6b34eeb643d (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:41:12.370020  5019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a332b70e81664b8ca2c9a6b34eeb643d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.370666  5023 tablet_service.cc:1511] Processing CreateTablet for tablet 8e214b377b98479495d2f41a5d21fe29 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:41:12.373600  5022 tablet_service.cc:1511] Processing CreateTablet for tablet e74c3d5794d14e29aa3dd452e5089d89 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:41:12.377216  5021 tablet_service.cc:1511] Processing CreateTablet for tablet a18aae708d844877ac2ac9b25c9a83da (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:41:12.379655  5157 tablet_bootstrap.cc:654] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.381553  4944 tablet_service.cc:1511] Processing CreateTablet for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:41:12.384133  5024 tablet_service.cc:1511] Processing CreateTablet for tablet d33438b0ceb745d49201392af2bf5a1f (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:41:12.375331  5022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e74c3d5794d14e29aa3dd452e5089d89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.386991  4949 tablet_service.cc:1511] Processing CreateTablet for tablet 0a995efbed4847d1966ddee589c17ad5 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:41:12.387706  5025 tablet_service.cc:1511] Processing CreateTablet for tablet dd44cec57e1a4ef49d6d3b275701f7a4 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:41:12.389396  5020 tablet_service.cc:1511] Processing CreateTablet for tablet 0a995efbed4847d1966ddee589c17ad5 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:41:12.363071  5028 tablet_service.cc:1511] Processing CreateTablet for tablet 6ab69d17924f4ce9b1a50f44b54c50cf (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:41:12.392156  4945 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22e19c072a5345bba4a177664e012cb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.396512  5023 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e214b377b98479495d2f41a5d21fe29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.398522  4949 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a995efbed4847d1966ddee589c17ad5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.399899  5028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ab69d17924f4ce9b1a50f44b54c50cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.404358  5021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a18aae708d844877ac2ac9b25c9a83da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.405261  5020 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a995efbed4847d1966ddee589c17ad5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.406237  4944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.408589  5024 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d33438b0ceb745d49201392af2bf5a1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.412528  5025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd44cec57e1a4ef49d6d3b275701f7a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.430387  5101 tablet_service.cc:1511] Processing CreateTablet for tablet b8b34d4c98ae466db79be4a1d64a9279 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 12:41:12.432260  5101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8b34d4c98ae466db79be4a1d64a9279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.432042  5100 tablet_service.cc:1511] Processing CreateTablet for tablet 85122c228fb5408093e45f7967a8330a (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 12:41:12.435034  5099 tablet_service.cc:1511] Processing CreateTablet for tablet dd44cec57e1a4ef49d6d3b275701f7a4 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 12:41:12.437578  5098 tablet_service.cc:1511] Processing CreateTablet for tablet d33438b0ceb745d49201392af2bf5a1f (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 12:41:12.439332  5098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d33438b0ceb745d49201392af2bf5a1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.441663  5102 tablet_service.cc:1511] Processing CreateTablet for tablet 6ab69d17924f4ce9b1a50f44b54c50cf (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 12:41:12.443606  5102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ab69d17924f4ce9b1a50f44b54c50cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.447183  5099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd44cec57e1a4ef49d6d3b275701f7a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.447615  5097 tablet_service.cc:1511] Processing CreateTablet for tablet 8e214b377b98479495d2f41a5d21fe29 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 12:41:12.449738  5097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e214b377b98479495d2f41a5d21fe29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.450538  5100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85122c228fb5408093e45f7967a8330a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.453454  5096 tablet_service.cc:1511] Processing CreateTablet for tablet e74c3d5794d14e29aa3dd452e5089d89 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 12:41:12.453809  5095 tablet_service.cc:1511] Processing CreateTablet for tablet a18aae708d844877ac2ac9b25c9a83da (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 12:41:12.455170  5096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e74c3d5794d14e29aa3dd452e5089d89. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.455860  5095 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a18aae708d844877ac2ac9b25c9a83da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.457401  5094 tablet_service.cc:1511] Processing CreateTablet for tablet 0a995efbed4847d1966ddee589c17ad5 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 12:41:12.458920  5094 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a995efbed4847d1966ddee589c17ad5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.461599  5093 tablet_service.cc:1511] Processing CreateTablet for tablet a332b70e81664b8ca2c9a6b34eeb643d (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 12:41:12.465983  5093 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a332b70e81664b8ca2c9a6b34eeb643d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.483968  5022 tablet_service.cc:1511] Processing CreateTablet for tablet 22e19c072a5345bba4a177664e012cb7 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:41:12.484468  5101 tablet_service.cc:1511] Processing CreateTablet for tablet 22e19c072a5345bba4a177664e012cb7 (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 12:41:12.485487  5022 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22e19c072a5345bba4a177664e012cb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.486294  5101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22e19c072a5345bba4a177664e012cb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.503295  5028 tablet_service.cc:1511] Processing CreateTablet for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:41:12.504853  5028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.522743  5159 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.537885  5157 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.538518  5157 ts_tablet_manager.cc:1403] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.190s	user 0.020s	sys 0.049s
I20260608 12:41:12.537542  5097 tablet_service.cc:1511] Processing CreateTablet for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc (DEFAULT_TABLE table=test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 12:41:12.540853  5097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:12.553192  5157 raft_consensus.cc:359] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.554227  5157 raft_consensus.cc:385] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.554564  5157 raft_consensus.cc:740] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.555478  5157 consensus_queue.cc:260] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.560019  5160 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.566404  5159 tablet_bootstrap.cc:654] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.594889  5160 tablet_bootstrap.cc:654] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.597492  5157 ts_tablet_manager.cc:1434] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.059s	user 0.012s	sys 0.015s
I20260608 12:41:12.598799  5157 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:12.608695  5157 tablet_bootstrap.cc:654] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.609710  5160 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:12.610028  5159 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:12.610188  5160 ts_tablet_manager.cc:1403] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.072s	user 0.009s	sys 0.005s
I20260608 12:41:12.610596  5159 ts_tablet_manager.cc:1403] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.088s	user 0.013s	sys 0.007s
I20260608 12:41:12.613294  5160 raft_consensus.cc:359] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.613906  5160 raft_consensus.cc:385] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.614449  5160 raft_consensus.cc:740] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.613871  5159 raft_consensus.cc:359] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.614799  5157 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.614898  5159 raft_consensus.cc:385] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.615386  5157 ts_tablet_manager.cc:1403] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.003s
I20260608 12:41:12.615334  5159 raft_consensus.cc:740] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.615237  5160 consensus_queue.cc:260] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.616479  5159 consensus_queue.cc:260] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.618507  5160 ts_tablet_manager.cc:1434] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 12:41:12.619403  5157 raft_consensus.cc:359] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.620754  5157 raft_consensus.cc:385] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.621076  5157 raft_consensus.cc:740] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.621896  5159 ts_tablet_manager.cc:1434] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.011s	user 0.012s	sys 0.000s
I20260608 12:41:12.622112  5157 consensus_queue.cc:260] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.625185  5157 ts_tablet_manager.cc:1434] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.002s
I20260608 12:41:12.626288  5157 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
W20260608 12:41:12.626849  5138 tablet.cc:2404] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:12.627699  5159 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.628917  5160 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.636134  5157 tablet_bootstrap.cc:654] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.636124  5159 tablet_bootstrap.cc:654] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.636515  5160 tablet_bootstrap.cc:654] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.651852  5157 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.652697  5157 ts_tablet_manager.cc:1403] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.011s
I20260608 12:41:12.655139  5157 raft_consensus.cc:359] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.655747  5157 raft_consensus.cc:385] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.656091  5157 raft_consensus.cc:740] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.656996  5157 consensus_queue.cc:260] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.658007  5160 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:12.658586  5160 ts_tablet_manager.cc:1403] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.030s	user 0.014s	sys 0.004s
I20260608 12:41:12.659471  5157 ts_tablet_manager.cc:1434] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:12.660043  5159 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:12.660604  5159 ts_tablet_manager.cc:1403] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.033s	user 0.004s	sys 0.027s
I20260608 12:41:12.660653  5157 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:12.662137  5160 raft_consensus.cc:359] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.662963  5160 raft_consensus.cc:385] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.663316  5160 raft_consensus.cc:740] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.664000  5159 raft_consensus.cc:359] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.664808  5159 raft_consensus.cc:385] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.664534  5160 consensus_queue.cc:260] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.665223  5159 raft_consensus.cc:740] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.666208  5159 consensus_queue.cc:260] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.667479  5160 ts_tablet_manager.cc:1434] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.005s
I20260608 12:41:12.668493  5159 ts_tablet_manager.cc:1434] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:12.668644  5160 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.668845  5157 tablet_bootstrap.cc:654] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.669577  5159 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.677048  5159 tablet_bootstrap.cc:654] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.679373  5160 tablet_bootstrap.cc:654] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:12.690347  4908 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:12.720495  5159 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:12.720973  5159 ts_tablet_manager.cc:1403] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.052s	user 0.018s	sys 0.031s
I20260608 12:41:12.721063  5157 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.721659  5157 ts_tablet_manager.cc:1403] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.061s	user 0.021s	sys 0.036s
I20260608 12:41:12.722204  5160 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:12.722749  5160 ts_tablet_manager.cc:1403] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.054s	user 0.025s	sys 0.026s
I20260608 12:41:12.723739  5159 raft_consensus.cc:359] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.724437  5159 raft_consensus.cc:385] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.724717  5159 raft_consensus.cc:740] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.724748  5157 raft_consensus.cc:359] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.725636  5157 raft_consensus.cc:385] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.725747  5159 consensus_queue.cc:260] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.726006  5157 raft_consensus.cc:740] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.726094  5160 raft_consensus.cc:359] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.726904  5160 raft_consensus.cc:385] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.727242  5160 raft_consensus.cc:740] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.727293  5157 consensus_queue.cc:260] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.728264  5159 ts_tablet_manager.cc:1434] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:12.728368  5160 consensus_queue.cc:260] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.729460  5159 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.729920  5157 ts_tablet_manager.cc:1434] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:41:12.730841  5160 ts_tablet_manager.cc:1434] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:41:12.731974  5160 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.732247  5157 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:12.737112  5159 tablet_bootstrap.cc:654] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.739157  5160 tablet_bootstrap.cc:654] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.739583  5157 tablet_bootstrap.cc:654] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.761184  5165 raft_consensus.cc:493] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.762247  5165 raft_consensus.cc:515] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.771899  5165 leader_election.cc:290] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:12.781755  5161 raft_consensus.cc:493] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.782567  5161 raft_consensus.cc:515] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.787925  5161 leader_election.cc:290] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.812472  5159 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:12.814407  5159 ts_tablet_manager.cc:1403] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.085s	user 0.042s	sys 0.037s
I20260608 12:41:12.815913  5160 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:12.816581  5160 ts_tablet_manager.cc:1403] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.085s	user 0.014s	sys 0.020s
I20260608 12:41:12.817931  5159 raft_consensus.cc:359] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.818722  5159 raft_consensus.cc:385] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.819064  5159 raft_consensus.cc:740] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.819989  5159 consensus_queue.cc:260] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.820621  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:12.821789  5160 raft_consensus.cc:359] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.826098  5159 ts_tablet_manager.cc:1434] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:41:12.826098  5160 raft_consensus.cc:385] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.826395  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:12.827302  5160 raft_consensus.cc:740] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.828024  5159 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.828589  5160 consensus_queue.cc:260] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
W20260608 12:41:12.822695  4926 leader_election.cc:343] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.824406  5157 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.830567  5157 ts_tablet_manager.cc:1403] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.099s	user 0.024s	sys 0.037s
I20260608 12:41:12.831506  5160 ts_tablet_manager.cc:1434] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.002s
W20260608 12:41:12.832508  4927 leader_election.cc:343] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.832700  5160 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.834227  5157 raft_consensus.cc:359] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.835083  5157 raft_consensus.cc:385] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.835451  5157 raft_consensus.cc:740] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.837081  5166 raft_consensus.cc:493] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.836728  5157 consensus_queue.cc:260] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.837649  5166 raft_consensus.cc:515] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.839445  5157 ts_tablet_manager.cc:1434] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:12.840682  5157 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:12.841670  5160 tablet_bootstrap.cc:654] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.850740  5157 tablet_bootstrap.cc:654] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.835167  4927 leader_election.cc:304] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [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: 8459fa27baa244bca3f1e3711de931ab; no voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:12.851774  5161 raft_consensus.cc:2749] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:12.849675  5166 leader_election.cc:290] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.863409  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:12.865198  5161 raft_consensus.cc:493] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.865772  5161 raft_consensus.cc:515] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.867425  5159 tablet_bootstrap.cc:654] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.868844  5161 leader_election.cc:290] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.868920  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:12.869694  5038 raft_consensus.cc:2468] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
W20260608 12:41:12.870613  5075 leader_election.cc:343] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.871708  4926 leader_election.cc:304] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:12.873255  5161 raft_consensus.cc:2804] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:12.873664  5161 raft_consensus.cc:493] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:12.874020  5161 raft_consensus.cc:3060] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.876811  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
W20260608 12:41:12.878616  4927 leader_election.cc:343] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.888654  5166 raft_consensus.cc:493] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.889273  5166 raft_consensus.cc:515] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.891557  5166 leader_election.cc:290] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.893277  5161 raft_consensus.cc:515] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.895925  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:12.896726  5038 raft_consensus.cc:2468] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate df8a5ded965f4d46a71f144890b28be4 in term 0.
I20260608 12:41:12.898198  5075 leader_election.cc:304] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [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: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab
I20260608 12:41:12.899423  5165 raft_consensus.cc:2804] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:12.899827  5165 raft_consensus.cc:493] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:12.900207  5165 raft_consensus.cc:3060] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.908412  5165 raft_consensus.cc:515] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.911891  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
W20260608 12:41:12.913600  5075 leader_election.cc:343] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.916106  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:12.916810  5038 raft_consensus.cc:3060] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.918999  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:12.919766  5112 raft_consensus.cc:2468] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:12.921949  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:12.922850  5112 raft_consensus.cc:2393] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9585c8a1d0454ed38d07f458f850cd4e in current term 1: Already voted for candidate df8a5ded965f4d46a71f144890b28be4 in this term.
I20260608 12:41:12.924072  5165 leader_election.cc:290] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:12.928210  5038 raft_consensus.cc:2468] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate df8a5ded965f4d46a71f144890b28be4 in term 1.
I20260608 12:41:12.930238  5075 leader_election.cc:304] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [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: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab
I20260608 12:41:12.930508  5002 leader_election.cc:304] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:12.932754  5166 raft_consensus.cc:2804] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:12.933182  5166 raft_consensus.cc:493] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:12.933593  5166 raft_consensus.cc:3060] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.936473  5165 raft_consensus.cc:2804] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:12.938565  5185 raft_consensus.cc:493] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.939155  5185 raft_consensus.cc:515] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.941332  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:12.941817  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a18aae708d844877ac2ac9b25c9a83da" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
W20260608 12:41:12.944257  5001 leader_election.cc:343] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:41:12.945355  5001 leader_election.cc:343] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.945472  5157 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:12.945827  5001 leader_election.cc:304] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [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: 9585c8a1d0454ed38d07f458f850cd4e; no voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:12.946112  5157 ts_tablet_manager.cc:1403] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.106s	user 0.046s	sys 0.049s
I20260608 12:41:12.948042  5161 leader_election.cc:290] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.949939  5160 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:12.949788  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:12.950198  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:12.950495  5038 raft_consensus.cc:3060] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.946573  5165 raft_consensus.cc:697] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 LEADER]: Becoming Leader. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Running, Role: LEADER
I20260608 12:41:12.951437  5185 leader_election.cc:290] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
W20260608 12:41:12.952394  4927 leader_election.cc:343] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.952271  5165 consensus_queue.cc:237] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.953663  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:12.954362  5112 raft_consensus.cc:2468] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:12.951892  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:12.957441  5188 raft_consensus.cc:2749] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:12.958024  5038 raft_consensus.cc:2468] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:12.958132  4927 leader_election.cc:304] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:12.958469  5166 raft_consensus.cc:515] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.960134  5161 raft_consensus.cc:493] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:12.960291  5159 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
W20260608 12:41:12.960394  4926 leader_election.cc:343] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.960886  5159 ts_tablet_manager.cc:1403] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.133s	user 0.013s	sys 0.001s
I20260608 12:41:12.960721  5161 raft_consensus.cc:515] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.962149  5185 raft_consensus.cc:2804] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:12.962622  5185 raft_consensus.cc:493] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:12.963035  5185 raft_consensus.cc:3060] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.963325  5161 leader_election.cc:290] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.963348  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:12.964274  5112 raft_consensus.cc:3060] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.950467  5160 ts_tablet_manager.cc:1403] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.118s	user 0.060s	sys 0.042s
I20260608 12:41:12.966336  4926 leader_election.cc:304] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [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: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:12.966859  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:12.967730  5161 raft_consensus.cc:2804] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:41:12.968662  4927 leader_election.cc:343] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.968384  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
I20260608 12:41:12.969609  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:12.969421  5159 raft_consensus.cc:359] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
W20260608 12:41:12.970459  5001 leader_election.cc:343] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.973054  5159 raft_consensus.cc:385] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 12:41:12.973292  4926 leader_election.cc:343] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:12.973976  4926 leader_election.cc:304] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [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: 8459fa27baa244bca3f1e3711de931ab; no voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:12.970629  5166 leader_election.cc:290] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.968714  5160 raft_consensus.cc:359] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.973413  5159 raft_consensus.cc:740] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.975996  5160 raft_consensus.cc:385] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.976524  5160 raft_consensus.cc:740] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.976655  5159 consensus_queue.cc:260] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.977097  5185 raft_consensus.cc:515] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.977795  5160 consensus_queue.cc:260] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.981115  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:12.981778  5111 raft_consensus.cc:3060] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:12.982484  5159 ts_tablet_manager.cc:1434] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.004s
I20260608 12:41:12.982349  5112 raft_consensus.cc:2468] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:12.983784  5159 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:12.984414  5002 leader_election.cc:304] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [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: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab
I20260608 12:41:12.970177  5157 raft_consensus.cc:359] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.985692  5166 raft_consensus.cc:2804] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:12.986199  5157 raft_consensus.cc:385] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:12.986430  5166 raft_consensus.cc:697] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Running, Role: LEADER
I20260608 12:41:12.986615  5157 raft_consensus.cc:740] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:12.986979  5160 ts_tablet_manager.cc:1434] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.000s
I20260608 12:41:12.987414  5166 consensus_queue.cc:237] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.988214  5160 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:12.987619  5157 consensus_queue.cc:260] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:12.997390  5111 raft_consensus.cc:2468] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:12.998016  5160 tablet_bootstrap.cc:654] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:12.998080  5185 leader_election.cc:290] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:12.999133  5185 raft_consensus.cc:2749] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:13.000342  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:13.000844  4927 leader_election.cc:304] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
W20260608 12:41:13.002826  4926 leader_election.cc:343] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:13.005992  5191 raft_consensus.cc:2804] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.006757  5159 tablet_bootstrap.cc:654] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.006131  4859 catalog_manager.cc:5696] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 reported cstate change: term changed from 0 to 1, leader changed from <none> to df8a5ded965f4d46a71f144890b28be4 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "df8a5ded965f4d46a71f144890b28be4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:13.010350  5191 raft_consensus.cc:697] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.011884  5191 consensus_queue.cc:237] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.019603  5161 raft_consensus.cc:697] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.019961  5157 ts_tablet_manager.cc:1434] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.072s	user 0.008s	sys 0.004s
I20260608 12:41:13.021220  5157 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:13.020741  5161 consensus_queue.cc:237] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.026822  5160 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.027426  5160 ts_tablet_manager.cc:1403] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.039s	user 0.020s	sys 0.011s
I20260608 12:41:13.025631  4858 catalog_manager.cc:5696] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.032203  5159 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.032776  5190 raft_consensus.cc:493] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.033658  5159 ts_tablet_manager.cc:1403] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.050s	user 0.010s	sys 0.005s
I20260608 12:41:13.033869  5190 raft_consensus.cc:515] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.035864  5157 tablet_bootstrap.cc:654] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.038128  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e214b377b98479495d2f41a5d21fe29" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.038923  5038 raft_consensus.cc:2468] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.040715  4926 leader_election.cc:304] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.038331  5159 raft_consensus.cc:359] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.041961  5159 raft_consensus.cc:385] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.042009  5193 raft_consensus.cc:2804] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.042536  5159 raft_consensus.cc:740] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.042639  5193 raft_consensus.cc:493] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.043162  5193 raft_consensus.cc:3060] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.043790  5159 consensus_queue.cc:260] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.047434  5190 leader_election.cc:290] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.048851  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e214b377b98479495d2f41a5d21fe29" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.049608  5111 raft_consensus.cc:2468] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.049594  5159 ts_tablet_manager.cc:1434] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.001s
I20260608 12:41:13.052076  5160 raft_consensus.cc:359] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.055389  5160 raft_consensus.cc:385] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.055738  5160 raft_consensus.cc:740] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.056223  5159 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.056737  5160 consensus_queue.cc:260] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.057266  5193 raft_consensus.cc:515] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.059173  5160 ts_tablet_manager.cc:1434] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.031s	user 0.006s	sys 0.003s
I20260608 12:41:13.060299  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e214b377b98479495d2f41a5d21fe29" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:13.061820  5038 raft_consensus.cc:3060] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.070199  5157 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.070266  5193 leader_election.cc:290] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.070950  5157 ts_tablet_manager.cc:1403] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.050s	user 0.007s	sys 0.004s
I20260608 12:41:13.074678  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8e214b377b98479495d2f41a5d21fe29" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.074970  5159 tablet_bootstrap.cc:654] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.075361  5111 raft_consensus.cc:3060] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.075824  5157 raft_consensus.cc:359] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.076912  5157 raft_consensus.cc:385] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.077234  5157 raft_consensus.cc:740] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.079056  5160 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.078619  5191 raft_consensus.cc:493] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.081462  5191 raft_consensus.cc:515] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.085247  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.085717  5111 raft_consensus.cc:2468] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.085958  5037 raft_consensus.cc:2468] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.086318  5157 consensus_queue.cc:260] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.087633  4927 leader_election.cc:304] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.088020  4926 leader_election.cc:304] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.089035  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.092650  5161 raft_consensus.cc:2804] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.092988  5159 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.093094  5161 raft_consensus.cc:493] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.093678  5161 raft_consensus.cc:3060] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.093976  5157 ts_tablet_manager.cc:1434] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.022s	user 0.007s	sys 0.001s
I20260608 12:41:13.095139  5157 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:13.096593  4857 catalog_manager.cc:5696] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.102787  5157 tablet_bootstrap.cc:654] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
W20260608 12:41:13.103863  4927 leader_election.cc:343] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:13.105098  5193 raft_consensus.cc:2804] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.105674  5193 raft_consensus.cc:697] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.086903  5191 leader_election.cc:290] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.106583  5193 consensus_queue.cc:237] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.090530  5160 tablet_bootstrap.cc:654] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.085943  5038 raft_consensus.cc:2468] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.093713  5159 ts_tablet_manager.cc:1403] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.038s	user 0.009s	sys 0.004s
I20260608 12:41:13.112545  5161 raft_consensus.cc:515] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.121704  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:13.122262  5161 leader_election.cc:290] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.122628  5038 raft_consensus.cc:3060] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.125571  5159 raft_consensus.cc:359] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.126678  5159 raft_consensus.cc:385] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.127063  5159 raft_consensus.cc:740] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.128319  5159 consensus_queue.cc:260] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.128877  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
W20260608 12:41:13.130796  4927 leader_election.cc:343] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:13.131058  5159 ts_tablet_manager.cc:1434] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260608 12:41:13.132345  5159 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.137854  5038 raft_consensus.cc:2468] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.139029  5159 tablet_bootstrap.cc:654] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.139750  4926 leader_election.cc:304] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [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: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:13.141449  5161 raft_consensus.cc:2804] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.142144  5161 raft_consensus.cc:697] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.144722  5161 consensus_queue.cc:237] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.158303  5160 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.159662  5165 raft_consensus.cc:493] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.159844  5187 raft_consensus.cc:493] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.160741  5160 ts_tablet_manager.cc:1403] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.082s	user 0.004s	sys 0.012s
I20260608 12:41:13.160269  5165 raft_consensus.cc:515] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.160493  5187 raft_consensus.cc:515] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.163219  5157 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.163645  5157 ts_tablet_manager.cc:1403] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.069s	user 0.020s	sys 0.002s
I20260608 12:41:13.164373  5187 leader_election.cc:290] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:13.165580  5159 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.164407  5165 leader_election.cc:290] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:13.167232  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.172410  5159 ts_tablet_manager.cc:1403] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.012s
I20260608 12:41:13.168028  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.167264  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ab69d17924f4ce9b1a50f44b54c50cf" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.173470  5038 raft_consensus.cc:2393] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate df8a5ded965f4d46a71f144890b28be4 in current term 1: Already voted for candidate 8459fa27baa244bca3f1e3711de931ab in this term.
I20260608 12:41:13.167236  5157 raft_consensus.cc:359] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.174093  5157 raft_consensus.cc:385] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.173224  4858 catalog_manager.cc:5696] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.171346  5160 raft_consensus.cc:359] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.174595  5157 raft_consensus.cc:740] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.174665  5160 raft_consensus.cc:385] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 12:41:13.175345  5075 leader_election.cc:343] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:13.175554  5160 raft_consensus.cc:740] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.175796  5159 raft_consensus.cc:359] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.176581  5075 leader_election.cc:304] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [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: df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e
I20260608 12:41:13.176815  5159 raft_consensus.cc:385] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.175794  4858 catalog_manager.cc:5696] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.177208  5159 raft_consensus.cc:740] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.168793  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.177011  5160 consensus_queue.cc:260] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.178483  5159 consensus_queue.cc:260] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.177266  5157 consensus_queue.cc:260] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.178187  4858 catalog_manager.cc:5696] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.179234  5165 raft_consensus.cc:3060] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.181095  5159 ts_tablet_manager.cc:1434] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:41:13.182260  5159 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.181170  5157 ts_tablet_manager.cc:1434] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.002s
I20260608 12:41:13.183696  5157 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
W20260608 12:41:13.189020  5075 leader_election.cc:343] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:13.189774  5075 leader_election.cc:304] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [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: df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e
I20260608 12:41:13.191048  5187 raft_consensus.cc:2749] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:13.196872  5159 tablet_bootstrap.cc:654] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.197369  5160 ts_tablet_manager.cc:1434] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.036s	user 0.007s	sys 0.003s
I20260608 12:41:13.198530  5160 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.199409  5165 raft_consensus.cc:2749] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:13.203581  5159 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.204146  5159 ts_tablet_manager.cc:1403] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.007s
I20260608 12:41:13.205090  5160 tablet_bootstrap.cc:654] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.196892  5157 tablet_bootstrap.cc:654] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.207355  5159 raft_consensus.cc:359] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.208187  5159 raft_consensus.cc:385] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.208505  5159 raft_consensus.cc:740] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.209288  5159 consensus_queue.cc:260] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.212520  5159 ts_tablet_manager.cc:1434] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:13.213544  5159 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.221131  5159 tablet_bootstrap.cc:654] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.222920  5160 tablet_bootstrap.cc:492] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.223506  5160 ts_tablet_manager.cc:1403] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.000s
I20260608 12:41:13.226552  5160 raft_consensus.cc:359] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.227262  5160 raft_consensus.cc:385] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.227545  5160 raft_consensus.cc:740] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.228462  5160 consensus_queue.cc:260] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.228916  5157 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.230746  5157 ts_tablet_manager.cc:1403] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.047s	user 0.018s	sys 0.001s
I20260608 12:41:13.230868  5160 ts_tablet_manager.cc:1434] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:13.231748  5160 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.233341  5159 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.233805  5159 ts_tablet_manager.cc:1403] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260608 12:41:13.233703  5157 raft_consensus.cc:359] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.234462  5157 raft_consensus.cc:385] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.234757  5157 raft_consensus.cc:740] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.235487  5157 consensus_queue.cc:260] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.236824  5159 raft_consensus.cc:359] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.237514  5159 raft_consensus.cc:385] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.237620  5157 ts_tablet_manager.cc:1434] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 12:41:13.237800  5159 raft_consensus.cc:740] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.238778  5157 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:13.238689  5159 consensus_queue.cc:260] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.244122  5159 ts_tablet_manager.cc:1434] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:41:13.245177  5159 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.249907  5160 tablet_bootstrap.cc:654] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.251422  5159 tablet_bootstrap.cc:654] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.255753  5160 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.256282  5160 ts_tablet_manager.cc:1403] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.003s
I20260608 12:41:13.256705  5159 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.257210  5159 ts_tablet_manager.cc:1403] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.002s
I20260608 12:41:13.258563  5157 tablet_bootstrap.cc:654] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.259127  5160 raft_consensus.cc:359] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.259828  5160 raft_consensus.cc:385] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.260169  5160 raft_consensus.cc:740] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.259960  5159 raft_consensus.cc:359] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.260691  5159 raft_consensus.cc:385] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.260988  5159 raft_consensus.cc:740] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.261111  5160 consensus_queue.cc:260] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.261920  5159 consensus_queue.cc:260] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.263341  5160 ts_tablet_manager.cc:1434] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260608 12:41:13.264065  5159 ts_tablet_manager.cc:1434] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:41:13.264575  5160 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.265159  5159 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: Bootstrap starting.
I20260608 12:41:13.266076  5157 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.269430  5157 ts_tablet_manager.cc:1403] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.031s	user 0.014s	sys 0.000s
I20260608 12:41:13.272601  5157 raft_consensus.cc:359] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.273320  5157 raft_consensus.cc:385] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.273604  5157 raft_consensus.cc:740] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.274618  5157 consensus_queue.cc:260] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.275921  5160 tablet_bootstrap.cc:654] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.281330  5159 tablet_bootstrap.cc:654] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.286227  5157 ts_tablet_manager.cc:1434] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.016s	user 0.001s	sys 0.005s
I20260608 12:41:13.287350  5157 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:13.288579  5160 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.289245  5160 ts_tablet_manager.cc:1403] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.004s
I20260608 12:41:13.292294  5159 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: No bootstrap required, opened a new log
I20260608 12:41:13.292294  5160 raft_consensus.cc:359] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.292965  5159 ts_tablet_manager.cc:1403] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.005s
I20260608 12:41:13.293068  5160 raft_consensus.cc:385] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.293416  5160 raft_consensus.cc:740] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.294214  5160 consensus_queue.cc:260] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.295971  5159 raft_consensus.cc:359] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.296442  5160 ts_tablet_manager.cc:1434] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:41:13.296702  5159 raft_consensus.cc:385] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.297003  5159 raft_consensus.cc:740] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.297555  5160 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.297816  5159 consensus_queue.cc:260] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.299224  5161 raft_consensus.cc:493] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.299990  5159 ts_tablet_manager.cc:1434] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:41:13.299714  5161 raft_consensus.cc:515] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.302088  5161 leader_election.cc:290] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.302771  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.303742  5160 tablet_bootstrap.cc:654] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.304553  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b8b34d4c98ae466db79be4a1d64a9279" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.305387  5112 raft_consensus.cc:2393] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8459fa27baa244bca3f1e3711de931ab in current term 1: Already voted for candidate 9585c8a1d0454ed38d07f458f850cd4e in this term.
I20260608 12:41:13.306887  4927 leader_election.cc:304] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [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: 8459fa27baa244bca3f1e3711de931ab; no voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:13.311045  5161 raft_consensus.cc:3060] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.314944  5160 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.315375  5160 ts_tablet_manager.cc:1403] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 12:41:13.317782  5160 raft_consensus.cc:359] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.318233  5160 raft_consensus.cc:385] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.318400  5160 raft_consensus.cc:740] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.318872  5161 raft_consensus.cc:2749] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:13.319032  5160 consensus_queue.cc:260] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.320878  5160 ts_tablet_manager.cc:1434] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.003s
I20260608 12:41:13.321204  5157 tablet_bootstrap.cc:654] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.322012  5160 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: Bootstrap starting.
I20260608 12:41:13.325707  5166 raft_consensus.cc:493] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.326261  5166 raft_consensus.cc:515] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.327068  5157 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.327538  5157 ts_tablet_manager.cc:1403] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.040s	user 0.007s	sys 0.003s
I20260608 12:41:13.328357  5160 tablet_bootstrap.cc:654] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.328615  5166 leader_election.cc:290] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.330335  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.330479  5157 raft_consensus.cc:359] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.331072  5112 raft_consensus.cc:2468] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.331336  5157 raft_consensus.cc:385] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.331787  5157 raft_consensus.cc:740] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.332818  5157 consensus_queue.cc:260] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.333340  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.334065  4963 raft_consensus.cc:2468] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.335487  5002 leader_election.cc:304] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.335800  5157 ts_tablet_manager.cc:1434] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260608 12:41:13.337203  5157 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: Bootstrap starting.
I20260608 12:41:13.339489  5166 raft_consensus.cc:2804] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.339918  5166 raft_consensus.cc:493] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.340322  5166 raft_consensus.cc:3060] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.345382  5157 tablet_bootstrap.cc:654] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:13.348555  5166 raft_consensus.cc:515] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.351702  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
I20260608 12:41:13.352406  4963 raft_consensus.cc:3060] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.356784  5161 raft_consensus.cc:493] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.357267  5161 raft_consensus.cc:515] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.359922  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a995efbed4847d1966ddee589c17ad5" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.360201  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a995efbed4847d1966ddee589c17ad5" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.360630  5037 raft_consensus.cc:2468] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.360774  5112 raft_consensus.cc:2468] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.362012  4927 leader_election.cc:304] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.362931  5193 raft_consensus.cc:2804] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.363308  5193 raft_consensus.cc:493] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.363340  5161 leader_election.cc:290] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.363801  5193 raft_consensus.cc:3060] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.366384  4963 raft_consensus.cc:2468] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.367798  5001 leader_election.cc:304] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.369071  5188 raft_consensus.cc:2804] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.370955  5166 leader_election.cc:290] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.371929  5188 raft_consensus.cc:697] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Running, Role: LEADER
I20260608 12:41:13.372233  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "85122c228fb5408093e45f7967a8330a" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.372807  5112 raft_consensus.cc:3060] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.372949  5188 consensus_queue.cc:237] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.373967  5160 tablet_bootstrap.cc:492] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: No bootstrap required, opened a new log
I20260608 12:41:13.374642  5160 ts_tablet_manager.cc:1403] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: Time spent bootstrapping tablet: real 0.053s	user 0.019s	sys 0.027s
I20260608 12:41:13.378892  5160 raft_consensus.cc:359] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.379611  5160 raft_consensus.cc:385] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.379876  5160 raft_consensus.cc:740] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: df8a5ded965f4d46a71f144890b28be4, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.380064  5161 raft_consensus.cc:493] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.380589  5161 raft_consensus.cc:515] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.380795  5160 consensus_queue.cc:260] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.381629  5112 raft_consensus.cc:2468] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.382928  5161 leader_election.cc:290] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.379377  5193 raft_consensus.cc:515] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.387212  5193 leader_election.cc:290] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.387722  5157 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: No bootstrap required, opened a new log
I20260608 12:41:13.388252  5157 ts_tablet_manager.cc:1403] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: Time spent bootstrapping tablet: real 0.051s	user 0.026s	sys 0.014s
I20260608 12:41:13.391078  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd44cec57e1a4ef49d6d3b275701f7a4" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.391263  5157 raft_consensus.cc:359] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.392011  5157 raft_consensus.cc:385] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:13.392316  5157 raft_consensus.cc:740] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Initialized, Role: FOLLOWER
I20260608 12:41:13.392452  5160 ts_tablet_manager.cc:1434] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: Time spent starting tablet: real 0.017s	user 0.003s	sys 0.006s
I20260608 12:41:13.393153  5157 consensus_queue.cc:260] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.393534  5037 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd44cec57e1a4ef49d6d3b275701f7a4" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.394359  5037 raft_consensus.cc:2468] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.395428  5038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a995efbed4847d1966ddee589c17ad5" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:13.396121  5038 raft_consensus.cc:3060] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.391069  5110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a995efbed4847d1966ddee589c17ad5" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.397230  5110 raft_consensus.cc:3060] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.392032  5111 raft_consensus.cc:2468] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 0.
I20260608 12:41:13.403321  4927 leader_election.cc:304] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.404475  5193 raft_consensus.cc:2804] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.403677  5038 raft_consensus.cc:2468] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.404878  5193 raft_consensus.cc:493] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.405313  5193 raft_consensus.cc:3060] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.406507  5110 raft_consensus.cc:2468] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.407477  5166 raft_consensus.cc:493] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.408016  5166 raft_consensus.cc:515] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.408035  4927 leader_election.cc:304] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.409977  5161 raft_consensus.cc:2804] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.410434  5166 leader_election.cc:290] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.410486  5161 raft_consensus.cc:697] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.395650  5157 ts_tablet_manager.cc:1434] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260608 12:41:13.411653  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.411517  5161 consensus_queue.cc:237] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.412772  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.413421  5166 raft_consensus.cc:493] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.413556  5112 raft_consensus.cc:2468] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.413937  5166 raft_consensus.cc:515] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.414901  5002 leader_election.cc:304] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.415923  4963 raft_consensus.cc:2468] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.416349  5166 leader_election.cc:290] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.415999  5222 raft_consensus.cc:2804] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.417259  5222 raft_consensus.cc:493] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.417580  5222 raft_consensus.cc:3060] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.417708  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.418533  4963 raft_consensus.cc:2468] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.420434  5001 leader_election.cc:304] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.421578  5188 raft_consensus.cc:2804] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.422036  5188 raft_consensus.cc:493] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.421350  4857 catalog_manager.cc:5696] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.422430  5188 raft_consensus.cc:3060] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.422480  5110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.423296  5110 raft_consensus.cc:2468] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.425580  5222 raft_consensus.cc:515] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.428588  4963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
I20260608 12:41:13.429895  4963 raft_consensus.cc:3060] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.431700  5222 leader_election.cc:290] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.434417  5112 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bb4ef8446a54ce19a8e6ae7b4f42ccc" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.435073  5112 raft_consensus.cc:3060] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.436731  5222 raft_consensus.cc:493] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.435931  4857 catalog_manager.cc:5696] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.437397  5222 raft_consensus.cc:515] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.438414  4963 raft_consensus.cc:2468] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.440762  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22e19c072a5345bba4a177664e012cb7" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.442276  5112 raft_consensus.cc:2468] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.443049  4962 raft_consensus.cc:2468] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.440982  5110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22e19c072a5345bba4a177664e012cb7" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.441045  5222 leader_election.cc:290] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.443411  5001 leader_election.cc:304] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.444087  5110 raft_consensus.cc:2468] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 0.
I20260608 12:41:13.446018  5166 raft_consensus.cc:2804] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.445922  5001 leader_election.cc:304] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e; no voters: 
I20260608 12:41:13.449069  5222 raft_consensus.cc:2804] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:13.449293  5165 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.449777  5222 raft_consensus.cc:493] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:13.421393  5193 raft_consensus.cc:515] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.450855  5222 raft_consensus.cc:3060] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.455741  5036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd44cec57e1a4ef49d6d3b275701f7a4" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e"
I20260608 12:41:13.456712  5036 raft_consensus.cc:3060] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.457497  5193 leader_election.cc:290] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Requested vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.459326  5110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd44cec57e1a4ef49d6d3b275701f7a4" candidate_uuid: "8459fa27baa244bca3f1e3711de931ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.460191  5110 raft_consensus.cc:3060] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.462481  5188 raft_consensus.cc:515] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.465929  5111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.466593  5111 raft_consensus.cc:3060] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.474068  5111 raft_consensus.cc:2468] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.475495  5002 leader_election.cc:304] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.478513  5110 raft_consensus.cc:2468] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.480538  4927 leader_election.cc:304] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.482206  5222 raft_consensus.cc:515] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.485599  5036 raft_consensus.cc:2468] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8459fa27baa244bca3f1e3711de931ab in term 1.
I20260608 12:41:13.485755  5222 leader_election.cc:290] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.488467  5222 raft_consensus.cc:2804] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.489075  5166 raft_consensus.cc:697] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Running, Role: LEADER
I20260608 12:41:13.486490  5193 raft_consensus.cc:2804] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.489877  5222 raft_consensus.cc:697] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Running, Role: LEADER
I20260608 12:41:13.490720  5193 raft_consensus.cc:697] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Becoming Leader. State: Replica: 8459fa27baa244bca3f1e3711de931ab, State: Running, Role: LEADER
I20260608 12:41:13.490835  5222 consensus_queue.cc:237] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.491755  5193 consensus_queue.cc:237] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.495980  5166 consensus_queue.cc:237] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
W20260608 12:41:13.497356  5001 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.107.193:45717, user_credentials={real_user=slave}} blocked reactor thread for 51520.8us
I20260608 12:41:13.499693  5110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22e19c072a5345bba4a177664e012cb7" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4"
I20260608 12:41:13.506945  5110 raft_consensus.cc:3060] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.510352  5222 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.501941  4963 raft_consensus.cc:3060] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.503388  5161 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.517999  5036 raft_consensus.cc:3060] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.519657  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a332b70e81664b8ca2c9a6b34eeb643d" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
I20260608 12:41:13.520288  4962 raft_consensus.cc:3060] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.520605  4961 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "22e19c072a5345bba4a177664e012cb7" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab"
I20260608 12:41:13.521245  4961 raft_consensus.cc:3060] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.524122  5161 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.524441  5188 leader_election.cc:290] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Requested vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.525875  5228 raft_consensus.cc:493] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.526660  5228 raft_consensus.cc:515] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.526971  5230 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.530942  5165 raft_consensus.cc:493] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:13.531481  4960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.531471  5165 raft_consensus.cc:515] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.533349  4962 raft_consensus.cc:2468] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.518347  4857 catalog_manager.cc:5696] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.534214  5165 leader_election.cc:290] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:13.536933  5228 leader_election.cc:290] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:13.537460  5109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d33438b0ceb745d49201392af2bf5a1f" candidate_uuid: "9585c8a1d0454ed38d07f458f850cd4e" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "df8a5ded965f4d46a71f144890b28be4" is_pre_election: true
I20260608 12:41:13.539156  5002 leader_election.cc:304] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [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: 9585c8a1d0454ed38d07f458f850cd4e; no voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:13.539225  5191 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.540536  5228 raft_consensus.cc:2749] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:13.540910  5191 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.541827  5110 raft_consensus.cc:2468] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.543426  5002 leader_election.cc:304] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4; no voters: 
I20260608 12:41:13.544440  5228 raft_consensus.cc:2804] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:13.544960  4961 raft_consensus.cc:2468] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9585c8a1d0454ed38d07f458f850cd4e in term 1.
I20260608 12:41:13.545128  5228 raft_consensus.cc:697] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Becoming Leader. State: Replica: 9585c8a1d0454ed38d07f458f850cd4e, State: Running, Role: LEADER
I20260608 12:41:13.546964  5036 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9585c8a1d0454ed38d07f458f850cd4e" is_pre_election: true
I20260608 12:41:13.548041  5036 raft_consensus.cc:2393] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate df8a5ded965f4d46a71f144890b28be4 in current term 1: Already voted for candidate 8459fa27baa244bca3f1e3711de931ab in this term.
I20260608 12:41:13.547631  5228 consensus_queue.cc:237] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } }
I20260608 12:41:13.555876  4962 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e74c3d5794d14e29aa3dd452e5089d89" candidate_uuid: "df8a5ded965f4d46a71f144890b28be4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8459fa27baa244bca3f1e3711de931ab" is_pre_election: true
I20260608 12:41:13.557950  5075 leader_election.cc:304] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [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: df8a5ded965f4d46a71f144890b28be4; no voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e
I20260608 12:41:13.557842  4857 catalog_manager.cc:5696] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 8459fa27baa244bca3f1e3711de931ab (127.0.107.193). New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.560015  5165 raft_consensus.cc:3060] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:13.570070  5188 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.595928  5165 raft_consensus.cc:2749] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:13.603039  4857 catalog_manager.cc:5696] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.605134  4857 catalog_manager.cc:5696] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: term changed from 0 to 1, leader changed from <none> to 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:13.610988  5191 consensus_queue.cc:1048] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.623639  5193 consensus_queue.cc:1048] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.627439  5190 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.650547  5193 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.859894  5190 consensus_queue.cc:1048] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.887324  5191 consensus_queue.cc:1048] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.906636  5191 consensus_queue.cc:1048] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.920483  5228 consensus_queue.cc:1048] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.929919  5190 consensus_queue.cc:1048] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.943905  5188 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.981611  4960 raft_consensus.cc:1275] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: 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:13.984416  4960 raft_consensus.cc:1275] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: 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:13.987210  4960 raft_consensus.cc:1275] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: 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:13.987376  5188 consensus_queue.cc:1048] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:13.987195  5228 consensus_queue.cc:1048] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.004s
I20260608 12:41:13.993731  5225 consensus_queue.cc:1048] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:13.994472  5109 raft_consensus.cc:1275] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: 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:13.994665  5111 raft_consensus.cc:1275] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: 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:14.062553  5188 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:14.073053  5188 consensus_queue.cc:1048] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:14.076447  5188 consensus_queue.cc:1048] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:14.301261  5280 log.cc:927] Time spent T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: Append to log took a long time: real 0.105s	user 0.001s	sys 0.003s
W20260608 12:41:14.367581  4926 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 102016us
W20260608 12:41:14.394183  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 57191us
W20260608 12:41:14.462332  5001 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.193:45717, user_credentials={real_user=slave}} blocked reactor thread for 152943us
W20260608 12:41:14.461601  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 56304.9us
W20260608 12:41:14.586771  5239 log.cc:927] Time spent T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: Append to log took a long time: real 0.202s	user 0.000s	sys 0.003s
W20260608 12:41:14.588140  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 46731.6us
W20260608 12:41:14.596134  5075 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 92456us
W20260608 12:41:14.604461  5189 log.cc:927] Time spent T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Append to log took a long time: real 0.309s	user 0.000s	sys 0.002s
W20260608 12:41:14.673326  4926 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 120581us
W20260608 12:41:14.675624  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 119925us
W20260608 12:41:14.814617  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 56569.2us
I20260608 12:41:14.996572  5297 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:58812 (ReqId={client: a8ac819291294a60b7450ec84f3c6cdd, seq_no=32, attempt_no=0}) took 1029 ms. Trace:
I20260608 12:41:14.997236  5297 rpcz_store.cc:276] 0608 12:41:13.967341 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:41:13.973225 (+  5884us) service_pool.cc:224] Handling call
0608 12:41:14.996495 (+1023270us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:41:14.042823 (+     0us) write_op.cc:183] PREPARE: starting on tablet 22e19c072a5345bba4a177664e012cb7
0608 12:41:14.043344 (+   521us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:41:14.043383 (+    39us) write_op.cc:435] Acquired schema lock
0608 12:41:14.043397 (+    14us) tablet.cc:662] Decoding operations
0608 12:41:14.043829 (+   432us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:41:14.043859 (+    30us) write_op.cc:641] Partition lock acquired for write op
0608 12:41:14.043881 (+    22us) tablet.cc:685] Acquiring locks for 4 operations
0608 12:41:14.044391 (+   510us) tablet.cc:701] Row locks acquired
0608 12:41:14.044412 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:41:14.044597 (+   185us) write_op.cc:270] Start()
0608 12:41:14.044714 (+   117us) write_op.cc:276] Timestamp: P: 1780922474044550 usec, L: 0
0608 12:41:14.044737 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 12:41:14.045390 (+   653us) log.cc:844] Serialized 475 byte log entry
0608 12:41:14.618453 (+573063us) op_driver.cc:464] REPLICATION: finished
0608 12:41:14.743471 (+125018us) write_op.cc:301] APPLY: starting
0608 12:41:14.743549 (+    78us) tablet.cc:1367] starting BulkCheckPresence
0608 12:41:14.743713 (+   164us) tablet.cc:1370] finished BulkCheckPresence
0608 12:41:14.743822 (+   109us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:41:14.780366 (+ 36544us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:41:14.780553 (+   187us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:41:14.780604 (+    51us) write_op.cc:312] APPLY: finished
0608 12:41:14.780843 (+   239us) log.cc:844] Serialized 40 byte log entry
0608 12:41:14.788265 (+  7422us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:41:14.812581 (+ 24316us) write_op.cc:454] Released schema lock
0608 12:41:14.812637 (+    56us) write_op.cc:341] FINISH: Updating metrics
0608 12:41:14.996362 (+183725us) spinlock_profiling.cc:243] Waited 17.2 ms on lock 0x7b340028a1b8. stack: 00007f3d5f07f3a1 00007f3d5f07f1c8 00007f3d5e85af11 000000000047f705 000000000047f658 00007f3d607034bb 00007f3d60786c91 00007f3d607ab273 00007f3d680829a7 00007f3d6639b396 00007f3d6639ab8f 00007f3d663a34e0 00007f3d663a3440 00007f3d663a33a0 00007f3d663a3340 00007f3d663a14bf
Metrics: {"child_traces":[["op",{"apply.queue_time_us":121726,"num_ops":4,"prepare.queue_time_us":62148,"prepare.run_cpu_time_us":2863,"prepare.run_wall_time_us":8786,"replication_time_us":573608,"spinlock_wait_cycles":39521536}]]}
I20260608 12:41:15.295701  5275 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:54136 (ReqId={client: a8ac819291294a60b7450ec84f3c6cdd, seq_no=33, attempt_no=0}) took 1056 ms. Trace:
I20260608 12:41:15.297482  5275 rpcz_store.cc:276] 0608 12:41:14.239125 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 12:41:14.239269 (+   144us) service_pool.cc:224] Handling call
0608 12:41:14.348903 (+109634us) spinlock_profiling.cc:243] Waited 11.9 ms on lock 0x7b340016da18. stack: 00007f3d5f07f3a1 00007f3d5f07f1c8 00007f3d5e85af11 000000000047f705 000000000047f658 00007f3d607034bb 00007f3d6078364f 00007f3d60807c24 00007f3d6080cfaf 00007f3d6080f7eb 00007f3d6080f740 00007f3d6080f6a0 00007f3d6080f640 00007f3d6080d96f 000000000049a986 000000000049a618
0608 12:41:14.391172 (+ 42269us) spinlock_profiling.cc:243] Waited 2.08 ms on lock 0x7b5800178e98. stack: 00007f3d5f07f3a1 00007f3d5f07f1c8 00007f3d5e85af11 000000000047f705 000000000047f658 00007f3d5edb4d9b 00007f3d5f06a835 00007f3d5f06a5cd 00007f3d6933c848 00007f3d67f6ca6c 00007f3d680d5d90 00007f3d680d5e7e 00007f3d6805fde6 00007f3d680376e8 00007f3d68033f44 00007f3d66d02ae6
0608 12:41:15.295629 (+904457us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 12:41:14.846909 (+     0us) write_op.cc:183] PREPARE: starting on tablet d33438b0ceb745d49201392af2bf5a1f
0608 12:41:14.866513 (+ 19604us) write_op.cc:432] Acquiring schema lock in shared mode
0608 12:41:14.866552 (+    39us) write_op.cc:435] Acquired schema lock
0608 12:41:14.866573 (+    21us) tablet.cc:662] Decoding operations
0608 12:41:14.892103 (+ 25530us) write_op.cc:620] Acquiring the partition lock for write op
0608 12:41:14.892157 (+    54us) write_op.cc:641] Partition lock acquired for write op
0608 12:41:14.892187 (+    30us) tablet.cc:685] Acquiring locks for 5 operations
0608 12:41:14.892620 (+   433us) tablet.cc:701] Row locks acquired
0608 12:41:14.892641 (+    21us) write_op.cc:260] PREPARE: finished
0608 12:41:14.892814 (+   173us) write_op.cc:270] Start()
0608 12:41:14.892934 (+   120us) write_op.cc:276] Timestamp: P: 1780922474892769 usec, L: 0
0608 12:41:14.892951 (+    17us) op_driver.cc:348] REPLICATION: starting
0608 12:41:14.893607 (+   656us) log.cc:844] Serialized 519 byte log entry
0608 12:41:15.086714 (+193107us) op_driver.cc:464] REPLICATION: finished
0608 12:41:15.157795 (+ 71081us) write_op.cc:301] APPLY: starting
0608 12:41:15.157883 (+    88us) tablet.cc:1367] starting BulkCheckPresence
0608 12:41:15.160361 (+  2478us) tablet.cc:1370] finished BulkCheckPresence
0608 12:41:15.162793 (+  2432us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 12:41:15.251519 (+ 88726us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 12:41:15.272767 (+ 21248us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 12:41:15.274348 (+  1581us) write_op.cc:312] APPLY: finished
0608 12:41:15.283644 (+  9296us) log.cc:844] Serialized 46 byte log entry
0608 12:41:15.295089 (+ 11445us) write_op.cc:489] Releasing partition, row and schema locks
0608 12:41:15.295197 (+   108us) write_op.cc:454] Released schema lock
0608 12:41:15.295244 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":32059392,"child_traces":[["op",{"apply.queue_time_us":70831,"num_ops":5,"prepare.queue_time_us":344268,"prepare.run_cpu_time_us":3398,"prepare.run_wall_time_us":46965,"replication_time_us":193641}]]}
W20260608 12:41:15.455662  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:45717, user_credentials={real_user=slave}} blocked reactor thread for 53794.9us
W20260608 12:41:15.978014  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 46915.1us
W20260608 12:41:16.337236  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:45717, user_credentials={real_user=slave}} blocked reactor thread for 150322us
W20260608 12:41:16.688449  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 99850.7us
W20260608 12:41:17.075068  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 106485us
W20260608 12:41:17.072824  4926 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 105440us
W20260608 12:41:17.499048  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 68100.7us
W20260608 12:41:17.546653  5317 log.cc:927] Time spent T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Append to log took a long time: real 0.069s	user 0.002s	sys 0.000s
W20260608 12:41:17.645644  4926 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 56185.7us
W20260608 12:41:17.793383  5002 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 44100.5us
W20260608 12:41:18.000912  4927 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.195:36519, user_credentials={real_user=slave}} blocked reactor thread for 63904.1us
W20260608 12:41:18.141451  5141 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:45717, user_credentials={real_user=slave}} blocked reactor thread for 74665.3us
W20260608 12:41:18.166103  5249 meta_cache.cc:1261] Time spent looking up entry by key: real 0.094s	user 0.004s	sys 0.000s
I20260608 12:41:18.583451   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.592358  5357 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.594014  5356 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.598515  5359 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.601682   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.603101   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.603385   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:18.603665   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478603643 us; error 0 us; skew 500 ppm
I20260608 12:41:18.604465   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.607071   431 webserver.cc:533] Webserver started at http://127.0.107.196:42041/ using document root <none> and password file <none>
I20260608 12:41:18.607681   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.607903   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.608281   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.609442   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "0aa4eecc73a24db48f88a253f15e8008"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.614517   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:18.618192  5364 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.619025   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:18.619385   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "0aa4eecc73a24db48f88a253f15e8008"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.619715   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:41:18.635516   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.636890   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:18.638335   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.640807   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.641067   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.641331   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.641527   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.684648   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:41311
I20260608 12:41:18.684746  5426 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:41311 every 8 connection(s)
I20260608 12:41:18.690433   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.698324  5431 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.698736  5432 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:18.702144  5434 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.702936   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.705662  5427 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
I20260608 12:41:18.706096  5427 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:18.706887  5427 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
I20260608 12:41:18.709272  4858 ts_manager.cc:194] Registered new tserver with Master: 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196:41311)
I20260608 12:41:18.709507   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.709828   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:18.710050   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478710030 us; error 0 us; skew 500 ppm
I20260608 12:41:18.711218   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.711252  4858 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45368
I20260608 12:41:18.714660   431 webserver.cc:533] Webserver started at http://127.0.107.197:44065/ using document root <none> and password file <none>
I20260608 12:41:18.715204   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.715374   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.715590   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.716794   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-4-root/instance:
uuid: "395e13ea895349e1a08b17b1cd0bd8ca"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.722178   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:18.726058  5439 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.726935   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:18.727285   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-4-root
uuid: "395e13ea895349e1a08b17b1cd0bd8ca"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.727612   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:41:18.743700   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.745221   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:18.746948   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.749697   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.749976   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.750250   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.750453   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.814843   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.197:37121
I20260608 12:41:18.814947  5501 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.197:37121 every 8 connection(s)
I20260608 12:41:18.823446   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:18.831125  5505 instance_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:18.834507  5502 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
W20260608 12:41:18.834597  5506 instance_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:18.835276  5502 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:18.836648  5502 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
W20260608 12:41:18.839542  5508 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:18.839743  4858 ts_manager.cc:194] Registered new tserver with Master: 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197:37121)
I20260608 12:41:18.841106   431 server_base.cc:1061] running on GCE node
I20260608 12:41:18.841693  4858 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45378
I20260608 12:41:18.842301   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:18.842655   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:18.842902   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922478842882 us; error 0 us; skew 500 ppm
I20260608 12:41:18.843600   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:18.846180   431 webserver.cc:533] Webserver started at http://127.0.107.198:35495/ using document root <none> and password file <none>
I20260608 12:41:18.846837   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:18.847066   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:18.847357   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:18.848596   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-5-root/instance:
uuid: "ef37340b112949dfa19498e6383c21a0"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.853319   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:41:18.857017  5513 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.857851   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:41:18.858193   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-5-root
uuid: "ef37340b112949dfa19498e6383c21a0"
format_stamp: "Formatted at 2026-06-08 12:41:18 on dist-test-slave-62kf"
I20260608 12:41:18.858497   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-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:41:18.888355   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:18.889603   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:18.891592   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:18.894640   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:18.894905   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.895177   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:18.895368   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:18.976454   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.198:36191
I20260608 12:41:18.976577  5575 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.198:36191 every 8 connection(s)
I20260608 12:41:18.996490  5576 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44989
I20260608 12:41:18.997015  5576 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:18.998037  5576 heartbeater.cc:507] Master 127.0.107.254:44989 requested a full tablet report, sending...
I20260608 12:41:19.000114  4858 ts_manager.cc:194] Registered new tserver with Master: ef37340b112949dfa19498e6383c21a0 (127.0.107.198:36191)
I20260608 12:41:19.001338  4858 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45386
I20260608 12:41:19.340993  4961 consensus_queue.cc:237] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:19.347302  5106 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.348685  5034 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.349015  5191 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } 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:41:19.350452  5579 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:19.358234  5191 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.361392  5034 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.361994  5106 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
W20260608 12:41:19.374485  4929 consensus_peers.cc:597] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab -> Peer ef37340b112949dfa19498e6383c21a0 (127.0.107.198:36191): Couldn't send request to peer ef37340b112949dfa19498e6383c21a0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d33438b0ceb745d49201392af2bf5a1f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.375905  4858 catalog_manager.cc:5696] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.393970  5034 consensus_queue.cc:237] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:19.402133  5106 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.404253  5336 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:19.417161  4961 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.416182  5336 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.419016  5106 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.421206  5591 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } 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:41:19.435390  4860 catalog_manager.cc:5696] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.447794  4959 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.455552  4961 consensus_queue.cc:237] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
W20260608 12:41:19.459204  5001 consensus_peers.cc:597] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e -> Peer 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197:37121): Couldn't send request to peer 395e13ea895349e1a08b17b1cd0bd8ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b8b34d4c98ae466db79be4a1d64a9279. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.466743  5106 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.469111  5579 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:19.469576  5034 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.471346  5579 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } 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:41:19.476933  5191 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.479262  5106 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.483588  5034 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.498950  4860 catalog_manager.cc:5696] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 12:41:19.504880  4927 consensus_peers.cc:597] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab -> Peer 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196:41311): Couldn't send request to peer 0aa4eecc73a24db48f88a253f15e8008. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8e214b377b98479495d2f41a5d21fe29. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.516964  5106 consensus_queue.cc:237] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 23, Committed index: 23, Last appended: 1.23, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:19.525331  5034 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:41:19.527007  4961 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 23. Preceding OpId from leader: term: 1 index: 24. (index mismatch)
I20260608 12:41:19.527393  5599 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260608 12:41:19.529112  5600 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 24, Last known committed idx: 23, Time since last communication: 0.001s
I20260608 12:41:19.537024  5599 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 LEADER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.539317  5034 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.541528  4961 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.24: config changed from index -1 to 24, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
W20260608 12:41:19.549381  5078 consensus_peers.cc:597] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 -> Peer ef37340b112949dfa19498e6383c21a0 (127.0.107.198:36191): Couldn't send request to peer ef37340b112949dfa19498e6383c21a0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a18aae708d844877ac2ac9b25c9a83da. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.556293  4961 consensus_queue.cc:237] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:19.558130  4857 catalog_manager.cc:5696] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index -1 to 24, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "df8a5ded965f4d46a71f144890b28be4" committed_config { opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:19.565572  5106 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.569032  5034 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.567306  5191 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.003s
I20260608 12:41:19.575975  5585 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
W20260608 12:41:19.578496  4926 consensus_peers.cc:597] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab -> Peer 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197:37121): Couldn't send request to peer 395e13ea895349e1a08b17b1cd0bd8ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ab69d17924f4ce9b1a50f44b54c50cf. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.579190  5579 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.587312  5106 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.588292  5034 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.597618  5038 consensus_queue.cc:237] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:19.603169  4858 catalog_manager.cc:5696] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:19.617453  5106 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.618264  4961 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:19.619787  5594 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 12:41:19.620784  5336 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:41:19.629431  5002 consensus_peers.cc:597] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e -> Peer 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196:41311): Couldn't send request to peer 0aa4eecc73a24db48f88a253f15e8008. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 85122c228fb5408093e45f7967a8330a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:19.634687  5336 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.637555  5107 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.639473  4961 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.651603  4860 catalog_manager.cc:5696] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:19.714560  5427 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:19.823783  5610 ts_tablet_manager.cc:933] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Initiating tablet copy from peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:19.825729  5610 tablet_copy_client.cc:323] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43563
I20260608 12:41:19.837744  5048 tablet_copy_service.cc:140] P 9585c8a1d0454ed38d07f458f850cd4e: Received BeginTabletCopySession request for tablet b8b34d4c98ae466db79be4a1d64a9279 from peer 395e13ea895349e1a08b17b1cd0bd8ca ({username='slave'} at 127.0.0.1:41588)
I20260608 12:41:19.838420  5048 tablet_copy_service.cc:161] P 9585c8a1d0454ed38d07f458f850cd4e: Beginning new tablet copy session on tablet b8b34d4c98ae466db79be4a1d64a9279 from peer 395e13ea895349e1a08b17b1cd0bd8ca at {username='slave'} at 127.0.0.1:41588: session id = 395e13ea895349e1a08b17b1cd0bd8ca-b8b34d4c98ae466db79be4a1d64a9279
I20260608 12:41:19.844398  5502 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:19.846665  5048 tablet_copy_source_session.cc:215] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.849977  5610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b8b34d4c98ae466db79be4a1d64a9279. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.861811  5610 tablet_copy_client.cc:806] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.862471  5610 tablet_copy_client.cc:670] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.866880  5611 tablet_copy_client.cc:1025] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:19.904241  5613 ts_tablet_manager.cc:933] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:19.906113  5613 tablet_copy_client.cc:323] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:19.919999  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet d33438b0ceb745d49201392af2bf5a1f from peer ef37340b112949dfa19498e6383c21a0 ({username='slave'} at 127.0.0.1:44168)
I20260608 12:41:19.920708  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet d33438b0ceb745d49201392af2bf5a1f from peer ef37340b112949dfa19498e6383c21a0 at {username='slave'} at 127.0.0.1:44168: session id = ef37340b112949dfa19498e6383c21a0-d33438b0ceb745d49201392af2bf5a1f
I20260608 12:41:19.928870  4973 tablet_copy_source_session.cc:215] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.932466  5613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d33438b0ceb745d49201392af2bf5a1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.944514  5613 tablet_copy_client.cc:806] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.945161  5613 tablet_copy_client.cc:670] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.949654  5614 tablet_copy_client.cc:1025] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:19.953999  5617 ts_tablet_manager.cc:933] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Initiating tablet copy from peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
I20260608 12:41:19.956110  5617 tablet_copy_client.cc:323] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36519
I20260608 12:41:19.968037  5122 tablet_copy_service.cc:140] P df8a5ded965f4d46a71f144890b28be4: Received BeginTabletCopySession request for tablet a18aae708d844877ac2ac9b25c9a83da from peer ef37340b112949dfa19498e6383c21a0 ({username='slave'} at 127.0.0.1:42998)
I20260608 12:41:19.968762  5122 tablet_copy_service.cc:161] P df8a5ded965f4d46a71f144890b28be4: Beginning new tablet copy session on tablet a18aae708d844877ac2ac9b25c9a83da from peer ef37340b112949dfa19498e6383c21a0 at {username='slave'} at 127.0.0.1:42998: session id = ef37340b112949dfa19498e6383c21a0-a18aae708d844877ac2ac9b25c9a83da
I20260608 12:41:19.976438  5122 tablet_copy_source_session.cc:215] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:19.979800  5617 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a18aae708d844877ac2ac9b25c9a83da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:19.993283  5617 tablet_copy_client.cc:806] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:19.994004  5617 tablet_copy_client.cc:670] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:19.998397  5619 ts_tablet_manager.cc:933] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:20.000399  5618 tablet_copy_client.cc:1025] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:20.001761  5619 tablet_copy_client.cc:323] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:20.004185  5576 heartbeater.cc:499] Master 127.0.107.254:44989 was elected leader, sending a full tablet report...
I20260608 12:41:20.018814  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet 8e214b377b98479495d2f41a5d21fe29 from peer 0aa4eecc73a24db48f88a253f15e8008 ({username='slave'} at 127.0.0.1:44170)
I20260608 12:41:20.019361  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet 8e214b377b98479495d2f41a5d21fe29 from peer 0aa4eecc73a24db48f88a253f15e8008 at {username='slave'} at 127.0.0.1:44170: session id = 0aa4eecc73a24db48f88a253f15e8008-8e214b377b98479495d2f41a5d21fe29
I20260608 12:41:20.026068  4973 tablet_copy_source_session.cc:215] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:20.029414  5619 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8e214b377b98479495d2f41a5d21fe29. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:20.044781  5619 tablet_copy_client.cc:806] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:20.045141  5622 ts_tablet_manager.cc:933] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:20.045509  5619 tablet_copy_client.cc:670] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:20.050750  5620 tablet_copy_client.cc:1025] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:20.053481  5622 tablet_copy_client.cc:323] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:20.064524  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet 6ab69d17924f4ce9b1a50f44b54c50cf from peer 395e13ea895349e1a08b17b1cd0bd8ca ({username='slave'} at 127.0.0.1:44186)
I20260608 12:41:20.065160  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet 6ab69d17924f4ce9b1a50f44b54c50cf from peer 395e13ea895349e1a08b17b1cd0bd8ca at {username='slave'} at 127.0.0.1:44186: session id = 395e13ea895349e1a08b17b1cd0bd8ca-6ab69d17924f4ce9b1a50f44b54c50cf
I20260608 12:41:20.071421  5624 ts_tablet_manager.cc:933] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Initiating tablet copy from peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:20.073314  5624 tablet_copy_client.cc:323] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43563
I20260608 12:41:20.073362  4973 tablet_copy_source_session.cc:215] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:20.077839  5622 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ab69d17924f4ce9b1a50f44b54c50cf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:20.087093  5048 tablet_copy_service.cc:140] P 9585c8a1d0454ed38d07f458f850cd4e: Received BeginTabletCopySession request for tablet 85122c228fb5408093e45f7967a8330a from peer 0aa4eecc73a24db48f88a253f15e8008 ({username='slave'} at 127.0.0.1:41600)
I20260608 12:41:20.087751  5048 tablet_copy_service.cc:161] P 9585c8a1d0454ed38d07f458f850cd4e: Beginning new tablet copy session on tablet 85122c228fb5408093e45f7967a8330a from peer 0aa4eecc73a24db48f88a253f15e8008 at {username='slave'} at 127.0.0.1:41600: session id = 0aa4eecc73a24db48f88a253f15e8008-85122c228fb5408093e45f7967a8330a
I20260608 12:41:20.093662  5048 tablet_copy_source_session.cc:215] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:20.094776  5622 tablet_copy_client.cc:806] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:20.095484  5622 tablet_copy_client.cc:670] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:20.097039  5624 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85122c228fb5408093e45f7967a8330a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:20.104714  5623 tablet_copy_client.cc:1025] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:20.112414  5624 tablet_copy_client.cc:806] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:20.113194  5624 tablet_copy_client.cc:670] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:20.117601  5625 tablet_copy_client.cc:1025] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:21.868676  5610 tablet_copy_client.cc:538] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:21.882632  5610 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap starting.
I20260608 12:41:21.951344  5613 tablet_copy_client.cc:538] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:21.963661  5613 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Bootstrap starting.
I20260608 12:41:22.005430  5617 tablet_copy_client.cc:538] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:22.031994  5617 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Bootstrap starting.
I20260608 12:41:22.052310  5619 tablet_copy_client.cc:538] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:22.063321  5610 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=93 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:22.064460  5610 tablet_bootstrap.cc:492] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap complete.
I20260608 12:41:22.065232  5610 ts_tablet_manager.cc:1403] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent bootstrapping tablet: real 0.183s	user 0.147s	sys 0.024s
I20260608 12:41:22.067988  5619 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap starting.
I20260608 12:41:22.069025  5610 raft_consensus.cc:359] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:22.070437  5610 raft_consensus.cc:740] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 395e13ea895349e1a08b17b1cd0bd8ca, State: Initialized, Role: LEARNER
I20260608 12:41:22.071213  5610 consensus_queue.cc:260] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:22.102231  5610 ts_tablet_manager.cc:1434] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent starting tablet: real 0.037s	user 0.012s	sys 0.016s
I20260608 12:41:22.105060  5048 tablet_copy_service.cc:342] P 9585c8a1d0454ed38d07f458f850cd4e: Request end of tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-b8b34d4c98ae466db79be4a1d64a9279 received from {username='slave'} at 127.0.0.1:41588
I20260608 12:41:22.105767  5048 tablet_copy_service.cc:434] P 9585c8a1d0454ed38d07f458f850cd4e: ending tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-b8b34d4c98ae466db79be4a1d64a9279 on tablet b8b34d4c98ae466db79be4a1d64a9279 with peer 395e13ea895349e1a08b17b1cd0bd8ca
I20260608 12:41:22.107738  5622 tablet_copy_client.cc:538] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:22.119647  5624 tablet_copy_client.cc:538] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:22.154340  5624 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap starting.
I20260608 12:41:22.155933  5622 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap starting.
I20260608 12:41:22.212306  5613 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=96 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:22.213351  5613 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Bootstrap complete.
I20260608 12:41:22.214087  5613 ts_tablet_manager.cc:1403] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Time spent bootstrapping tablet: real 0.251s	user 0.165s	sys 0.009s
I20260608 12:41:22.217293  5613 raft_consensus.cc:359] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:22.218139  5613 raft_consensus.cc:740] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ef37340b112949dfa19498e6383c21a0, State: Initialized, Role: LEARNER
I20260608 12:41:22.218819  5613 consensus_queue.cc:260] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:22.245002  5613 ts_tablet_manager.cc:1434] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: Time spent starting tablet: real 0.031s	user 0.011s	sys 0.008s
I20260608 12:41:22.257323  5477 raft_consensus.cc:1217] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:41:22.258682  4973 tablet_copy_service.cc:342] P 8459fa27baa244bca3f1e3711de931ab: Request end of tablet copy session ef37340b112949dfa19498e6383c21a0-d33438b0ceb745d49201392af2bf5a1f received from {username='slave'} at 127.0.0.1:44168
I20260608 12:41:22.259295  4973 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session ef37340b112949dfa19498e6383c21a0-d33438b0ceb745d49201392af2bf5a1f on tablet d33438b0ceb745d49201392af2bf5a1f with peer ef37340b112949dfa19498e6383c21a0
I20260608 12:41:22.261740  5617 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Bootstrap replayed 1/1 log segments. Stats: ops{read=24 overwritten=0 applied=24 ignored=0} inserts{seen=87 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:22.262697  5617 tablet_bootstrap.cc:492] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Bootstrap complete.
I20260608 12:41:22.268654  5617 ts_tablet_manager.cc:1403] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Time spent bootstrapping tablet: real 0.237s	user 0.136s	sys 0.030s
I20260608 12:41:22.289397  5617 raft_consensus.cc:359] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:22.291019  5617 raft_consensus.cc:740] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ef37340b112949dfa19498e6383c21a0, State: Initialized, Role: LEARNER
I20260608 12:41:22.291781  5617 consensus_queue.cc:260] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 24, Last appended: 1.24, Last appended by leader: 24, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 24 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:22.294070  5617 ts_tablet_manager.cc:1434] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: Time spent starting tablet: real 0.025s	user 0.005s	sys 0.000s
I20260608 12:41:22.297425  5122 tablet_copy_service.cc:342] P df8a5ded965f4d46a71f144890b28be4: Request end of tablet copy session ef37340b112949dfa19498e6383c21a0-a18aae708d844877ac2ac9b25c9a83da received from {username='slave'} at 127.0.0.1:42998
I20260608 12:41:22.298012  5122 tablet_copy_service.cc:434] P df8a5ded965f4d46a71f144890b28be4: ending tablet copy session ef37340b112949dfa19498e6383c21a0-a18aae708d844877ac2ac9b25c9a83da on tablet a18aae708d844877ac2ac9b25c9a83da with peer ef37340b112949dfa19498e6383c21a0
I20260608 12:41:22.356312  5551 raft_consensus.cc:1217] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.23->[1.24-1.24]   Dedup: 1.24->[]
I20260608 12:41:22.376824  5619 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: 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:41:22.377903  5619 tablet_bootstrap.cc:492] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap complete.
I20260608 12:41:22.378630  5619 ts_tablet_manager.cc:1403] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: Time spent bootstrapping tablet: real 0.315s	user 0.170s	sys 0.017s
I20260608 12:41:22.381752  5619 raft_consensus.cc:359] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:22.382625  5619 raft_consensus.cc:740] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0aa4eecc73a24db48f88a253f15e8008, State: Initialized, Role: LEARNER
I20260608 12:41:22.383312  5619 consensus_queue.cc:260] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:22.389741  5551 raft_consensus.cc:1217] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:41:22.402629  5619 ts_tablet_manager.cc:1434] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: Time spent starting tablet: real 0.024s	user 0.008s	sys 0.003s
I20260608 12:41:22.414332  5622 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: 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:41:22.415459  5622 tablet_bootstrap.cc:492] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap complete.
I20260608 12:41:22.416350  5622 ts_tablet_manager.cc:1403] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent bootstrapping tablet: real 0.261s	user 0.135s	sys 0.037s
I20260608 12:41:22.418190  4973 tablet_copy_service.cc:342] P 8459fa27baa244bca3f1e3711de931ab: Request end of tablet copy session 0aa4eecc73a24db48f88a253f15e8008-8e214b377b98479495d2f41a5d21fe29 received from {username='slave'} at 127.0.0.1:44170
I20260608 12:41:22.418709  4973 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session 0aa4eecc73a24db48f88a253f15e8008-8e214b377b98479495d2f41a5d21fe29 on tablet 8e214b377b98479495d2f41a5d21fe29 with peer 0aa4eecc73a24db48f88a253f15e8008
I20260608 12:41:22.419415  5622 raft_consensus.cc:359] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:22.420244  5622 raft_consensus.cc:740] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 395e13ea895349e1a08b17b1cd0bd8ca, State: Initialized, Role: LEARNER
I20260608 12:41:22.422295  5622 consensus_queue.cc:260] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:22.424471  5622 ts_tablet_manager.cc:1434] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:22.426635  4973 tablet_copy_service.cc:342] P 8459fa27baa244bca3f1e3711de931ab: Request end of tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-6ab69d17924f4ce9b1a50f44b54c50cf received from {username='slave'} at 127.0.0.1:44186
I20260608 12:41:22.427162  4973 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-6ab69d17924f4ce9b1a50f44b54c50cf on tablet 6ab69d17924f4ce9b1a50f44b54c50cf with peer 395e13ea895349e1a08b17b1cd0bd8ca
W20260608 12:41:22.430541  4926 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:43563, user_credentials={real_user=slave}} blocked reactor thread for 44433.7us
I20260608 12:41:22.432900  5477 raft_consensus.cc:1217] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:41:22.452533  5624 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:22.453413  5624 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap complete.
I20260608 12:41:22.453997  5624 ts_tablet_manager.cc:1403] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Time spent bootstrapping tablet: real 0.300s	user 0.146s	sys 0.020s
I20260608 12:41:22.456177  5624 raft_consensus.cc:359] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:22.456727  5624 raft_consensus.cc:740] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0aa4eecc73a24db48f88a253f15e8008, State: Initialized, Role: LEARNER
I20260608 12:41:22.457223  5624 consensus_queue.cc:260] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:22.459074  5624 ts_tablet_manager.cc:1434] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260608 12:41:22.461376  5048 tablet_copy_service.cc:342] P 9585c8a1d0454ed38d07f458f850cd4e: Request end of tablet copy session 0aa4eecc73a24db48f88a253f15e8008-85122c228fb5408093e45f7967a8330a received from {username='slave'} at 127.0.0.1:41600
I20260608 12:41:22.461850  5048 tablet_copy_service.cc:434] P 9585c8a1d0454ed38d07f458f850cd4e: ending tablet copy session 0aa4eecc73a24db48f88a253f15e8008-85122c228fb5408093e45f7967a8330a on tablet 85122c228fb5408093e45f7967a8330a with peer 0aa4eecc73a24db48f88a253f15e8008
I20260608 12:41:22.574432  5402 raft_consensus.cc:1217] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:41:22.669183  5632 raft_consensus.cc:1064] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: attempting to promote NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca to VOTER
I20260608 12:41:22.673221  5632 consensus_queue.cc:237] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:22.675827  5402 raft_consensus.cc:1217] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 12:41:22.683689  5477 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.683784  5107 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.685707  5645 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:41:22.687041  5632 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } 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:41:22.691033  4959 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.699026  5646 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } 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:41:22.706861  5645 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.708741  5107 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.724637  4860 catalog_manager.cc:5696] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.726038  5477 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.740314  4959 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.765758  5034 consensus_queue.cc:237] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [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: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:22.772372  5107 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:22.772578  5477 raft_consensus.cc:1275] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:22.774343  5645 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } 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:41:22.775933  5646 consensus_queue.cc:1048] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:41:22.783756  5648 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.785741  5476 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.786301  5107 raft_consensus.cc:2955] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.795444  4844 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b8b34d4c98ae466db79be4a1d64a9279 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:22.802248  4857 catalog_manager.cc:5696] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:22.813685  4944 tablet_service.cc:1558] Processing DeleteTablet for tablet b8b34d4c98ae466db79be4a1d64a9279 with delete_type TABLET_DATA_TOMBSTONED (TS 8459fa27baa244bca3f1e3711de931ab not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:54106
I20260608 12:41:22.817413  5656 tablet_replica.cc:333] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:22.818732  5656 raft_consensus.cc:2243] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:22.820364  5656 raft_consensus.cc:2272] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:22.824301  5656 ts_tablet_manager.cc:1916] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:22.836985  5656 ts_tablet_manager.cc:1929] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:41:22.837378  5656 log.cc:1199] T b8b34d4c98ae466db79be4a1d64a9279 P 8459fa27baa244bca3f1e3711de931ab: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root/wals/b8b34d4c98ae466db79be4a1d64a9279
I20260608 12:41:22.838902  4844 catalog_manager.cc:5027] TS 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): tablet b8b34d4c98ae466db79be4a1d64a9279 (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:22.900898  5628 raft_consensus.cc:1064] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: attempting to promote NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca to VOTER
I20260608 12:41:22.904266  5628 consensus_queue.cc:237] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:22.911617  5629 raft_consensus.cc:1064] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: attempting to promote NON_VOTER ef37340b112949dfa19498e6383c21a0 to VOTER
I20260608 12:41:22.914687  5629 consensus_queue.cc:237] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [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: 3, State: 0, Mode: LEADER, active raft config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } }
I20260608 12:41:22.920807  5107 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.920970  5476 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.921759  5034 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:22.923435  5642 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } 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:41:22.924548  5644 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 12:41:22.925359  5628 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } 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:41:22.942970  5551 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:41:22.944757  5038 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:41:22.946512  4959 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 12:41:22.946717  5659 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } 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:41:22.949496  5657 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 12:41:22.957864  5629 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 12:41:22.976612  5644 raft_consensus.cc:1064] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: attempting to promote NON_VOTER ef37340b112949dfa19498e6383c21a0 to VOTER
I20260608 12:41:22.979560  5644 consensus_queue.cc:237] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } }
I20260608 12:41:22.993580  5629 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index 24 to 25, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:22.995803  5551 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.000460  5476 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.001688  5661 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.022776  5550 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.031371  4859 catalog_manager.cc:5696] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index 24 to 25, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "df8a5ded965f4d46a71f144890b28be4" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:23.032809  4858 catalog_manager.cc:5696] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca reported cstate change: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.034710  5670 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:41:23.026791  4959 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.039186  5034 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.047370  5107 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.058933  5642 raft_consensus.cc:1064] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: attempting to promote NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 to VOTER
I20260608 12:41:23.072978  5106 consensus_queue.cc:237] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } }
I20260608 12:41:23.067728  5642 consensus_queue.cc:237] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } }
I20260608 12:41:23.095999  5034 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.042546  5038 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index 24 to 25, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.097523  5107 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.099117  5671 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:41:23.101641  4961 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:23.104123  5629 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:23.107309  5671 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.006s
I20260608 12:41:23.115031  5551 raft_consensus.cc:1275] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Refusing update from remote peer df8a5ded965f4d46a71f144890b28be4: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:23.134127  5646 raft_consensus.cc:1064] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: attempting to promote NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 to VOTER
I20260608 12:41:23.141518  5646 consensus_queue.cc:237] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } }
I20260608 12:41:23.139542  5629 consensus_queue.cc:1048] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.003s
I20260608 12:41:23.149191  5551 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.155524  5402 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.165854  5628 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.167884  5402 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.169620  5648 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } 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:41:23.173480  4961 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.173269  5550 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.175498  5646 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } 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:41:23.176460  5671 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } 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:41:23.177560  5107 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.182308  5106 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.182958  5034 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 12:41:23.184955  5675 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } 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:41:23.186601  4959 consensus_queue.cc:237] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:23.191036  5659 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.199801  5107 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.200678  4962 raft_consensus.cc:2955] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.209867  5646 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:41:23.212519  5642 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 12:41:23.221369  5476 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.224664  4845 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a18aae708d844877ac2ac9b25c9a83da with cas_config_opid_index 25: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:23.225510  5671 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:41:23.225701  5675 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.232448  5034 raft_consensus.cc:1275] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.234565  5674 consensus_queue.cc:1048] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 12:41:23.236886  5648 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.238883  5670 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.241997  5401 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.250419  5400 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.260752  4858 catalog_manager.cc:5696] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 reported cstate change: config changed from index 26 to 27, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.264493  5034 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, ef37340b112949dfa19498e6383c21a0 (127.0.107.198) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.267464  4859 catalog_manager.cc:5696] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index 25 to 26, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "df8a5ded965f4d46a71f144890b28be4" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:23.270908  5476 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.272645  4961 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.301057  5034 raft_consensus.cc:2955] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } } }
I20260608 12:41:23.300042  5112 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.314973  4844 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6ab69d17924f4ce9b1a50f44b54c50cf with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:23.319895  5028 tablet_service.cc:1558] Processing DeleteTablet for tablet a18aae708d844877ac2ac9b25c9a83da with delete_type TABLET_DATA_TOMBSTONED (TS 9585c8a1d0454ed38d07f458f850cd4e not found in new config with opid_index 26) from {username='slave'} at 127.0.0.1:58788
I20260608 12:41:23.321785  4860 catalog_manager.cc:5696] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:23.325109  5038 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.326292  4959 consensus_queue.cc:237] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } }
I20260608 12:41:23.336705  4859 catalog_manager.cc:5696] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:23.340608  5112 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.345185  5551 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.348330  5670 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } 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:41:23.352537  5034 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.345185  4859 catalog_manager.cc:5696] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:23.362751  5038 consensus_queue.cc:237] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [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: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } }
I20260608 12:41:23.364341  5628 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.372674  5551 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.379212  5687 tablet_replica.cc:333] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:23.381507  5687 raft_consensus.cc:2243] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:23.382839  5112 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.389010  5670 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:41:23.393885  5648 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:41:23.399395  5034 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.401775  4858 catalog_manager.cc:5696] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 reported cstate change: config changed from index 27 to 28, VOTER df8a5ded965f4d46a71f144890b28be4 (127.0.107.195) evicted. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } }
I20260608 12:41:23.402886  5646 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.405419  5106 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.407480  5096 tablet_service.cc:1558] Processing DeleteTablet for tablet 6ab69d17924f4ce9b1a50f44b54c50cf with delete_type TABLET_DATA_TOMBSTONED (TS df8a5ded965f4d46a71f144890b28be4 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:41008
I20260608 12:41:23.420563  4844 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d33438b0ceb745d49201392af2bf5a1f with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:23.428037  5687 raft_consensus.cc:2272] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:23.432936  4844 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 85122c228fb5408093e45f7967a8330a with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:23.440043  5099 tablet_service.cc:1558] Processing DeleteTablet for tablet d33438b0ceb745d49201392af2bf5a1f with delete_type TABLET_DATA_TOMBSTONED (TS df8a5ded965f4d46a71f144890b28be4 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:41008
I20260608 12:41:23.444340  4858 catalog_manager.cc:5696] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.446957  5402 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.450353  5648 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } 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:41:23.451330  5687 ts_tablet_manager.cc:1916] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:23.454152  5690 tablet_replica.cc:333] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:23.456522  5690 raft_consensus.cc:2243] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:23.457495  5690 raft_consensus.cc:2272] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:23.460481  4944 tablet_service.cc:1558] Processing DeleteTablet for tablet 85122c228fb5408093e45f7967a8330a with delete_type TABLET_DATA_TOMBSTONED (TS 8459fa27baa244bca3f1e3711de931ab not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:54106
I20260608 12:41:23.459096  5402 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 8459fa27baa244bca3f1e3711de931ab (127.0.107.193) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.492547  5687 ts_tablet_manager.cc:1929] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.25
I20260608 12:41:23.493382  5687 log.cc:1199] T a18aae708d844877ac2ac9b25c9a83da P 9585c8a1d0454ed38d07f458f850cd4e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root/wals/a18aae708d844877ac2ac9b25c9a83da
I20260608 12:41:23.495309  4844 catalog_manager.cc:5027] TS 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): tablet a18aae708d844877ac2ac9b25c9a83da (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:23.500187  5690 ts_tablet_manager.cc:1916] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:23.505203  4961 consensus_queue.cc:237] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } }
I20260608 12:41:23.507122  5691 tablet_replica.cc:333] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:23.512228  5402 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.513531  5691 raft_consensus.cc:2243] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:23.514339  5691 raft_consensus.cc:2272] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:23.516693  5106 raft_consensus.cc:1275] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 12:41:23.517940  5670 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } 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:41:23.518894  5628 consensus_queue.cc:1048] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 12:41:23.524224  5690 ts_tablet_manager.cc:1929] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:41:23.524736  5690 log.cc:1199] T 6ab69d17924f4ce9b1a50f44b54c50cf P df8a5ded965f4d46a71f144890b28be4: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root/wals/6ab69d17924f4ce9b1a50f44b54c50cf
I20260608 12:41:23.526592  5690 tablet_replica.cc:333] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:23.526621  4845 catalog_manager.cc:5027] TS df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): tablet 6ab69d17924f4ce9b1a50f44b54c50cf (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:23.527810  5690 raft_consensus.cc:2243] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:23.528694  5690 raft_consensus.cc:2272] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:23.530169  5691 ts_tablet_manager.cc:1916] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:23.531021  5642 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.533316  5690 ts_tablet_manager.cc:1916] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:23.537881  5106 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.546867  5691 ts_tablet_manager.cc:1929] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:41:23.547382  5691 log.cc:1199] T 85122c228fb5408093e45f7967a8330a P 8459fa27baa244bca3f1e3711de931ab: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-0-root/wals/85122c228fb5408093e45f7967a8330a
I20260608 12:41:23.549598  5402 raft_consensus.cc:2955] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.551170  5690 ts_tablet_manager.cc:1929] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:41:23.551640  5690 log.cc:1199] T d33438b0ceb745d49201392af2bf5a1f P df8a5ded965f4d46a71f144890b28be4: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-2-root/wals/d33438b0ceb745d49201392af2bf5a1f
I20260608 12:41:23.553314  4845 catalog_manager.cc:5027] TS df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): tablet d33438b0ceb745d49201392af2bf5a1f (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:23.553401  4844 catalog_manager.cc:5027] TS 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): tablet 85122c228fb5408093e45f7967a8330a (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:23.564453  4844 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 8e214b377b98479495d2f41a5d21fe29 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:23.566092  4859 catalog_manager.cc:5696] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 reported cstate change: config changed from index 27 to 28, VOTER 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194) evicted. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } }
I20260608 12:41:23.578490  5028 tablet_service.cc:1558] Processing DeleteTablet for tablet 8e214b377b98479495d2f41a5d21fe29 with delete_type TABLET_DATA_TOMBSTONED (TS 9585c8a1d0454ed38d07f458f850cd4e not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:58788
I20260608 12:41:23.579531  5687 tablet_replica.cc:333] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:23.580503  5687 raft_consensus.cc:2243] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:23.581444  5687 raft_consensus.cc:2272] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:23.585459  5687 ts_tablet_manager.cc:1916] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:23.597254  5687 ts_tablet_manager.cc:1929] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 12:41:23.597621  5687 log.cc:1199] T 8e214b377b98479495d2f41a5d21fe29 P 9585c8a1d0454ed38d07f458f850cd4e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780922350108766-431-0/minicluster-data/ts-1-root/wals/8e214b377b98479495d2f41a5d21fe29
I20260608 12:41:23.599072  4844 catalog_manager.cc:5027] TS 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): tablet 8e214b377b98479495d2f41a5d21fe29 (table test-workload [id=8e0b24d2a3bf4e23b3bc2603fe380ed4]) successfully deleted
I20260608 12:41:24.603821  4959 consensus_queue.cc:237] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:24.610963  5106 raft_consensus.cc:1275] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:41:24.612177  4929 consensus_peers.cc:597] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab -> Peer ef37340b112949dfa19498e6383c21a0 (127.0.107.198:36191): Couldn't send request to peer ef37340b112949dfa19498e6383c21a0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dd44cec57e1a4ef49d6d3b275701f7a4. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.612372  5034 raft_consensus.cc:1275] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.612697  5695 consensus_queue.cc:1048] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } 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:41:24.613925  5670 consensus_queue.cc:1048] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:24.622609  5695 raft_consensus.cc:2955] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.623986  5034 raft_consensus.cc:2955] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.624423  5106 raft_consensus.cc:2955] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.636551  4859 catalog_manager.cc:5696] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index -1 to 26, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.638744  5034 consensus_queue.cc:237] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:24.651767  4959 raft_consensus.cc:1275] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 12:41:24.652379  5002 consensus_peers.cc:597] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e -> Peer 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196:41311): Couldn't send request to peer 0aa4eecc73a24db48f88a253f15e8008. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1bb4ef8446a54ce19a8e6ae7b4f42ccc. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.653173  5106 raft_consensus.cc:1275] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.653352  5648 consensus_queue.cc:1048] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } 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:41:24.654640  5701 consensus_queue.cc:1048] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:24.669885  5648 raft_consensus.cc:2955] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.671999  5106 raft_consensus.cc:2955] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.688663  4959 raft_consensus.cc:2955] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.691154  4961 consensus_queue.cc:237] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:24.688638  4856 catalog_manager.cc:5696] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 reported cstate change: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.706632  5551 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:41:24.709749  5670 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 12:41:24.710731  5034 raft_consensus.cc:1275] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260608 12:41:24.711946  4926 consensus_peers.cc:597] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab -> Peer 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197:37121): Couldn't send request to peer 395e13ea895349e1a08b17b1cd0bd8ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d33438b0ceb745d49201392af2bf5a1f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.713042  5693 consensus_queue.cc:1048] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:41:24.719422  5693 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.721652  5551 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.726819  5034 raft_consensus.cc:2955] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.736088  4859 catalog_manager.cc:5696] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab reported cstate change: config changed from index 28 to 29, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.739053  4961 consensus_queue.cc:237] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:24.746948  5106 raft_consensus.cc:1275] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.747056  5034 raft_consensus.cc:1275] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Refusing update from remote peer 8459fa27baa244bca3f1e3711de931ab: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.748924  5670 consensus_queue.cc:1048] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
W20260608 12:41:24.751739  4927 consensus_peers.cc:597] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab -> Peer 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196:41311): Couldn't send request to peer 0aa4eecc73a24db48f88a253f15e8008. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0a995efbed4847d1966ddee589c17ad5. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.756376  5693 consensus_queue.cc:1048] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } 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:41:24.768632  5670 raft_consensus.cc:2955] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.770793  5034 raft_consensus.cc:2955] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.774111  5106 raft_consensus.cc:2955] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.781795  4857 catalog_manager.cc:5696] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index -1 to 26, NON_VOTER 0aa4eecc73a24db48f88a253f15e8008 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "8459fa27baa244bca3f1e3711de931ab" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } } }
I20260608 12:41:24.786433  5034 consensus_queue.cc:237] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
W20260608 12:41:24.794718  5001 consensus_peers.cc:597] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e -> Peer 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197:37121): Couldn't send request to peer 395e13ea895349e1a08b17b1cd0bd8ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 22e19c072a5345bba4a177664e012cb7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.795755  5106 raft_consensus.cc:1275] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.797150  4961 raft_consensus.cc:1275] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 12:41:24.797305  5703 consensus_queue.cc:1048] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 12:41:24.798882  5648 consensus_queue.cc:1048] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } 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:41:24.809105  5703 raft_consensus.cc:2955] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.810863  5106 raft_consensus.cc:2955] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.812920  4961 raft_consensus.cc:2955] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } } }
I20260608 12:41:24.824334  4856 catalog_manager.cc:5696] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index -1 to 26, NON_VOTER 395e13ea895349e1a08b17b1cd0bd8ca (127.0.107.197) added. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.831418  5034 consensus_queue.cc:237] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:24.845160  5402 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:41:24.845675  5106 raft_consensus.cc:1275] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Refusing update from remote peer 9585c8a1d0454ed38d07f458f850cd4e: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 12:41:24.846772  5703 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 12:41:24.847856  5648 consensus_queue.cc:1048] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [LEADER]: Connected to new peer: Peer: permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260608 12:41:24.858942  5004 consensus_peers.cc:597] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e -> Peer ef37340b112949dfa19498e6383c21a0 (127.0.107.198:36191): Couldn't send request to peer ef37340b112949dfa19498e6383c21a0. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 85122c228fb5408093e45f7967a8330a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:24.858876  5701 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.861110  5106 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.861289  5402 raft_consensus.cc:2955] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } } }
I20260608 12:41:24.874886  4857 catalog_manager.cc:5696] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e reported cstate change: config changed from index 28 to 29, NON_VOTER ef37340b112949dfa19498e6383c21a0 (127.0.107.198) added. New cstate: current_term: 1 leader_uuid: "9585c8a1d0454ed38d07f458f850cd4e" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:24.992246  5723 ts_tablet_manager.cc:933] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:24.994329  5723 tablet_copy_client.cc:323] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:24.996172  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet dd44cec57e1a4ef49d6d3b275701f7a4 from peer ef37340b112949dfa19498e6383c21a0 ({username='slave'} at 127.0.0.1:44168)
I20260608 12:41:24.996701  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet dd44cec57e1a4ef49d6d3b275701f7a4 from peer ef37340b112949dfa19498e6383c21a0 at {username='slave'} at 127.0.0.1:44168: session id = ef37340b112949dfa19498e6383c21a0-dd44cec57e1a4ef49d6d3b275701f7a4
I20260608 12:41:25.003039  4973 tablet_copy_source_session.cc:215] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.006646  5723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd44cec57e1a4ef49d6d3b275701f7a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.018277  5723 tablet_copy_client.cc:806] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.018913  5723 tablet_copy_client.cc:670] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.023077  5724 tablet_copy_client.cc:1025] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.131354  5725 ts_tablet_manager.cc:933] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:25.133433  5725 tablet_copy_client.cc:323] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:25.135102  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet d33438b0ceb745d49201392af2bf5a1f from peer 395e13ea895349e1a08b17b1cd0bd8ca ({username='slave'} at 127.0.0.1:44186)
I20260608 12:41:25.135672  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet d33438b0ceb745d49201392af2bf5a1f from peer 395e13ea895349e1a08b17b1cd0bd8ca at {username='slave'} at 127.0.0.1:44186: session id = 395e13ea895349e1a08b17b1cd0bd8ca-d33438b0ceb745d49201392af2bf5a1f
I20260608 12:41:25.141178  4973 tablet_copy_source_session.cc:215] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.144409  5725 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d33438b0ceb745d49201392af2bf5a1f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.161458  5725 tablet_copy_client.cc:806] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.162130  5725 tablet_copy_client.cc:670] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.166673  5726 tablet_copy_client.cc:1025] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.170315  5727 ts_tablet_manager.cc:933] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Initiating tablet copy from peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717)
I20260608 12:41:25.172405  5727 tablet_copy_client.cc:323] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:45717
I20260608 12:41:25.174134  4973 tablet_copy_service.cc:140] P 8459fa27baa244bca3f1e3711de931ab: Received BeginTabletCopySession request for tablet 0a995efbed4847d1966ddee589c17ad5 from peer 0aa4eecc73a24db48f88a253f15e8008 ({username='slave'} at 127.0.0.1:44170)
I20260608 12:41:25.174613  4973 tablet_copy_service.cc:161] P 8459fa27baa244bca3f1e3711de931ab: Beginning new tablet copy session on tablet 0a995efbed4847d1966ddee589c17ad5 from peer 0aa4eecc73a24db48f88a253f15e8008 at {username='slave'} at 127.0.0.1:44170: session id = 0aa4eecc73a24db48f88a253f15e8008-0a995efbed4847d1966ddee589c17ad5
I20260608 12:41:25.180271  5729 ts_tablet_manager.cc:933] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Initiating tablet copy from peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:25.182385  4973 tablet_copy_source_session.cc:215] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.186007  5729 tablet_copy_client.cc:323] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43563
I20260608 12:41:25.186641  5727 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a995efbed4847d1966ddee589c17ad5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.188516  5048 tablet_copy_service.cc:140] P 9585c8a1d0454ed38d07f458f850cd4e: Received BeginTabletCopySession request for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc from peer 0aa4eecc73a24db48f88a253f15e8008 ({username='slave'} at 127.0.0.1:41600)
I20260608 12:41:25.189136  5048 tablet_copy_service.cc:161] P 9585c8a1d0454ed38d07f458f850cd4e: Beginning new tablet copy session on tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc from peer 0aa4eecc73a24db48f88a253f15e8008 at {username='slave'} at 127.0.0.1:41600: session id = 0aa4eecc73a24db48f88a253f15e8008-1bb4ef8446a54ce19a8e6ae7b4f42ccc
I20260608 12:41:25.197741  5048 tablet_copy_source_session.cc:215] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.201498  5727 tablet_copy_client.cc:806] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.201627  5729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.202265  5727 tablet_copy_client.cc:670] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.210068  5728 tablet_copy_client.cc:1025] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.215576  5729 tablet_copy_client.cc:806] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.216231  5729 tablet_copy_client.cc:670] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.220211  5730 tablet_copy_client.cc:1025] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.255270  5731 ts_tablet_manager.cc:933] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Initiating tablet copy from peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:25.257440  5731 tablet_copy_client.cc:323] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43563
I20260608 12:41:25.259092  5048 tablet_copy_service.cc:140] P 9585c8a1d0454ed38d07f458f850cd4e: Received BeginTabletCopySession request for tablet 22e19c072a5345bba4a177664e012cb7 from peer 395e13ea895349e1a08b17b1cd0bd8ca ({username='slave'} at 127.0.0.1:41588)
I20260608 12:41:25.259608  5048 tablet_copy_service.cc:161] P 9585c8a1d0454ed38d07f458f850cd4e: Beginning new tablet copy session on tablet 22e19c072a5345bba4a177664e012cb7 from peer 395e13ea895349e1a08b17b1cd0bd8ca at {username='slave'} at 127.0.0.1:41588: session id = 395e13ea895349e1a08b17b1cd0bd8ca-22e19c072a5345bba4a177664e012cb7
I20260608 12:41:25.264914  5048 tablet_copy_source_session.cc:215] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.268096  5731 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 22e19c072a5345bba4a177664e012cb7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.280754  5731 tablet_copy_client.cc:806] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.281360  5731 tablet_copy_client.cc:670] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.285480  5732 tablet_copy_client.cc:1025] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.457577  5735 ts_tablet_manager.cc:933] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Initiating tablet copy from peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
I20260608 12:41:25.459467  5735 tablet_copy_client.cc:323] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:43563
I20260608 12:41:25.473747  5048 tablet_copy_service.cc:140] P 9585c8a1d0454ed38d07f458f850cd4e: Received BeginTabletCopySession request for tablet 85122c228fb5408093e45f7967a8330a from peer ef37340b112949dfa19498e6383c21a0 ({username='slave'} at 127.0.0.1:41606)
I20260608 12:41:25.474290  5048 tablet_copy_service.cc:161] P 9585c8a1d0454ed38d07f458f850cd4e: Beginning new tablet copy session on tablet 85122c228fb5408093e45f7967a8330a from peer ef37340b112949dfa19498e6383c21a0 at {username='slave'} at 127.0.0.1:41606: session id = ef37340b112949dfa19498e6383c21a0-85122c228fb5408093e45f7967a8330a
I20260608 12:41:25.479564  5048 tablet_copy_source_session.cc:215] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:25.482460  5735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85122c228fb5408093e45f7967a8330a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:25.493556  5735 tablet_copy_client.cc:806] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:25.494107  5735 tablet_copy_client.cc:670] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:25.497916  5736 tablet_copy_client.cc:1025] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: tablet copy: Injecting latency into file download: 2000
I20260608 12:41:25.574891   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:25.588554   431 tablet_copy_service.cc:362] P 8459fa27baa244bca3f1e3711de931ab: Destroying tablet copy session 0aa4eecc73a24db48f88a253f15e8008-0a995efbed4847d1966ddee589c17ad5 due to service shutdown
I20260608 12:41:25.588995   431 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session 0aa4eecc73a24db48f88a253f15e8008-0a995efbed4847d1966ddee589c17ad5 on tablet 0a995efbed4847d1966ddee589c17ad5 with peer 0aa4eecc73a24db48f88a253f15e8008
I20260608 12:41:25.589568   431 tablet_copy_service.cc:362] P 8459fa27baa244bca3f1e3711de931ab: Destroying tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-d33438b0ceb745d49201392af2bf5a1f due to service shutdown
I20260608 12:41:25.589895   431 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-d33438b0ceb745d49201392af2bf5a1f on tablet d33438b0ceb745d49201392af2bf5a1f with peer 395e13ea895349e1a08b17b1cd0bd8ca
I20260608 12:41:25.590389   431 tablet_copy_service.cc:362] P 8459fa27baa244bca3f1e3711de931ab: Destroying tablet copy session ef37340b112949dfa19498e6383c21a0-dd44cec57e1a4ef49d6d3b275701f7a4 due to service shutdown
I20260608 12:41:25.590708   431 tablet_copy_service.cc:434] P 8459fa27baa244bca3f1e3711de931ab: ending tablet copy session ef37340b112949dfa19498e6383c21a0-dd44cec57e1a4ef49d6d3b275701f7a4 on tablet dd44cec57e1a4ef49d6d3b275701f7a4 with peer ef37340b112949dfa19498e6383c21a0
I20260608 12:41:25.623375   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.624433   431 tablet_replica.cc:333] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.625409   431 raft_consensus.cc:2243] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.626276   431 raft_consensus.cc:2272] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.632246   431 tablet_replica.cc:333] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
W20260608 12:41:25.632647  5075 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:25.633255   431 raft_consensus.cc:2243] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.634785   431 raft_consensus.cc:2272] T dd44cec57e1a4ef49d6d3b275701f7a4 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:41:25.637238  5075 consensus_peers.cc:597] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 -> Peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Couldn't send request to peer 8459fa27baa244bca3f1e3711de931ab. 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:25.638413   431 tablet_replica.cc:333] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.639262   431 raft_consensus.cc:2243] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.639976   431 raft_consensus.cc:2272] T a18aae708d844877ac2ac9b25c9a83da P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.643340   431 tablet_replica.cc:333] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.644160   431 raft_consensus.cc:2243] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.645529   431 raft_consensus.cc:2272] T 0a995efbed4847d1966ddee589c17ad5 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.649245   431 tablet_replica.cc:333] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.650055   431 raft_consensus.cc:2243] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.651170   431 raft_consensus.cc:2272] T e74c3d5794d14e29aa3dd452e5089d89 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.654712   431 tablet_replica.cc:333] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.655495   431 raft_consensus.cc:2243] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.656536   431 raft_consensus.cc:2272] T 6ab69d17924f4ce9b1a50f44b54c50cf P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.659703   431 tablet_replica.cc:333] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.660614   431 raft_consensus.cc:2243] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.661288   431 raft_consensus.cc:2272] T 22e19c072a5345bba4a177664e012cb7 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.665926   431 tablet_replica.cc:333] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.666778   431 raft_consensus.cc:2243] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.667874   431 raft_consensus.cc:2272] T 8e214b377b98479495d2f41a5d21fe29 P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.671195   431 tablet_replica.cc:333] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.671890   431 raft_consensus.cc:2243] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.672592   431 raft_consensus.cc:2272] T a332b70e81664b8ca2c9a6b34eeb643d P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.676085   431 tablet_replica.cc:333] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab: stopping tablet replica
I20260608 12:41:25.676805   431 raft_consensus.cc:2243] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.678238   431 raft_consensus.cc:2272] T d33438b0ceb745d49201392af2bf5a1f P 8459fa27baa244bca3f1e3711de931ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.725028   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:41:25.763357  5001 consensus_peers.cc:597] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e -> Peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Couldn't send request to peer 8459fa27baa244bca3f1e3711de931ab. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:45717: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:25.778460   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:25.794289   431 tablet_copy_service.cc:362] P 9585c8a1d0454ed38d07f458f850cd4e: Destroying tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-22e19c072a5345bba4a177664e012cb7 due to service shutdown
I20260608 12:41:25.794658   431 tablet_copy_service.cc:434] P 9585c8a1d0454ed38d07f458f850cd4e: ending tablet copy session 395e13ea895349e1a08b17b1cd0bd8ca-22e19c072a5345bba4a177664e012cb7 on tablet 22e19c072a5345bba4a177664e012cb7 with peer 395e13ea895349e1a08b17b1cd0bd8ca
I20260608 12:41:25.795128   431 tablet_copy_service.cc:362] P 9585c8a1d0454ed38d07f458f850cd4e: Destroying tablet copy session ef37340b112949dfa19498e6383c21a0-85122c228fb5408093e45f7967a8330a due to service shutdown
I20260608 12:41:25.795359   431 tablet_copy_service.cc:434] P 9585c8a1d0454ed38d07f458f850cd4e: ending tablet copy session ef37340b112949dfa19498e6383c21a0-85122c228fb5408093e45f7967a8330a on tablet 85122c228fb5408093e45f7967a8330a with peer ef37340b112949dfa19498e6383c21a0
I20260608 12:41:25.795763   431 tablet_copy_service.cc:362] P 9585c8a1d0454ed38d07f458f850cd4e: Destroying tablet copy session 0aa4eecc73a24db48f88a253f15e8008-1bb4ef8446a54ce19a8e6ae7b4f42ccc due to service shutdown
I20260608 12:41:25.796027   431 tablet_copy_service.cc:434] P 9585c8a1d0454ed38d07f458f850cd4e: ending tablet copy session 0aa4eecc73a24db48f88a253f15e8008-1bb4ef8446a54ce19a8e6ae7b4f42ccc on tablet 1bb4ef8446a54ce19a8e6ae7b4f42ccc with peer 0aa4eecc73a24db48f88a253f15e8008
I20260608 12:41:25.818233   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.819190   431 tablet_replica.cc:333] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.820250   431 raft_consensus.cc:2243] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.821708   431 raft_consensus.cc:2272] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.824452   431 tablet_replica.cc:333] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.825059   431 raft_consensus.cc:2243] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.825659   431 raft_consensus.cc:2272] T dd44cec57e1a4ef49d6d3b275701f7a4 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.828576   431 tablet_replica.cc:333] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.829283   431 raft_consensus.cc:2243] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.830403   431 raft_consensus.cc:2272] T 85122c228fb5408093e45f7967a8330a P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.833235   431 tablet_replica.cc:333] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.833817   431 raft_consensus.cc:2243] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.834344   431 raft_consensus.cc:2272] T d33438b0ceb745d49201392af2bf5a1f P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.836769   431 tablet_replica.cc:333] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.837324   431 raft_consensus.cc:2243] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.838325   431 raft_consensus.cc:2272] T 22e19c072a5345bba4a177664e012cb7 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.840652   431 tablet_replica.cc:333] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.841238   431 raft_consensus.cc:2243] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.842026   431 raft_consensus.cc:2272] T a332b70e81664b8ca2c9a6b34eeb643d P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.844451   431 tablet_replica.cc:333] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.844951   431 raft_consensus.cc:2243] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.845441   431 raft_consensus.cc:2272] T e74c3d5794d14e29aa3dd452e5089d89 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.848224   431 tablet_replica.cc:333] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.848747   431 raft_consensus.cc:2243] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.849501   431 raft_consensus.cc:2272] T b8b34d4c98ae466db79be4a1d64a9279 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.851720   431 tablet_replica.cc:333] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.852273   431 raft_consensus.cc:2243] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.852763   431 raft_consensus.cc:2272] T 6ab69d17924f4ce9b1a50f44b54c50cf P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.855206   431 tablet_replica.cc:333] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e: stopping tablet replica
I20260608 12:41:25.855705   431 raft_consensus.cc:2243] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.856308   431 raft_consensus.cc:2272] T 0a995efbed4847d1966ddee589c17ad5 P 9585c8a1d0454ed38d07f458f850cd4e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.895215   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:25.931883   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:25.971890   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:25.973135   431 tablet_replica.cc:333] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.974287   431 raft_consensus.cc:2243] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.975262   431 raft_consensus.cc:2272] T e74c3d5794d14e29aa3dd452e5089d89 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.978015   431 tablet_replica.cc:333] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.978701   431 raft_consensus.cc:2243] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.979578   431 raft_consensus.cc:2272] T 85122c228fb5408093e45f7967a8330a P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.982059   431 tablet_replica.cc:333] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.982694   431 raft_consensus.cc:2243] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:25.983518   431 raft_consensus.cc:2272] T a18aae708d844877ac2ac9b25c9a83da P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.986052   431 tablet_replica.cc:333] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.986603   431 raft_consensus.cc:2243] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.987169   431 raft_consensus.cc:2272] T dd44cec57e1a4ef49d6d3b275701f7a4 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.989589   431 tablet_replica.cc:333] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.990399   431 raft_consensus.cc:2243] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.991019   431 raft_consensus.cc:2272] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.993561   431 tablet_replica.cc:333] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.994175   431 raft_consensus.cc:2243] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.994747   431 raft_consensus.cc:2272] T a332b70e81664b8ca2c9a6b34eeb643d P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:25.997382   431 tablet_replica.cc:333] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:25.997956   431 raft_consensus.cc:2243] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:25.998461   431 raft_consensus.cc:2272] T 8e214b377b98479495d2f41a5d21fe29 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.000942   431 tablet_replica.cc:333] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:26.001518   431 raft_consensus.cc:2243] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.002220   431 raft_consensus.cc:2272] T b8b34d4c98ae466db79be4a1d64a9279 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.004635   431 tablet_replica.cc:333] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:26.005168   431 raft_consensus.cc:2243] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.005744   431 raft_consensus.cc:2272] T 22e19c072a5345bba4a177664e012cb7 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.008131   431 tablet_replica.cc:333] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4: stopping tablet replica
I20260608 12:41:26.008654   431 raft_consensus.cc:2243] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:26.009186   431 raft_consensus.cc:2272] T 0a995efbed4847d1966ddee589c17ad5 P df8a5ded965f4d46a71f144890b28be4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:26.044947   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:26.086354   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:26.125167   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:26.693249  5745 raft_consensus.cc:493] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 8459fa27baa244bca3f1e3711de931ab)
I20260608 12:41:26.693914  5745 raft_consensus.cc:515] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:26.696285  5745 leader_election.cc:290] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
W20260608 12:41:26.702848  5440 leader_election.cc:336] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45717: connect: Connection refused (error 111)
W20260608 12:41:26.703671  5440 leader_election.cc:336] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Network error: Client connection negotiation failed: client connection to 127.0.107.194:43563: connect: Connection refused (error 111)
I20260608 12:41:26.704164  5440 leader_election.cc:304] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [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: 395e13ea895349e1a08b17b1cd0bd8ca; no voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e
I20260608 12:41:26.705026  5745 raft_consensus.cc:2749] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:26.752980  5749 raft_consensus.cc:493] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 8459fa27baa244bca3f1e3711de931ab)
I20260608 12:41:26.753575  5749 raft_consensus.cc:515] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:26.755931  5749 leader_election.cc:290] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563)
W20260608 12:41:26.765086  5514 leader_election.cc:336] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45717: connect: Connection refused (error 111)
W20260608 12:41:26.765970  5514 leader_election.cc:336] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Network error: Client connection negotiation failed: client connection to 127.0.107.194:43563: connect: Connection refused (error 111)
I20260608 12:41:26.766396  5514 leader_election.cc:304] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [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: ef37340b112949dfa19498e6383c21a0; no voters: 8459fa27baa244bca3f1e3711de931ab, 9585c8a1d0454ed38d07f458f850cd4e
I20260608 12:41:26.767114  5749 raft_consensus.cc:2749] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:26.873564  5753 raft_consensus.cc:493] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 8459fa27baa244bca3f1e3711de931ab)
I20260608 12:41:26.874127  5753 raft_consensus.cc:515] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } }
I20260608 12:41:26.876714  5753 leader_election.cc:290] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
W20260608 12:41:26.883634  5365 leader_election.cc:336] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45717: connect: Connection refused (error 111)
W20260608 12:41:26.884836  5366 leader_election.cc:336] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Network error: Client connection negotiation failed: client connection to 127.0.107.195:36519: connect: Connection refused (error 111)
I20260608 12:41:26.885324  5366 leader_election.cc:304] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [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: 0aa4eecc73a24db48f88a253f15e8008; no voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:26.886224  5753 raft_consensus.cc:2749] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:26.890693  5745 raft_consensus.cc:493] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9585c8a1d0454ed38d07f458f850cd4e)
I20260608 12:41:26.891206  5745 raft_consensus.cc:515] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: false } }
I20260608 12:41:26.893218  5745 leader_election.cc:290] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
W20260608 12:41:26.897456  5440 leader_election.cc:336] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Network error: Client connection negotiation failed: client connection to 127.0.107.194:43563: connect: Connection refused (error 111)
W20260608 12:41:26.898205  5441 leader_election.cc:336] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Network error: Client connection negotiation failed: client connection to 127.0.107.195:36519: connect: Connection refused (error 111)
I20260608 12:41:26.898701  5441 leader_election.cc:304] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [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: 395e13ea895349e1a08b17b1cd0bd8ca; no voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:26.899586  5745 raft_consensus.cc:2749] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:26.939955  5753 raft_consensus.cc:493] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9585c8a1d0454ed38d07f458f850cd4e)
I20260608 12:41:26.940631  5753 raft_consensus.cc:515] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:26.943061  5753 leader_election.cc:290] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
W20260608 12:41:26.947625  5365 leader_election.cc:336] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9585c8a1d0454ed38d07f458f850cd4e (127.0.107.194:43563): Network error: Client connection negotiation failed: client connection to 127.0.107.194:43563: connect: Connection refused (error 111)
W20260608 12:41:26.948251  5366 leader_election.cc:336] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Network error: Client connection negotiation failed: client connection to 127.0.107.195:36519: connect: Connection refused (error 111)
I20260608 12:41:26.948674  5366 leader_election.cc:304] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [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: 0aa4eecc73a24db48f88a253f15e8008; no voters: 9585c8a1d0454ed38d07f458f850cd4e, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:26.949397  5753 raft_consensus.cc:2749] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:27.024113  5723 tablet_copy_client.cc:538] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.031157  5723 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Bootstrap starting.
I20260608 12:41:27.145444  5723 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=86 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.146193  5723 tablet_bootstrap.cc:492] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Bootstrap complete.
I20260608 12:41:27.146763  5723 ts_tablet_manager.cc:1403] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Time spent bootstrapping tablet: real 0.116s	user 0.095s	sys 0.020s
I20260608 12:41:27.148813  5723 raft_consensus.cc:359] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:27.149369  5723 raft_consensus.cc:740] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ef37340b112949dfa19498e6383c21a0, State: Initialized, Role: LEARNER
I20260608 12:41:27.149860  5723 consensus_queue.cc:260] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:27.151682  5723 ts_tablet_manager.cc:1434] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
W20260608 12:41:27.154510  5723 tablet_copy_client.cc:1131] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: 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:45717: connect: Connection refused (error 111)
I20260608 12:41:27.167619  5725 tablet_copy_client.cc:538] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.177551  5725 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap starting.
I20260608 12:41:27.211117  5727 tablet_copy_client.cc:538] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.218823  5727 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap starting.
I20260608 12:41:27.220173  5749 raft_consensus.cc:493] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader df8a5ded965f4d46a71f144890b28be4)
I20260608 12:41:27.220819  5749 raft_consensus.cc:515] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } }
I20260608 12:41:27.224457  5729 tablet_copy_client.cc:538] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.223771  5749 leader_election.cc:290] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717), df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519)
W20260608 12:41:27.231333  5514 leader_election.cc:336] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 8459fa27baa244bca3f1e3711de931ab (127.0.107.193:45717): Network error: Client connection negotiation failed: client connection to 127.0.107.193:45717: connect: Connection refused (error 111)
W20260608 12:41:27.234560  5515 leader_election.cc:336] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer df8a5ded965f4d46a71f144890b28be4 (127.0.107.195:36519): Network error: Client connection negotiation failed: client connection to 127.0.107.195:36519: connect: Connection refused (error 111)
I20260608 12:41:27.242951  5515 leader_election.cc:304] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [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: ef37340b112949dfa19498e6383c21a0; no voters: 8459fa27baa244bca3f1e3711de931ab, df8a5ded965f4d46a71f144890b28be4
I20260608 12:41:27.243976  5749 raft_consensus.cc:2749] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:27.242494  5729 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap starting.
I20260608 12:41:27.288121  5731 tablet_copy_client.cc:538] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.298051  5731 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap starting.
I20260608 12:41:27.351727  5725 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=96 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.354068  5725 tablet_bootstrap.cc:492] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap complete.
I20260608 12:41:27.354830  5725 ts_tablet_manager.cc:1403] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent bootstrapping tablet: real 0.178s	user 0.160s	sys 0.009s
I20260608 12:41:27.357707  5725 raft_consensus.cc:359] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:27.358585  5725 raft_consensus.cc:740] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 395e13ea895349e1a08b17b1cd0bd8ca, State: Initialized, Role: LEARNER
I20260608 12:41:27.359313  5725 consensus_queue.cc:260] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: false } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:27.361513  5725 ts_tablet_manager.cc:1434] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260608 12:41:27.378206  5725 tablet_copy_client.cc:1131] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: 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:45717: connect: Connection refused (error 111)
I20260608 12:41:27.403503  5727 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=89 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.404759  5727 tablet_bootstrap.cc:492] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap complete.
I20260608 12:41:27.405541  5727 ts_tablet_manager.cc:1403] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Time spent bootstrapping tablet: real 0.187s	user 0.175s	sys 0.009s
I20260608 12:41:27.408511  5727 raft_consensus.cc:359] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:27.409381  5727 raft_consensus.cc:740] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0aa4eecc73a24db48f88a253f15e8008, State: Initialized, Role: LEARNER
I20260608 12:41:27.410039  5727 consensus_queue.cc:260] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } attrs { replace: true } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:27.412561  5727 ts_tablet_manager.cc:1434] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
W20260608 12:41:27.416131  5727 tablet_copy_client.cc:1131] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: 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:45717: connect: Connection refused (error 111)
I20260608 12:41:27.472787  5729 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.473788  5729 tablet_bootstrap.cc:492] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Bootstrap complete.
I20260608 12:41:27.474500  5729 ts_tablet_manager.cc:1403] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Time spent bootstrapping tablet: real 0.232s	user 0.161s	sys 0.012s
I20260608 12:41:27.477444  5729 raft_consensus.cc:359] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:27.478238  5729 raft_consensus.cc:740] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0aa4eecc73a24db48f88a253f15e8008, State: Initialized, Role: LEARNER
I20260608 12:41:27.478859  5729 consensus_queue.cc:260] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008 [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: true } }
I20260608 12:41:27.481034  5729 ts_tablet_manager.cc:1434] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
W20260608 12:41:27.484315  5729 tablet_copy_client.cc:1131] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: 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:43563: connect: Connection refused (error 111)
I20260608 12:41:27.487536   431 tablet_replica.cc:333] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008: stopping tablet replica
I20260608 12:41:27.488400   431 raft_consensus.cc:2243] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.488919   431 raft_consensus.cc:2272] T 1bb4ef8446a54ce19a8e6ae7b4f42ccc P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.492051   431 tablet_replica.cc:333] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008: stopping tablet replica
I20260608 12:41:27.492805   431 raft_consensus.cc:2243] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.493288   431 raft_consensus.cc:2272] T 0a995efbed4847d1966ddee589c17ad5 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.496654   431 tablet_replica.cc:333] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008: stopping tablet replica
I20260608 12:41:27.497414   431 raft_consensus.cc:2243] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.498837  5735 tablet_copy_client.cc:538] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:27.498167   431 raft_consensus.cc:2272] T 85122c228fb5408093e45f7967a8330a P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.502254   431 tablet_replica.cc:333] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008: stopping tablet replica
I20260608 12:41:27.503031   431 raft_consensus.cc:2243] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.503733   431 raft_consensus.cc:2272] T 8e214b377b98479495d2f41a5d21fe29 P 0aa4eecc73a24db48f88a253f15e8008 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.505502  5731 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.506474  5731 tablet_bootstrap.cc:492] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Bootstrap complete.
I20260608 12:41:27.507180  5731 ts_tablet_manager.cc:1403] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent bootstrapping tablet: real 0.209s	user 0.133s	sys 0.027s
I20260608 12:41:27.508772  5735 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Bootstrap starting.
I20260608 12:41:27.509956  5731 raft_consensus.cc:359] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:27.510849  5731 raft_consensus.cc:740] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 395e13ea895349e1a08b17b1cd0bd8ca, State: Initialized, Role: LEARNER
I20260608 12:41:27.511536  5731 consensus_queue.cc:260] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca [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: "8459fa27baa244bca3f1e3711de931ab" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45717 } attrs { replace: true } } peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } } peers { permanent_uuid: "395e13ea895349e1a08b17b1cd0bd8ca" member_type: NON_VOTER last_known_addr { host: "127.0.107.197" port: 37121 } attrs { promote: true } }
I20260608 12:41:27.515304  5731 ts_tablet_manager.cc:1434] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
W20260608 12:41:27.519436  5731 tablet_copy_client.cc:1131] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: 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:43563: connect: Connection refused (error 111)
I20260608 12:41:27.538352   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:27.554842   431 tablet_server.cc:179] TabletServer@127.0.107.197:0 shutting down...
I20260608 12:41:27.598301   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:27.600436   431 tablet_replica.cc:333] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca: stopping tablet replica
I20260608 12:41:27.601300   431 raft_consensus.cc:2243] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.601874   431 raft_consensus.cc:2272] T d33438b0ceb745d49201392af2bf5a1f P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.605105   431 tablet_replica.cc:333] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca: stopping tablet replica
I20260608 12:41:27.605940   431 raft_consensus.cc:2243] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.606676   431 raft_consensus.cc:2272] T 6ab69d17924f4ce9b1a50f44b54c50cf P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.609437   431 tablet_replica.cc:333] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca: stopping tablet replica
I20260608 12:41:27.610186   431 raft_consensus.cc:2243] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.610707   431 raft_consensus.cc:2272] T 22e19c072a5345bba4a177664e012cb7 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.614801   431 tablet_replica.cc:333] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca: stopping tablet replica
I20260608 12:41:27.615582   431 raft_consensus.cc:2243] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.616323   431 raft_consensus.cc:2272] T b8b34d4c98ae466db79be4a1d64a9279 P 395e13ea895349e1a08b17b1cd0bd8ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.644969   431 tablet_server.cc:196] TabletServer@127.0.107.197:0 shutdown complete.
I20260608 12:41:27.667759   431 tablet_server.cc:179] TabletServer@127.0.107.198:0 shutting down...
I20260608 12:41:27.678197  5735 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=104 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:41:27.679386  5735 tablet_bootstrap.cc:492] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Bootstrap complete.
I20260608 12:41:27.680262  5735 ts_tablet_manager.cc:1403] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Time spent bootstrapping tablet: real 0.172s	user 0.141s	sys 0.023s
I20260608 12:41:27.682963  5735 raft_consensus.cc:359] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:27.683859  5735 raft_consensus.cc:740] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: ef37340b112949dfa19498e6383c21a0, State: Initialized, Role: LEARNER
I20260608 12:41:27.684577  5735 consensus_queue.cc:260] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "9585c8a1d0454ed38d07f458f850cd4e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 43563 } } peers { permanent_uuid: "df8a5ded965f4d46a71f144890b28be4" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36519 } attrs { replace: true } } peers { permanent_uuid: "0aa4eecc73a24db48f88a253f15e8008" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 41311 } attrs { promote: false } } peers { permanent_uuid: "ef37340b112949dfa19498e6383c21a0" member_type: NON_VOTER last_known_addr { host: "127.0.107.198" port: 36191 } attrs { promote: true } }
I20260608 12:41:27.687294  5735 ts_tablet_manager.cc:1434] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
W20260608 12:41:27.695747  5735 tablet_copy_client.cc:1131] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: 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:43563: connect: Connection refused (error 111)
I20260608 12:41:27.714665   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:27.715878   431 tablet_replica.cc:333] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0: stopping tablet replica
I20260608 12:41:27.716696   431 raft_consensus.cc:2243] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.717216   431 raft_consensus.cc:2272] T 85122c228fb5408093e45f7967a8330a P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.720359   431 tablet_replica.cc:333] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0: stopping tablet replica
I20260608 12:41:27.721105   431 raft_consensus.cc:2243] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:41:27.721602   431 raft_consensus.cc:2272] T dd44cec57e1a4ef49d6d3b275701f7a4 P ef37340b112949dfa19498e6383c21a0 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:41:27.724519   431 tablet_replica.cc:333] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0: stopping tablet replica
I20260608 12:41:27.725207   431 raft_consensus.cc:2243] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.725844   431 raft_consensus.cc:2272] T a18aae708d844877ac2ac9b25c9a83da P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.728747   431 tablet_replica.cc:333] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0: stopping tablet replica
I20260608 12:41:27.729432   431 raft_consensus.cc:2243] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:27.730122   431 raft_consensus.cc:2272] T d33438b0ceb745d49201392af2bf5a1f P ef37340b112949dfa19498e6383c21a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.756882   431 tablet_server.cc:196] TabletServer@127.0.107.198:0 shutdown complete.
I20260608 12:41:27.777818   431 master.cc:562] Master@127.0.107.254:44989 shutting down...
W20260608 12:41:27.811671  4908 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:41:27.812206  4908 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:41:27.812680  4908 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:41:27.814260   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:27.814807   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:27.815219   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 440e8ccd2b7d48888f6ffb45baa8ee05: stopping tablet replica
I20260608 12:41:27.836753   431 master.cc:584] Master@127.0.107.254:44989 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17347 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 12:41:27.891705   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43109
I20260608 12:41:27.893049   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:27.899071  5764 instance_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:27.899698  5763 instance_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:27.900720  5766 instance_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:27.902199   431 server_base.cc:1061] running on GCE node
I20260608 12:41:27.903169   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:27.903357   431 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:27.903532   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922487903518 us; error 0 us; skew 500 ppm
I20260608 12:41:27.904235   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:27.906889   431 webserver.cc:533] Webserver started at http://127.0.107.254:34405/ using document root <none> and password file <none>
I20260608 12:41:27.907444   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:27.907662   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:27.907986   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:27.909142   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "aa97c19d926b4919a06d4e2111cf28da"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-62kf"
I20260608 12:41:27.914000   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:27.918707  5771 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:27.919490   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:27.919848   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "aa97c19d926b4919a06d4e2111cf28da"
format_stamp: "Formatted at 2026-06-08 12:41:27 on dist-test-slave-62kf"
I20260608 12:41:27.920199   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-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:27.938876   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:27.940295   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:27.979789   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43109
I20260608 12:41:27.979923  5822 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43109 every 8 connection(s)
I20260608 12:41:27.984263  5823 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:27.995007  5823 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da: Bootstrap starting.
I20260608 12:41:27.999929  5823 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:28.004448  5823 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da: No bootstrap required, opened a new log
I20260608 12:41:28.006819  5823 raft_consensus.cc:359] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER }
I20260608 12:41:28.007206  5823 raft_consensus.cc:385] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:28.007397  5823 raft_consensus.cc:740] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa97c19d926b4919a06d4e2111cf28da, State: Initialized, Role: FOLLOWER
I20260608 12:41:28.007929  5823 consensus_queue.cc:260] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER }
I20260608 12:41:28.008450  5823 raft_consensus.cc:399] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:28.008654  5823 raft_consensus.cc:493] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:28.008874  5823 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:28.014035  5823 raft_consensus.cc:515] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER }
I20260608 12:41:28.014659  5823 leader_election.cc:304] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [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: aa97c19d926b4919a06d4e2111cf28da; no voters: 
I20260608 12:41:28.015836  5823 leader_election.cc:290] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:28.016332  5826 raft_consensus.cc:2804] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:28.017854  5826 raft_consensus.cc:697] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 1 LEADER]: Becoming Leader. State: Replica: aa97c19d926b4919a06d4e2111cf28da, State: Running, Role: LEADER
I20260608 12:41:28.018500  5826 consensus_queue.cc:237] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [LEADER]: Queue going to LEADER mode. State: All 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: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER }
I20260608 12:41:28.019003  5823 sys_catalog.cc:565] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:28.023341  5828 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [sys.catalog]: SysCatalogTable state changed. Reason: New leader aa97c19d926b4919a06d4e2111cf28da. Latest consensus state: current_term: 1 leader_uuid: "aa97c19d926b4919a06d4e2111cf28da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER } }
I20260608 12:41:28.023337  5827 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "aa97c19d926b4919a06d4e2111cf28da" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "aa97c19d926b4919a06d4e2111cf28da" member_type: VOTER } }
I20260608 12:41:28.024621  5828 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:28.025251  5827 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:28.028224  5834 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:28.035415  5834 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:28.036661   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:28.046592  5834 catalog_manager.cc:1382] Generated new cluster ID: a225ae9d74004ebcbd6946f18dd9e65b
I20260608 12:41:28.047276  5834 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:28.063215  5834 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:28.064734  5834 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:28.078029  5834 catalog_manager.cc:6069] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da: Generated new TSK 0
I20260608 12:41:28.078763  5834 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:28.103874   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:28.110894  5844 instance_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:28.112192  5845 instance_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:28.114521  5847 instance_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:28.114641   431 server_base.cc:1061] running on GCE node
I20260608 12:41:28.116035   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:28.116298   431 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:28.116487   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922488116469 us; error 0 us; skew 500 ppm
I20260608 12:41:28.117214   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:28.120123   431 webserver.cc:533] Webserver started at http://127.0.107.193:35139/ using document root <none> and password file <none>
I20260608 12:41:28.120937   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:28.121187   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:28.121505   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:28.122823   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "a5b5c4e16e3a432097cd4f046580a309"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.128243   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:41:28.132484  5852 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:28.133471   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:41:28.133854   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "a5b5c4e16e3a432097cd4f046580a309"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.134204   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-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:28.147703   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:28.149091   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:28.150746   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:28.153330   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:28.153573   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.153841   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:28.154029   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.195371   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35683
I20260608 12:41:28.195473  5914 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35683 every 8 connection(s)
I20260608 12:41:28.201112   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:28.208611  5919 instance_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:28.209714  5920 instance_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:28.213376  5922 instance_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:28.214596   431 server_base.cc:1061] running on GCE node
I20260608 12:41:28.215533  5915 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43109
I20260608 12:41:28.215915  5915 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:28.216734  5915 heartbeater.cc:507] Master 127.0.107.254:43109 requested a full tablet report, sending...
I20260608 12:41:28.216953   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:28.217268   431 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:28.217501   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922488217481 us; error 0 us; skew 500 ppm
I20260608 12:41:28.218324   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:28.219111  5788 ts_manager.cc:194] Registered new tserver with Master: a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683)
I20260608 12:41:28.221176   431 webserver.cc:533] Webserver started at http://127.0.107.194:44547/ using document root <none> and password file <none>
I20260608 12:41:28.221571  5788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54676
I20260608 12:41:28.221786   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:28.222043   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:28.222277   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:28.223538   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "e8ac988bb66b482496231523b996d477"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.229105   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:28.232924  5927 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:28.233750   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:41:28.234072   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "e8ac988bb66b482496231523b996d477"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.234326   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-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:28.246686   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:28.247869   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:28.249389   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:28.252104   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:28.252540   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.252851   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:28.253032   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.291796   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:44377
I20260608 12:41:28.291909  5989 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:44377 every 8 connection(s)
I20260608 12:41:28.297067   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:28.304200  5993 instance_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:28.305675  5994 instance_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:28.309288  5996 instance_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:28.309500   431 server_base.cc:1061] running on GCE node
I20260608 12:41:28.310644  5990 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43109
I20260608 12:41:28.310760   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:28.311070   431 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:28.311102  5990 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:28.311290   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922488311270 us; error 0 us; skew 500 ppm
I20260608 12:41:28.312129   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:28.312157  5990 heartbeater.cc:507] Master 127.0.107.254:43109 requested a full tablet report, sending...
I20260608 12:41:28.314831  5788 ts_manager.cc:194] Registered new tserver with Master: e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
I20260608 12:41:28.315232   431 webserver.cc:533] Webserver started at http://127.0.107.195:35579/ using document root <none> and password file <none>
I20260608 12:41:28.316004   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:28.316252   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:28.316573   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:28.316813  5788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54686
I20260608 12:41:28.318131   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "b4ac82b25a774223b5bbafe609963633"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.323220   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:28.326833  6001 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:28.327751   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:28.328117   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "b4ac82b25a774223b5bbafe609963633"
format_stamp: "Formatted at 2026-06-08 12:41:28 on dist-test-slave-62kf"
I20260608 12:41:28.328425   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-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:28.364254   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:28.365445   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:28.366963   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:28.369381   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:28.369647   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.369894   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:28.370100   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:28.410051   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:34449
I20260608 12:41:28.410177  6063 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:34449 every 8 connection(s)
I20260608 12:41:28.425007  6064 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43109
I20260608 12:41:28.425426  6064 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:28.426172  6064 heartbeater.cc:507] Master 127.0.107.254:43109 requested a full tablet report, sending...
I20260608 12:41:28.428365  5788 ts_manager.cc:194] Registered new tserver with Master: b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:28.429111   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015739207s
I20260608 12:41:28.430081  5788 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54688
I20260608 12:41:29.224515  5915 heartbeater.cc:499] Master 127.0.107.254:43109 was elected leader, sending a full tablet report...
I20260608 12:41:29.319833  5990 heartbeater.cc:499] Master 127.0.107.254:43109 was elected leader, sending a full tablet report...
I20260608 12:41:29.558625  6064 heartbeater.cc:499] Master 127.0.107.254:43109 was elected leader, sending a full tablet report...
I20260608 12:41:29.836879  5788 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54696:
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:41:29.840624  5788 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:29.907305  5955 tablet_service.cc:1511] Processing CreateTablet for tablet dde453d95fce45a5a7ed635d24a9a820 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:41:29.908953  5955 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde453d95fce45a5a7ed635d24a9a820. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.909070  5953 tablet_service.cc:1511] Processing CreateTablet for tablet 5f93ae52e4144780a3974b896208b8de (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:41:29.910590  5953 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f93ae52e4144780a3974b896208b8de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.914463  5954 tablet_service.cc:1511] Processing CreateTablet for tablet d5026e030c5b458e85c0c85249059716 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:41:29.916157  5954 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5026e030c5b458e85c0c85249059716. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.917722  5880 tablet_service.cc:1511] Processing CreateTablet for tablet dde453d95fce45a5a7ed635d24a9a820 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:41:29.918668  6027 tablet_service.cc:1511] Processing CreateTablet for tablet 5f93ae52e4144780a3974b896208b8de (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:41:29.918835  6028 tablet_service.cc:1511] Processing CreateTablet for tablet d5026e030c5b458e85c0c85249059716 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:41:29.919324  5880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde453d95fce45a5a7ed635d24a9a820. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.917717  5878 tablet_service.cc:1511] Processing CreateTablet for tablet 5f93ae52e4144780a3974b896208b8de (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 12:41:29.920565  6028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5026e030c5b458e85c0c85249059716. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.921121  5878 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f93ae52e4144780a3974b896208b8de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.921415  6029 tablet_service.cc:1511] Processing CreateTablet for tablet dde453d95fce45a5a7ed635d24a9a820 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 12:41:29.922363  6027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f93ae52e4144780a3974b896208b8de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.925482  6029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dde453d95fce45a5a7ed635d24a9a820. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.925105  5879 tablet_service.cc:1511] Processing CreateTablet for tablet d5026e030c5b458e85c0c85249059716 (DEFAULT_TABLE table=test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 12:41:29.926589  5879 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5026e030c5b458e85c0c85249059716. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:29.977339  6085 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: Bootstrap starting.
I20260608 12:41:29.979564  6084 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: Bootstrap starting.
I20260608 12:41:29.986375  6084 tablet_bootstrap.cc:654] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.988473  6086 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: Bootstrap starting.
I20260608 12:41:29.992841  6084 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: No bootstrap required, opened a new log
I20260608 12:41:29.993559  6084 ts_tablet_manager.cc:1403] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260608 12:41:29.994426  6085 tablet_bootstrap.cc:654] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.995901  6086 tablet_bootstrap.cc:654] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:29.997033  6084 raft_consensus.cc:359] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:29.997997  6084 raft_consensus.cc:385] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:29.998337  6084 raft_consensus.cc:740] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Initialized, Role: FOLLOWER
I20260608 12:41:29.999249  6084 consensus_queue.cc:260] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.000463  6085 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: No bootstrap required, opened a new log
I20260608 12:41:30.001183  6085 ts_tablet_manager.cc:1403] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260608 12:41:30.002063  6086 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: No bootstrap required, opened a new log
I20260608 12:41:30.002543  6086 ts_tablet_manager.cc:1403] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: Time spent bootstrapping tablet: real 0.014s	user 0.004s	sys 0.006s
I20260608 12:41:30.005659  6084 ts_tablet_manager.cc:1434] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.003s
I20260608 12:41:30.005323  6085 raft_consensus.cc:359] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.006119  6085 raft_consensus.cc:385] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.006440  6085 raft_consensus.cc:740] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5b5c4e16e3a432097cd4f046580a309, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.006793  6084 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Bootstrap starting.
I20260608 12:41:30.007354  6085 consensus_queue.cc:260] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.008625  6086 raft_consensus.cc:359] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.009526  6086 raft_consensus.cc:385] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.009899  6086 raft_consensus.cc:740] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.010960  6086 consensus_queue.cc:260] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.015482  6084 tablet_bootstrap.cc:654] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.017416  6085 ts_tablet_manager.cc:1434] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.008s
I20260608 12:41:30.024394  6085 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: Bootstrap starting.
I20260608 12:41:30.030269  6086 ts_tablet_manager.cc:1434] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: Time spent starting tablet: real 0.027s	user 0.017s	sys 0.009s
W20260608 12:41:30.033061  5836 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:30.035585  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
W20260608 12:41:30.036604  5841 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 12:41:30.037101  6085 tablet_bootstrap.cc:654] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.042474  6086 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Bootstrap starting.
I20260608 12:41:30.044013  6084 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: No bootstrap required, opened a new log
I20260608 12:41:30.044412  6090 raft_consensus.cc:493] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.045051  6090 raft_consensus.cc:515] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.044445  6085 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: No bootstrap required, opened a new log
I20260608 12:41:30.047670  6085 ts_tablet_manager.cc:1403] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260608 12:41:30.049670  6086 tablet_bootstrap.cc:654] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.052651  6090 leader_election.cc:290] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.044601  6084 ts_tablet_manager.cc:1403] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Time spent bootstrapping tablet: real 0.038s	user 0.014s	sys 0.023s
I20260608 12:41:30.050978  6085 raft_consensus.cc:359] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.055068  6085 raft_consensus.cc:385] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.055406  6085 raft_consensus.cc:740] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5b5c4e16e3a432097cd4f046580a309, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.057576  6084 raft_consensus.cc:359] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.058367  6085 consensus_queue.cc:260] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.058385  6084 raft_consensus.cc:385] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.060846  6085 ts_tablet_manager.cc:1434] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:41:30.061942  6085 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: Bootstrap starting.
I20260608 12:41:30.059311  6084 raft_consensus.cc:740] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.063458  6084 consensus_queue.cc:260] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.066174  6084 ts_tablet_manager.cc:1434] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:41:30.068526  6084 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: Bootstrap starting.
I20260608 12:41:30.075224  6084 tablet_bootstrap.cc:654] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.075224  6085 tablet_bootstrap.cc:654] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.089478  6084 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: No bootstrap required, opened a new log
I20260608 12:41:30.090039  6084 ts_tablet_manager.cc:1403] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.005s
I20260608 12:41:30.093076  6084 raft_consensus.cc:359] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.094283  6084 raft_consensus.cc:385] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.095693  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309" is_pre_election: true
I20260608 12:41:30.096915  6084 raft_consensus.cc:740] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.097275  6086 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: No bootstrap required, opened a new log
I20260608 12:41:30.097358  5890 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 0.
I20260608 12:41:30.097975  6086 ts_tablet_manager.cc:1403] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Time spent bootstrapping tablet: real 0.056s	user 0.017s	sys 0.031s
I20260608 12:41:30.097973  6084 consensus_queue.cc:260] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.096378  6085 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: No bootstrap required, opened a new log
I20260608 12:41:30.098935  5928 leader_election.cc:304] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: 
I20260608 12:41:30.099783  6085 ts_tablet_manager.cc:1403] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: Time spent bootstrapping tablet: real 0.038s	user 0.013s	sys 0.000s
I20260608 12:41:30.100258  6090 raft_consensus.cc:2804] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.100666  6090 raft_consensus.cc:493] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.101039  6090 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.102164  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633" is_pre_election: true
W20260608 12:41:30.104214  5931 leader_election.cc:343] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.104440  6086 raft_consensus.cc:359] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.105368  6086 raft_consensus.cc:385] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.105698  6086 raft_consensus.cc:740] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.106549  6086 consensus_queue.cc:260] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.107455  6085 raft_consensus.cc:359] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.108708  6085 raft_consensus.cc:385] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.109236  6086 ts_tablet_manager.cc:1434] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:41:30.109166  6085 raft_consensus.cc:740] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5b5c4e16e3a432097cd4f046580a309, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.110466  6086 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: Bootstrap starting.
I20260608 12:41:30.110842  6085 consensus_queue.cc:260] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.111637  6090 raft_consensus.cc:515] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.117122  6085 ts_tablet_manager.cc:1434] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260608 12:41:30.117590  6086 tablet_bootstrap.cc:654] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:30.119536  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:30.120200  5890 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.122026  6084 ts_tablet_manager.cc:1434] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: Time spent starting tablet: real 0.032s	user 0.021s	sys 0.005s
I20260608 12:41:30.122999  6090 leader_election.cc:290] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.124454  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633"
W20260608 12:41:30.126024  5931 leader_election.cc:343] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:30.126825  6086 tablet_bootstrap.cc:492] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: No bootstrap required, opened a new log
I20260608 12:41:30.127363  6086 ts_tablet_manager.cc:1403] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.001s
I20260608 12:41:30.129565  6086 raft_consensus.cc:359] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.129732  5890 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 1.
I20260608 12:41:30.130128  6086 raft_consensus.cc:385] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:30.130484  6086 raft_consensus.cc:740] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Initialized, Role: FOLLOWER
I20260608 12:41:30.131206  5928 leader_election.cc:304] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [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: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: b4ac82b25a774223b5bbafe609963633
I20260608 12:41:30.131302  6086 consensus_queue.cc:260] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.132745  6090 raft_consensus.cc:2804] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.133256  6090 raft_consensus.cc:697] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Leader. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:30.133751  6086 ts_tablet_manager.cc:1434] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:41:30.134127  6090 consensus_queue.cc:237] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.136901  6092 raft_consensus.cc:493] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.137612  6092 raft_consensus.cc:515] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.144222  6092 leader_election.cc:290] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
I20260608 12:41:30.149746  6100 raft_consensus.cc:493] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.150547  6100 raft_consensus.cc:515] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.154662  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309" is_pre_election: true
I20260608 12:41:30.154762  6100 leader_election.cc:290] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.155463  5890 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 0.
I20260608 12:41:30.156725  5928 leader_election.cc:304] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: 
I20260608 12:41:30.158030  6100 raft_consensus.cc:493] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.158582  6100 raft_consensus.cc:515] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.160943  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633" is_pre_election: true
I20260608 12:41:30.161712  6039 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 0.
I20260608 12:41:30.161952  6100 leader_election.cc:290] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.161406  5785 catalog_manager.cc:5696] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8ac988bb66b482496231523b996d477 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.163424  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309" is_pre_election: true
I20260608 12:41:30.162618  6090 raft_consensus.cc:2804] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.164170  5890 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 0.
I20260608 12:41:30.164358  6090 raft_consensus.cc:493] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.165434  6090 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.165532  5928 leader_election.cc:304] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: 
I20260608 12:41:30.166417  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633" is_pre_election: true
I20260608 12:41:30.174186  6100 raft_consensus.cc:2804] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.174340  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8ac988bb66b482496231523b996d477" is_pre_election: true
I20260608 12:41:30.174738  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309" is_pre_election: true
I20260608 12:41:30.174754  6100 raft_consensus.cc:493] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.174350  6039 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 0.
I20260608 12:41:30.175447  5890 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b4ac82b25a774223b5bbafe609963633 in term 0.
I20260608 12:41:30.175604  6100 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.176901  6090 raft_consensus.cc:515] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.177995  6002 leader_election.cc:304] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a5b5c4e16e3a432097cd4f046580a309, b4ac82b25a774223b5bbafe609963633; no voters: 
I20260608 12:41:30.178874  6092 raft_consensus.cc:2804] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:30.179236  6090 leader_election.cc:290] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.179272  6092 raft_consensus.cc:493] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:30.180171  6092 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.180804  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633"
I20260608 12:41:30.181037  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:30.181447  6039 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.181989  5890 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.186331  6100 raft_consensus.cc:515] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.187810  5965 raft_consensus.cc:2393] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b4ac82b25a774223b5bbafe609963633 in current term 1: Already voted for candidate e8ac988bb66b482496231523b996d477 in this term.
I20260608 12:41:30.187907  6092 raft_consensus.cc:515] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.188686  6039 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 1.
I20260608 12:41:30.189033  6100 leader_election.cc:290] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:30.189771  5931 leader_election.cc:304] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b4ac82b25a774223b5bbafe609963633, e8ac988bb66b482496231523b996d477; no voters: 
I20260608 12:41:30.190405  6038 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b4ac82b25a774223b5bbafe609963633"
I20260608 12:41:30.191275  6038 raft_consensus.cc:2393] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e8ac988bb66b482496231523b996d477 in current term 1: Already voted for candidate b4ac82b25a774223b5bbafe609963633 in this term.
I20260608 12:41:30.192005  5889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:30.192469  6092 leader_election.cc:290] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 1 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
I20260608 12:41:30.192664  5889 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.193360  5890 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 1.
I20260608 12:41:30.192137  6100 raft_consensus.cc:2804] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.193862  5888 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:30.194325  6100 raft_consensus.cc:697] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Leader. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:30.195272  6100 consensus_queue.cc:237] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.196195  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8ac988bb66b482496231523b996d477"
I20260608 12:41:30.197016  5965 raft_consensus.cc:2393] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b4ac82b25a774223b5bbafe609963633 in current term 1: Already voted for candidate e8ac988bb66b482496231523b996d477 in this term.
I20260608 12:41:30.198300  6005 leader_election.cc:304] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [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: b4ac82b25a774223b5bbafe609963633; no voters: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477
I20260608 12:41:30.199679  6092 raft_consensus.cc:2749] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:41:30.201423  5889 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 1.
I20260608 12:41:30.202613  5928 leader_election.cc:304] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [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: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: b4ac82b25a774223b5bbafe609963633
I20260608 12:41:30.203487  6100 raft_consensus.cc:2804] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:30.204056  6100 raft_consensus.cc:697] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Leader. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:30.204962  6100 consensus_queue.cc:237] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.204653  5785 catalog_manager.cc:5696] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8ac988bb66b482496231523b996d477 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.218699  5785 catalog_manager.cc:5696] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 reported cstate change: term changed from 0 to 1, leader changed from <none> to e8ac988bb66b482496231523b996d477 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:30.233207   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:30.240093  6107 instance_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.241562  6108 instance_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.243218  6110 instance_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.243432   431 server_base.cc:1061] running on GCE node
I20260608 12:41:30.245148   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:30.245404   431 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.245723   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922490245698 us; error 0 us; skew 500 ppm
I20260608 12:41:30.246423   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:30.249145   431 webserver.cc:533] Webserver started at http://127.0.107.196:42991/ using document root <none> and password file <none>
I20260608 12:41:30.249749   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:30.249989   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:30.250305   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:30.251526   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "0509a5e1373441938f725ca0a47d8a5b"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-62kf"
I20260608 12:41:30.256749   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:30.260519  6115 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.261333   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.003s
I20260608 12:41:30.261713   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "0509a5e1373441938f725ca0a47d8a5b"
format_stamp: "Formatted at 2026-06-08 12:41:30 on dist-test-slave-62kf"
I20260608 12:41:30.262044   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-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:30.286651   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:30.288031   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:30.289471   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:30.291923   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:30.292201   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.292454   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:30.292635   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:30.334123   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34063
I20260608 12:41:30.334239  6177 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34063 every 8 connection(s)
I20260608 12:41:30.349473  6178 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43109
I20260608 12:41:30.349929  6178 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:30.350797  6178 heartbeater.cc:507] Master 127.0.107.254:43109 requested a full tablet report, sending...
I20260608 12:41:30.353040  5785 ts_manager.cc:194] Registered new tserver with Master: 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196:34063)
I20260608 12:41:30.354667  5785 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54708
I20260608 12:41:30.362125  6092 raft_consensus.cc:493] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:30.362726  6092 raft_consensus.cc:515] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:30.365207  6092 leader_election.cc:290] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e8ac988bb66b482496231523b996d477 (127.0.107.194:44377), a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683)
I20260608 12:41:30.366017  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e8ac988bb66b482496231523b996d477" is_pre_election: true
I20260608 12:41:30.366364  5889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5b5c4e16e3a432097cd4f046580a309" is_pre_election: true
I20260608 12:41:30.367216  5889 raft_consensus.cc:2393] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate b4ac82b25a774223b5bbafe609963633 in current term 1: Already voted for candidate e8ac988bb66b482496231523b996d477 in this term.
I20260608 12:41:30.368227  6002 leader_election.cc:304] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [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: b4ac82b25a774223b5bbafe609963633; no voters: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477
I20260608 12:41:30.368942  6092 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:30.374269  6092 raft_consensus.cc:2749] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:41:30.432507  6100 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:30.440286  6090 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 12:41:30.440642  6090 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 12:41:30.445452  6100 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:30.484910  6100 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:30.500778  6189 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:41:30.512580  6189 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:30.563587  6100 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:30.772859  5911 debug-util.cc:398] Leaking SignalData structure 0x7b0800139240 after lost signal to thread 434
I20260608 12:41:31.072261  5965 consensus_queue.cc:237] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [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: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.081075  6039 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: 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:31.084584  5889 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: 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:31.086418  6189 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:31.087623  6100 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:31.108239  5889 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
W20260608 12:41:31.113353  5930 consensus_peers.cc:597] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 -> Peer 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196:34063): Couldn't send request to peer 0509a5e1373441938f725ca0a47d8a5b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d5026e030c5b458e85c0c85249059716. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.113618  6039 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.129298  5785 catalog_manager.cc:5696] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 reported cstate change: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.358261  6178 heartbeater.cc:499] Master 127.0.107.254:43109 was elected leader, sending a full tablet report...
I20260608 12:41:31.398128  6185 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.414121  5965 consensus_queue.cc:237] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [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: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.426302  5889 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:31.428115  5930 consensus_peers.cc:597] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 -> Peer 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196:34063): Couldn't send request to peer 0509a5e1373441938f725ca0a47d8a5b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5f93ae52e4144780a3974b896208b8de. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:31.429033  6189 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:31.430785  6204 ts_tablet_manager.cc:933] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: Initiating tablet copy from peer e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
I20260608 12:41:31.430941  6039 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: 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:31.433296  6090 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:31.441676  5890 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.447880  6204 tablet_copy_client.cc:323] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:44377
I20260608 12:41:31.450104  6039 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.462159  5787 catalog_manager.cc:5696] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 reported cstate change: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.479269  5975 tablet_copy_service.cc:140] P e8ac988bb66b482496231523b996d477: Received BeginTabletCopySession request for tablet d5026e030c5b458e85c0c85249059716 from peer 0509a5e1373441938f725ca0a47d8a5b ({username='slave'} at 127.0.0.1:42364)
I20260608 12:41:31.479925  5975 tablet_copy_service.cc:161] P e8ac988bb66b482496231523b996d477: Beginning new tablet copy session on tablet d5026e030c5b458e85c0c85249059716 from peer 0509a5e1373441938f725ca0a47d8a5b at {username='slave'} at 127.0.0.1:42364: session id = 0509a5e1373441938f725ca0a47d8a5b-d5026e030c5b458e85c0c85249059716
I20260608 12:41:31.488073  5975 tablet_copy_source_session.cc:215] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.491680  6204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d5026e030c5b458e85c0c85249059716. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.511436  6204 tablet_copy_client.cc:806] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.512169  6204 tablet_copy_client.cc:670] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:31.516379  6204 tablet_copy_client.cc:538] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:31.527350  6204 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: Bootstrap starting.
I20260608 12:41:31.551698  6204 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: 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:31.552800  6204 tablet_bootstrap.cc:492] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: Bootstrap complete.
I20260608 12:41:31.553615  6204 ts_tablet_manager.cc:1403] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: Time spent bootstrapping tablet: real 0.027s	user 0.022s	sys 0.005s
I20260608 12:41:31.557430  6204 raft_consensus.cc:359] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.558403  6204 raft_consensus.cc:740] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0509a5e1373441938f725ca0a47d8a5b, State: Initialized, Role: LEARNER
I20260608 12:41:31.559227  6204 consensus_queue.cc:260] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [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: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.562469  6204 ts_tablet_manager.cc:1434] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: Time spent starting tablet: real 0.008s	user 0.009s	sys 0.000s
I20260608 12:41:31.564736  5975 tablet_copy_service.cc:342] P e8ac988bb66b482496231523b996d477: Request end of tablet copy session 0509a5e1373441938f725ca0a47d8a5b-d5026e030c5b458e85c0c85249059716 received from {username='slave'} at 127.0.0.1:42364
I20260608 12:41:31.565294  5975 tablet_copy_service.cc:434] P e8ac988bb66b482496231523b996d477: ending tablet copy session 0509a5e1373441938f725ca0a47d8a5b-d5026e030c5b458e85c0c85249059716 on tablet d5026e030c5b458e85c0c85249059716 with peer 0509a5e1373441938f725ca0a47d8a5b
I20260608 12:41:31.701531  6100 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } } }
I20260608 12:41:31.716305  5965 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d5026e030c5b458e85c0c85249059716"
dest_uuid: "e8ac988bb66b482496231523b996d477"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:42326
I20260608 12:41:31.717082  5965 raft_consensus.cc:606] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:31.717366  6204 ts_tablet_manager.cc:933] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: Initiating tablet copy from peer e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
I20260608 12:41:31.721887  5965 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d5026e030c5b458e85c0c85249059716"
dest_uuid: "e8ac988bb66b482496231523b996d477"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:42326
I20260608 12:41:31.722553  5965 raft_consensus.cc:606] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Received request to transfer leadership
W20260608 12:41:31.725409  5775 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for d5026e030c5b458e85c0c85249059716 already in progress [suppressed 13 similar messages]
I20260608 12:41:31.727685  6204 tablet_copy_client.cc:323] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:44377
I20260608 12:41:31.729010  5965 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "d5026e030c5b458e85c0c85249059716"
dest_uuid: "e8ac988bb66b482496231523b996d477"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:42326
I20260608 12:41:31.729774  5965 raft_consensus.cc:606] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Received request to transfer leadership
I20260608 12:41:31.729959  5975 tablet_copy_service.cc:140] P e8ac988bb66b482496231523b996d477: Received BeginTabletCopySession request for tablet 5f93ae52e4144780a3974b896208b8de from peer 0509a5e1373441938f725ca0a47d8a5b ({username='slave'} at 127.0.0.1:42364)
I20260608 12:41:31.730582  5975 tablet_copy_service.cc:161] P e8ac988bb66b482496231523b996d477: Beginning new tablet copy session on tablet 5f93ae52e4144780a3974b896208b8de from peer 0509a5e1373441938f725ca0a47d8a5b at {username='slave'} at 127.0.0.1:42364: session id = 0509a5e1373441938f725ca0a47d8a5b-5f93ae52e4144780a3974b896208b8de
W20260608 12:41:31.735110  5836 auto_rebalancer.cc:855] Removing replace marker failed: Service unavailable: leader transfer in progress
W20260608 12:41:31.735662  5836 auto_rebalancer.cc:863] Could not move replica: Remote error: Service unavailable: leadership transfer for d5026e030c5b458e85c0c85249059716 already in progress
W20260608 12:41:31.736146  5836 auto_rebalancer.cc:301] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for d5026e030c5b458e85c0c85249059716 already in progress
I20260608 12:41:31.738756  5975 tablet_copy_source_session.cc:215] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:31.741901  6204 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f93ae52e4144780a3974b896208b8de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:31.754205  6204 tablet_copy_client.cc:806] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:31.754890  6204 tablet_copy_client.cc:670] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:31.758657  6204 tablet_copy_client.cc:538] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:31.767120  6152 raft_consensus.cc:1217] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:31.767611  6204 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: Bootstrap starting.
I20260608 12:41:31.791316  6204 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: 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:31.792371  6204 tablet_bootstrap.cc:492] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: Bootstrap complete.
I20260608 12:41:31.793185  6204 ts_tablet_manager.cc:1403] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.016s
I20260608 12:41:31.796532  6204 raft_consensus.cc:359] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.797441  6204 raft_consensus.cc:740] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 0509a5e1373441938f725ca0a47d8a5b, State: Initialized, Role: LEARNER
I20260608 12:41:31.798213  6204 consensus_queue.cc:260] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [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: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.800768  6204 ts_tablet_manager.cc:1434] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 12:41:31.802883  5975 tablet_copy_service.cc:342] P e8ac988bb66b482496231523b996d477: Request end of tablet copy session 0509a5e1373441938f725ca0a47d8a5b-5f93ae52e4144780a3974b896208b8de received from {username='slave'} at 127.0.0.1:42364
I20260608 12:41:31.803377  5975 tablet_copy_service.cc:434] P e8ac988bb66b482496231523b996d477: ending tablet copy session 0509a5e1373441938f725ca0a47d8a5b-5f93ae52e4144780a3974b896208b8de on tablet 5f93ae52e4144780a3974b896208b8de with peer 0509a5e1373441938f725ca0a47d8a5b
I20260608 12:41:31.948889  6188 raft_consensus.cc:993] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: : Instructing follower b4ac82b25a774223b5bbafe609963633 to start an election
I20260608 12:41:31.949580  6100 raft_consensus.cc:1081] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Signalling peer b4ac82b25a774223b5bbafe609963633 to start an election
I20260608 12:41:31.951743  6039 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "d5026e030c5b458e85c0c85249059716"
dest_uuid: "b4ac82b25a774223b5bbafe609963633"
 from {username='slave'} at 127.0.0.1:43716
I20260608 12:41:31.952554  6039 raft_consensus.cc:493] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:31.952970  6039 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:31.962003  6039 raft_consensus.cc:515] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.967350  5890 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:31.967919  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d5026e030c5b458e85c0c85249059716" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "e8ac988bb66b482496231523b996d477"
I20260608 12:41:31.968478  5890 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:31.968703  5965 raft_consensus.cc:3055] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:31.969194  5965 raft_consensus.cc:740] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:31.970340  5965 consensus_queue.cc:260] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:31.972297  5965 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:31.977632  5890 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4ac82b25a774223b5bbafe609963633 in term 2.
I20260608 12:41:31.977207  6039 leader_election.cc:290] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 2 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), e8ac988bb66b482496231523b996d477 (127.0.107.194:44377)
W20260608 12:41:31.979811  5929 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 12:41:31.980053  6002 leader_election.cc:304] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [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: a5b5c4e16e3a432097cd4f046580a309, b4ac82b25a774223b5bbafe609963633; no voters: 
I20260608 12:41:31.985313  5965 raft_consensus.cc:2468] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4ac82b25a774223b5bbafe609963633 in term 2.
I20260608 12:41:31.988889  6212 raft_consensus.cc:2804] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:31.990402  6212 raft_consensus.cc:697] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Becoming Leader. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Running, Role: LEADER
I20260608 12:41:31.991822  6212 consensus_queue.cc:237] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:32.004913  5787 catalog_manager.cc:5696] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 reported cstate change: term changed from 1 to 2, leader changed from e8ac988bb66b482496231523b996d477 (127.0.107.194) to b4ac82b25a774223b5bbafe609963633 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "b4ac82b25a774223b5bbafe609963633" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:32.038084  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:32.075083  5965 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de"
dest_uuid: "e8ac988bb66b482496231523b996d477"
mode: GRACEFUL
new_leader_uuid: "a5b5c4e16e3a432097cd4f046580a309"
 from {username='slave'} at 127.0.0.1:42376
I20260608 12:41:32.075845  5965 raft_consensus.cc:606] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Received request to transfer leadership to TS a5b5c4e16e3a432097cd4f046580a309
I20260608 12:41:32.079347  5965 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820"
dest_uuid: "e8ac988bb66b482496231523b996d477"
mode: GRACEFUL
new_leader_uuid: "b4ac82b25a774223b5bbafe609963633"
 from {username='slave'} at 127.0.0.1:42376
I20260608 12:41:32.080046  5965 raft_consensus.cc:606] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Received request to transfer leadership to TS b4ac82b25a774223b5bbafe609963633
I20260608 12:41:32.080703  6152 raft_consensus.cc:1217] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:32.081696  5841 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260608 12:41:32.082315  5841 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:32.226110  5965 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:32.228001  6212 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.317364  5890 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:32.319149  6212 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.364671  6152 raft_consensus.cc:3060] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Advancing to term 2
I20260608 12:41:32.378829  6152 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 LEARNER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:32.382131  6212 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:32.473356  6188 raft_consensus.cc:993] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: : Instructing follower b4ac82b25a774223b5bbafe609963633 to start an election
I20260608 12:41:32.474046  6100 raft_consensus.cc:1081] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Signalling peer b4ac82b25a774223b5bbafe609963633 to start an election
I20260608 12:41:32.476183  6039 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820"
dest_uuid: "b4ac82b25a774223b5bbafe609963633"
 from {username='slave'} at 127.0.0.1:43716
I20260608 12:41:32.476819  6039 raft_consensus.cc:493] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:32.477239  6039 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.484930  6039 raft_consensus.cc:515] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:32.488430  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "e8ac988bb66b482496231523b996d477"
I20260608 12:41:32.489130  5965 raft_consensus.cc:3055] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:32.489231  6039 leader_election.cc:290] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [CANDIDATE]: Term 2 election: Requested vote from peers e8ac988bb66b482496231523b996d477 (127.0.107.194:44377), a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683)
I20260608 12:41:32.489565  5965 raft_consensus.cc:740] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:32.490687  5965 consensus_queue.cc:260] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [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: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:32.491216  5889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "b4ac82b25a774223b5bbafe609963633" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:32.491926  5889 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.492221  5965 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.500516  5889 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4ac82b25a774223b5bbafe609963633 in term 2.
I20260608 12:41:32.502615  6002 leader_election.cc:304] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [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: a5b5c4e16e3a432097cd4f046580a309, b4ac82b25a774223b5bbafe609963633; no voters: 
I20260608 12:41:32.503537  6213 raft_consensus.cc:2804] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:32.504331  5965 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b4ac82b25a774223b5bbafe609963633 in term 2.
I20260608 12:41:32.506703  6213 raft_consensus.cc:697] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Becoming Leader. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Running, Role: LEADER
I20260608 12:41:32.507824  6213 consensus_queue.cc:237] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [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: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:32.517720  5785 catalog_manager.cc:5696] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 reported cstate change: term changed from 1 to 2, leader changed from e8ac988bb66b482496231523b996d477 (127.0.107.194) to b4ac82b25a774223b5bbafe609963633 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "b4ac82b25a774223b5bbafe609963633" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:32.526830  6212 raft_consensus.cc:1064] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: attempting to promote NON_VOTER 0509a5e1373441938f725ca0a47d8a5b to VOTER
I20260608 12:41:32.530004  6212 consensus_queue.cc:237] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 2, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } }
I20260608 12:41:32.537362  6152 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 LEARNER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:32.538455  5965 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:32.539415  6227 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:32.541277  6227 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } 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:32.548682  5889 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:32.549342  6185 raft_consensus.cc:993] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: : Instructing follower a5b5c4e16e3a432097cd4f046580a309 to start an election
I20260608 12:41:32.549971  6185 raft_consensus.cc:1081] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Signalling peer a5b5c4e16e3a432097cd4f046580a309 to start an election
I20260608 12:41:32.550832  6230 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:32.552171  5889 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de"
dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
 from {username='slave'} at 127.0.0.1:50864
I20260608 12:41:32.552824  5889 raft_consensus.cc:493] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:32.553208  5889 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.564862  6153 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.570253  5965 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.576400  5889 raft_consensus.cc:515] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:32.581676  5787 catalog_manager.cc:5696] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b reported cstate change: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "b4ac82b25a774223b5bbafe609963633" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.600891  5889 leader_election.cc:290] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [CANDIDATE]: Term 2 election: Requested vote from peers e8ac988bb66b482496231523b996d477 (127.0.107.194:44377), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:32.605353  6213 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.621148  5889 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } attrs { replace: true } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.641378  5965 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "a5b5c4e16e3a432097cd4f046580a309" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "e8ac988bb66b482496231523b996d477"
I20260608 12:41:32.642104  5965 raft_consensus.cc:3055] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 12:41:32.642454  5965 raft_consensus.cc:740] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:32.643384  5965 consensus_queue.cc:260] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:32.645453  5965 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.649155  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f93ae52e4144780a3974b896208b8de" candidate_uuid: "a5b5c4e16e3a432097cd4f046580a309" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "b4ac82b25a774223b5bbafe609963633"
I20260608 12:41:32.649777  6039 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:32.657383  6039 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a5b5c4e16e3a432097cd4f046580a309 in term 2.
I20260608 12:41:32.659116  5856 leader_election.cc:304] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [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: a5b5c4e16e3a432097cd4f046580a309, b4ac82b25a774223b5bbafe609963633; no voters: 
I20260608 12:41:32.660351  6219 raft_consensus.cc:2804] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:32.662493  5965 raft_consensus.cc:2468] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a5b5c4e16e3a432097cd4f046580a309 in term 2.
I20260608 12:41:32.664657  6219 raft_consensus.cc:697] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 LEADER]: Becoming Leader. State: Replica: a5b5c4e16e3a432097cd4f046580a309, State: Running, Role: LEADER
I20260608 12:41:32.665737  6219 consensus_queue.cc:237] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } }
I20260608 12:41:32.686232  6039 consensus_queue.cc:237] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } }
I20260608 12:41:32.693882  6153 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:32.693744  5788 catalog_manager.cc:5696] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 reported cstate change: term changed from 1 to 2, leader changed from e8ac988bb66b482496231523b996d477 (127.0.107.194) to a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "a5b5c4e16e3a432097cd4f046580a309" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:32.699287  6227 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } 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:32.701259  5889 raft_consensus.cc:1275] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:32.703224  6227 consensus_queue.cc:1048] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:41:32.719691  5889 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER e8ac988bb66b482496231523b996d477 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.720861  6153 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER e8ac988bb66b482496231523b996d477 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.737342  5786 catalog_manager.cc:5696] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b reported cstate change: config changed from index 4 to 5, VOTER e8ac988bb66b482496231523b996d477 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "b4ac82b25a774223b5bbafe609963633" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:32.776186  5889 raft_consensus.cc:1275] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:32.778116  6230 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:32.869757  5965 raft_consensus.cc:1275] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer b4ac82b25a774223b5bbafe609963633: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:41:32.871466  6230 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:32.929687  6039 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:32.931459  6219 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:32.996698  6153 raft_consensus.cc:3060] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 1 LEARNER]: Advancing to term 2
I20260608 12:41:33.005627  6153 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 LEARNER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:33.007409  6219 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:33.019284  5965 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:41:33.021773  6219 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:33.194265  5954 tablet_service.cc:1558] Processing DeleteTablet for tablet d5026e030c5b458e85c0c85249059716 with delete_type TABLET_DATA_TOMBSTONED (TS e8ac988bb66b482496231523b996d477 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:42326
I20260608 12:41:33.210255  6247 tablet_replica.cc:333] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: stopping tablet replica
I20260608 12:41:33.211704  6247 raft_consensus.cc:2243] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.212589  6247 raft_consensus.cc:2272] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.214807  6235 raft_consensus.cc:1064] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: attempting to promote NON_VOTER 0509a5e1373441938f725ca0a47d8a5b to VOTER
I20260608 12:41:33.218045  6235 consensus_queue.cc:237] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 2, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } }
I20260608 12:41:33.231529  6039 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.233954  6247 ts_tablet_manager.cc:1916] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:33.235051  5965 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.238616  6235 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } 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:33.245244  6245 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 12:41:33.253696  6153 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 LEARNER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:41:33.255584  6245 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:33.262063  6247 ts_tablet_manager.cc:1929] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:33.262665  6247 log.cc:1199] T d5026e030c5b458e85c0c85249059716 P e8ac988bb66b482496231523b996d477: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-1-root/wals/d5026e030c5b458e85c0c85249059716
I20260608 12:41:33.264678  5775 catalog_manager.cc:5027] TS e8ac988bb66b482496231523b996d477 (127.0.107.194:44377): tablet d5026e030c5b458e85c0c85249059716 (table test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]) successfully deleted
I20260608 12:41:33.268904  6153 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.268630  5964 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.278699  6213 raft_consensus.cc:2955] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER e8ac988bb66b482496231523b996d477 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.284595  5785 catalog_manager.cc:5696] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 reported cstate change: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a5b5c4e16e3a432097cd4f046580a309" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.294646  5775 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d5026e030c5b458e85c0c85249059716 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:33.452142  6219 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.468998  6039 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 0509a5e1373441938f725ca0a47d8a5b (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } attrs { replace: true } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.561426  5889 consensus_queue.cc:237] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } }
I20260608 12:41:33.571295  6153 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:33.572436  5964 raft_consensus.cc:1275] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Refusing update from remote peer a5b5c4e16e3a432097cd4f046580a309: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:41:33.574215  6245 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:41:33.576359  6235 consensus_queue.cc:1048] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } 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:33.588384  6152 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b4ac82b25a774223b5bbafe609963633 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.594590  5964 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b4ac82b25a774223b5bbafe609963633 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.609714  5787 catalog_manager.cc:5696] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 reported cstate change: config changed from index 4 to 5, VOTER b4ac82b25a774223b5bbafe609963633 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "a5b5c4e16e3a432097cd4f046580a309" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:33.797626  6028 tablet_service.cc:1558] Processing DeleteTablet for tablet 5f93ae52e4144780a3974b896208b8de with delete_type TABLET_DATA_TOMBSTONED (TS b4ac82b25a774223b5bbafe609963633 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:43700
I20260608 12:41:33.800189  6249 tablet_replica.cc:333] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: stopping tablet replica
I20260608 12:41:33.801388  6249 raft_consensus.cc:2243] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:33.802361  6249 raft_consensus.cc:2272] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:33.806375  6249 ts_tablet_manager.cc:1916] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:41:33.825671  6249 ts_tablet_manager.cc:1929] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:41:33.826114  6249 log.cc:1199] T 5f93ae52e4144780a3974b896208b8de P b4ac82b25a774223b5bbafe609963633: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780922350108766-431-0/minicluster-data/ts-2-root/wals/5f93ae52e4144780a3974b896208b8de
I20260608 12:41:33.828017  5775 catalog_manager.cc:5027] TS b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449): tablet 5f93ae52e4144780a3974b896208b8de (table test-workload [id=edfd1c7b6c75425a82f5dc77e7876caf]) successfully deleted
I20260608 12:41:34.048964  6219 raft_consensus.cc:2955] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b4ac82b25a774223b5bbafe609963633 (127.0.107.195) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "0509a5e1373441938f725ca0a47d8a5b" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34063 } attrs { promote: false } } }
I20260608 12:41:34.056393  5772 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5f93ae52e4144780a3974b896208b8de with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:34.083352  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:34.098528  6039 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820"
dest_uuid: "b4ac82b25a774223b5bbafe609963633"
mode: GRACEFUL
new_leader_uuid: "e8ac988bb66b482496231523b996d477"
 from {username='slave'} at 127.0.0.1:43736
I20260608 12:41:34.099123  6039 raft_consensus.cc:606] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Received request to transfer leadership to TS e8ac988bb66b482496231523b996d477
I20260608 12:41:34.100502  5841 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 12:41:34.100939  5841 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:34.497716  6252 raft_consensus.cc:993] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: : Instructing follower e8ac988bb66b482496231523b996d477 to start an election
I20260608 12:41:34.498383  6212 raft_consensus.cc:1081] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Signalling peer e8ac988bb66b482496231523b996d477 to start an election
I20260608 12:41:34.500239  5964 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820"
dest_uuid: "e8ac988bb66b482496231523b996d477"
 from {username='slave'} at 127.0.0.1:42338
I20260608 12:41:34.500958  5964 raft_consensus.cc:493] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 12:41:34.501348  5964 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:34.506940  5964 raft_consensus.cc:515] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:34.509027  5964 leader_election.cc:290] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [CANDIDATE]: Term 3 election: Requested vote from peers a5b5c4e16e3a432097cd4f046580a309 (127.0.107.193:35683), b4ac82b25a774223b5bbafe609963633 (127.0.107.195:34449)
I20260608 12:41:34.510175  6039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "b4ac82b25a774223b5bbafe609963633"
I20260608 12:41:34.509999  5889 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dde453d95fce45a5a7ed635d24a9a820" candidate_uuid: "e8ac988bb66b482496231523b996d477" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "a5b5c4e16e3a432097cd4f046580a309"
I20260608 12:41:34.510783  6039 raft_consensus.cc:3055] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 12:41:34.510831  5889 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:34.511130  6039 raft_consensus.cc:740] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: b4ac82b25a774223b5bbafe609963633, State: Running, Role: LEADER
I20260608 12:41:34.512109  6039 consensus_queue.cc:260] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 2, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:34.513338  6039 raft_consensus.cc:3060] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Advancing to term 3
I20260608 12:41:34.517047  5889 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 3.
I20260608 12:41:34.518332  6039 raft_consensus.cc:2468] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e8ac988bb66b482496231523b996d477 in term 3.
I20260608 12:41:34.518711  5928 leader_election.cc:304] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [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: a5b5c4e16e3a432097cd4f046580a309, e8ac988bb66b482496231523b996d477; no voters: 
I20260608 12:41:34.520566  6253 raft_consensus.cc:2804] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 12:41:34.521464  6253 raft_consensus.cc:697] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 3 LEADER]: Becoming Leader. State: Replica: e8ac988bb66b482496231523b996d477, State: Running, Role: LEADER
I20260608 12:41:34.522259  6253 consensus_queue.cc:237] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 2.2, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } }
I20260608 12:41:34.529070  5786 catalog_manager.cc:5696] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 reported cstate change: term changed from 2 to 3, leader changed from b4ac82b25a774223b5bbafe609963633 (127.0.107.195) to e8ac988bb66b482496231523b996d477 (127.0.107.194). New cstate: current_term: 3 leader_uuid: "e8ac988bb66b482496231523b996d477" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e8ac988bb66b482496231523b996d477" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 44377 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:34.763805  6039 raft_consensus.cc:1275] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 3 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:34.765394  6253 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b4ac82b25a774223b5bbafe609963633" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 34449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:34.787066  5889 raft_consensus.cc:1275] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 3 FOLLOWER]: Refusing update from remote peer e8ac988bb66b482496231523b996d477: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 12:41:34.788494  6253 consensus_queue.cc:1048] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5b5c4e16e3a432097cd4f046580a309" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:36.102003  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:36.104869  5841 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:36.105283  5841 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:38.106241  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:38.109376  5841 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:38.109845  5841 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:40.110785  5841 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:40.113744  5841 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:40.114157  5841 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:40.404202   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:40.429140   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:40.430087   431 tablet_replica.cc:333] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309: stopping tablet replica
I20260608 12:41:40.430701   431 raft_consensus.cc:2243] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:40.431499   431 raft_consensus.cc:2272] T 5f93ae52e4144780a3974b896208b8de P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.433629   431 tablet_replica.cc:333] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309: stopping tablet replica
I20260608 12:41:40.434114   431 raft_consensus.cc:2243] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.434497   431 raft_consensus.cc:2272] T dde453d95fce45a5a7ed635d24a9a820 P a5b5c4e16e3a432097cd4f046580a309 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.436771   431 tablet_replica.cc:333] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309: stopping tablet replica
I20260608 12:41:40.437196   431 raft_consensus.cc:2243] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.437695   431 raft_consensus.cc:2272] T d5026e030c5b458e85c0c85249059716 P a5b5c4e16e3a432097cd4f046580a309 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.480492   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:40.495719   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:40.521641   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:40.522491   431 tablet_replica.cc:333] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477: stopping tablet replica
I20260608 12:41:40.523103   431 raft_consensus.cc:2243] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.523630   431 raft_consensus.cc:2272] T 5f93ae52e4144780a3974b896208b8de P e8ac988bb66b482496231523b996d477 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.525959   431 tablet_replica.cc:333] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477: stopping tablet replica
I20260608 12:41:40.526484   431 raft_consensus.cc:2243] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 3 LEADER]: Raft consensus shutting down.
I20260608 12:41:40.527304   431 raft_consensus.cc:2272] T dde453d95fce45a5a7ed635d24a9a820 P e8ac988bb66b482496231523b996d477 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.558732   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:40.574405   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:40.604813   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:40.605652   431 tablet_replica.cc:333] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633: stopping tablet replica
I20260608 12:41:40.606264   431 raft_consensus.cc:2243] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.606684   431 raft_consensus.cc:2272] T dde453d95fce45a5a7ed635d24a9a820 P b4ac82b25a774223b5bbafe609963633 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.608969   431 tablet_replica.cc:333] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633: stopping tablet replica
I20260608 12:41:40.609571   431 raft_consensus.cc:2243] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:40.610425   431 raft_consensus.cc:2272] T d5026e030c5b458e85c0c85249059716 P b4ac82b25a774223b5bbafe609963633 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.634579   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:40.649156   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:41:40.674650   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:40.675366   431 tablet_replica.cc:333] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b: stopping tablet replica
I20260608 12:41:40.676137   431 raft_consensus.cc:2243] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.676615   431 raft_consensus.cc:2272] T 5f93ae52e4144780a3974b896208b8de P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.678552   431 tablet_replica.cc:333] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b: stopping tablet replica
I20260608 12:41:40.678999   431 raft_consensus.cc:2243] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:40.679481   431 raft_consensus.cc:2272] T d5026e030c5b458e85c0c85249059716 P 0509a5e1373441938f725ca0a47d8a5b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.701484   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:41:40.714248   431 master.cc:562] Master@127.0.107.254:43109 shutting down...
I20260608 12:41:40.742759   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:40.743412   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:40.743836   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P aa97c19d926b4919a06d4e2111cf28da: stopping tablet replica
I20260608 12:41:40.765214   431 master.cc:584] Master@127.0.107.254:43109 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12916 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 12:41:40.808331   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38919
I20260608 12:41:40.809508   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:40.815546  6266 instance_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:40.815619  6267 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:40.817072  6269 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:40.817588   431 server_base.cc:1061] running on GCE node
I20260608 12:41:40.818600   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:40.818830   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:41:40.819006   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922500818988 us; error 0 us; skew 500 ppm
I20260608 12:41:40.819624   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:40.822347   431 webserver.cc:533] Webserver started at http://127.0.107.254:34417/ using document root <none> and password file <none>
I20260608 12:41:40.823083   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:40.823324   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:40.823635   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:40.824931   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "c8792989661443118ef4302662efc3c2"
format_stamp: "Formatted at 2026-06-08 12:41:40 on dist-test-slave-62kf"
I20260608 12:41:40.830286   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.005s
I20260608 12:41:40.834208  6274 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:40.835211   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:41:40.835480   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "c8792989661443118ef4302662efc3c2"
format_stamp: "Formatted at 2026-06-08 12:41:40 on dist-test-slave-62kf"
I20260608 12:41:40.835736   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-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:40.851058   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:40.852384   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:40.892243   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38919
I20260608 12:41:40.892351  6325 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38919 every 8 connection(s)
I20260608 12:41:40.896643  6326 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:40.907783  6326 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2: Bootstrap starting.
I20260608 12:41:40.912868  6326 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:40.917543  6326 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2: No bootstrap required, opened a new log
I20260608 12:41:40.919874  6326 raft_consensus.cc:359] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c8792989661443118ef4302662efc3c2" member_type: VOTER }
I20260608 12:41:40.920399  6326 raft_consensus.cc:385] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:40.920629  6326 raft_consensus.cc:740] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c8792989661443118ef4302662efc3c2, State: Initialized, Role: FOLLOWER
I20260608 12:41:40.921298  6326 consensus_queue.cc:260] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c8792989661443118ef4302662efc3c2" member_type: VOTER }
I20260608 12:41:40.921773  6326 raft_consensus.cc:399] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:40.922004  6326 raft_consensus.cc:493] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:40.922314  6326 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:40.927201  6326 raft_consensus.cc:515] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c8792989661443118ef4302662efc3c2" member_type: VOTER }
I20260608 12:41:40.927801  6326 leader_election.cc:304] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [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: c8792989661443118ef4302662efc3c2; no voters: 
I20260608 12:41:40.929101  6326 leader_election.cc:290] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:40.929633  6329 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:40.931041  6329 raft_consensus.cc:697] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 1 LEADER]: Becoming Leader. State: Replica: c8792989661443118ef4302662efc3c2, State: Running, Role: LEADER
I20260608 12:41:40.931790  6329 consensus_queue.cc:237] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [LEADER]: Queue going to LEADER mode. State: All 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: "c8792989661443118ef4302662efc3c2" member_type: VOTER }
I20260608 12:41:40.932219  6326 sys_catalog.cc:565] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:40.936481  6331 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c8792989661443118ef4302662efc3c2. Latest consensus state: current_term: 1 leader_uuid: "c8792989661443118ef4302662efc3c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c8792989661443118ef4302662efc3c2" member_type: VOTER } }
I20260608 12:41:40.936380  6330 sys_catalog.cc:455] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c8792989661443118ef4302662efc3c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c8792989661443118ef4302662efc3c2" member_type: VOTER } }
I20260608 12:41:40.937160  6331 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:40.937191  6330 sys_catalog.cc:458] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:40.940923  6336 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:40.949872  6336 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:40.950969   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:40.959859  6336 catalog_manager.cc:1382] Generated new cluster ID: 8f878eb9ad524cc6b2f62c265d059066
I20260608 12:41:40.960239  6336 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:40.994665  6336 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:40.996518  6336 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:41.012033  6336 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2: Generated new TSK 0
I20260608 12:41:41.012703  6336 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:41.030058   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:41.039434  6349 instance_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:41.038502  6348 instance_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:41.042526  6351 instance_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:41.049383   431 server_base.cc:1061] running on GCE node
I20260608 12:41:41.050619   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:41.050864   431 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:41.051057   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922501051034 us; error 0 us; skew 500 ppm
I20260608 12:41:41.052088   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:41.055544   431 webserver.cc:533] Webserver started at http://127.0.107.193:32941/ using document root <none> and password file <none>
I20260608 12:41:41.056242   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:41.056454   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:41.056815   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:41.058290   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "6cef94d293604ba4a28cfc64ef9d39bc"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.063580   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 12:41:41.067500  6356 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:41.068542   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:41.068873   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "6cef94d293604ba4a28cfc64ef9d39bc"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.069180   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-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:41.099257   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:41.100700   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:41.102366   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:41.105173   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:41.105418   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.105732   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:41.105957   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.151841   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:39749
I20260608 12:41:41.152045  6418 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:39749 every 8 connection(s)
I20260608 12:41:41.157950   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:41.166518  6423 instance_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:41.167729  6424 instance_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:41.170791   431 server_base.cc:1061] running on GCE node
W20260608 12:41:41.171187  6426 instance_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:41.172287   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:41.172489   431 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:41.172621   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922501172608 us; error 0 us; skew 500 ppm
I20260608 12:41:41.173182   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:41.176143   431 webserver.cc:533] Webserver started at http://127.0.107.194:38129/ using document root <none> and password file <none>
I20260608 12:41:41.176971   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:41.177309   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:41.177713   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:41.178222  6419 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38919
I20260608 12:41:41.178658  6419 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:41.179239   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "208964559e794cac85ac9cf032db6cc6"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.179502  6419 heartbeater.cc:507] Master 127.0.107.254:38919 requested a full tablet report, sending...
I20260608 12:41:41.182128  6291 ts_manager.cc:194] Registered new tserver with Master: 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749)
I20260608 12:41:41.184554  6291 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40426
I20260608 12:41:41.184945   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:41.188990  6431 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:41.189800   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:41:41.190127   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "208964559e794cac85ac9cf032db6cc6"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.190418   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-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:41.215408   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:41.216790   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:41.218380   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:41.220927   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:41.221179   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.221426   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:41.221616   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.267045   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:35293
I20260608 12:41:41.267187  6493 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:35293 every 8 connection(s)
I20260608 12:41:41.272533   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:41.280114  6497 instance_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:41.281659  6498 instance_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:41.283098  6500 instance_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:41.283797   431 server_base.cc:1061] running on GCE node
I20260608 12:41:41.285014   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:41.285300   431 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:41.285537   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922501285493 us; error 0 us; skew 500 ppm
I20260608 12:41:41.286284   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:41.286475  6494 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38919
I20260608 12:41:41.286914  6494 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:41.288026  6494 heartbeater.cc:507] Master 127.0.107.254:38919 requested a full tablet report, sending...
I20260608 12:41:41.289244   431 webserver.cc:533] Webserver started at http://127.0.107.195:41775/ using document root <none> and password file <none>
I20260608 12:41:41.289902   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:41.290102   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:41.290400   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:41.290416  6291 ts_manager.cc:194] Registered new tserver with Master: 208964559e794cac85ac9cf032db6cc6 (127.0.107.194:35293)
I20260608 12:41:41.291930   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.292138  6291 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40434
I20260608 12:41:41.297461   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:41:41.301402  6505 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:41.302268   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:41.302616   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63"
format_stamp: "Formatted at 2026-06-08 12:41:41 on dist-test-slave-62kf"
I20260608 12:41:41.302923   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780922350108766-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:41.325289   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:41.326617   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:41.328258   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:41.330691   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:41.330945   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.331197   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:41.331374   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:41.377398   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:33027
I20260608 12:41:41.377815  6567 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:33027 every 8 connection(s)
I20260608 12:41:41.393776  6568 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38919
I20260608 12:41:41.394240  6568 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:41.395061  6568 heartbeater.cc:507] Master 127.0.107.254:38919 requested a full tablet report, sending...
I20260608 12:41:41.397317  6291 ts_manager.cc:194] Registered new tserver with Master: caaf6b60fb2147a9aa9d9cc4c16b5d63 (127.0.107.195:33027)
I20260608 12:41:41.398222   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01722815s
I20260608 12:41:41.398932  6291 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40446
I20260608 12:41:42.187492  6419 heartbeater.cc:499] Master 127.0.107.254:38919 was elected leader, sending a full tablet report...
I20260608 12:41:42.295406  6494 heartbeater.cc:499] Master 127.0.107.254:38919 was elected leader, sending a full tablet report...
I20260608 12:41:42.402604  6568 heartbeater.cc:499] Master 127.0.107.254:38919 was elected leader, sending a full tablet report...
I20260608 12:41:42.459091  6291 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40462:
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:42.461625  6291 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:42.518291  6459 tablet_service.cc:1511] Processing CreateTablet for tablet dd797a5b096e4908b1bc23d6b4a6f620 (DEFAULT_TABLE table=test-workload [id=263fd11f2bd54e9db113d8bc7b114317]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:42.520201  6459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd797a5b096e4908b1bc23d6b4a6f620. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.525698  6384 tablet_service.cc:1511] Processing CreateTablet for tablet dd797a5b096e4908b1bc23d6b4a6f620 (DEFAULT_TABLE table=test-workload [id=263fd11f2bd54e9db113d8bc7b114317]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:42.527179  6384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd797a5b096e4908b1bc23d6b4a6f620. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.533670  6533 tablet_service.cc:1511] Processing CreateTablet for tablet dd797a5b096e4908b1bc23d6b4a6f620 (DEFAULT_TABLE table=test-workload [id=263fd11f2bd54e9db113d8bc7b114317]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:41:42.535174  6533 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dd797a5b096e4908b1bc23d6b4a6f620. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:42.540186  6588 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: Bootstrap starting.
I20260608 12:41:42.546448  6588 tablet_bootstrap.cc:654] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:42.551740  6589 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Bootstrap starting.
I20260608 12:41:42.554935  6588 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: No bootstrap required, opened a new log
I20260608 12:41:42.555675  6588 ts_tablet_manager.cc:1403] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.008s
I20260608 12:41:42.556193  6591 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: Bootstrap starting.
I20260608 12:41:42.559623  6589 tablet_bootstrap.cc:654] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:42.559906  6588 raft_consensus.cc:359] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.561040  6588 raft_consensus.cc:385] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:42.561383  6588 raft_consensus.cc:740] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 208964559e794cac85ac9cf032db6cc6, State: Initialized, Role: FOLLOWER
I20260608 12:41:42.562866  6591 tablet_bootstrap.cc:654] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:42.562430  6588 consensus_queue.cc:260] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.566959  6589 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: No bootstrap required, opened a new log
I20260608 12:41:42.567492  6589 ts_tablet_manager.cc:1403] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.004s
I20260608 12:41:42.567806  6588 ts_tablet_manager.cc:1434] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.008s
I20260608 12:41:42.569075  6591 tablet_bootstrap.cc:492] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: No bootstrap required, opened a new log
I20260608 12:41:42.569536  6591 ts_tablet_manager.cc:1403] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260608 12:41:42.570847  6589 raft_consensus.cc:359] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.571614  6589 raft_consensus.cc:385] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:42.571934  6589 raft_consensus.cc:740] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6cef94d293604ba4a28cfc64ef9d39bc, State: Initialized, Role: FOLLOWER
I20260608 12:41:42.572113  6591 raft_consensus.cc:359] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.572829  6591 raft_consensus.cc:385] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:42.573132  6591 raft_consensus.cc:740] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: caaf6b60fb2147a9aa9d9cc4c16b5d63, State: Initialized, Role: FOLLOWER
I20260608 12:41:42.572913  6589 consensus_queue.cc:260] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.574060  6591 consensus_queue.cc:260] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.577164  6591 ts_tablet_manager.cc:1434] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.007s
I20260608 12:41:42.580399  6589 ts_tablet_manager.cc:1434] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.001s
W20260608 12:41:42.633437  6569 tablet.cc:2404] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:41:42.641065  6595 raft_consensus.cc:493] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:42.641681  6595 raft_consensus.cc:515] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.647639  6595 leader_election.cc:290] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 208964559e794cac85ac9cf032db6cc6 (127.0.107.194:35293), caaf6b60fb2147a9aa9d9cc4c16b5d63 (127.0.107.195:33027)
I20260608 12:41:42.655706  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "208964559e794cac85ac9cf032db6cc6" is_pre_election: true
I20260608 12:41:42.656242  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" is_pre_election: true
I20260608 12:41:42.656574  6469 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cef94d293604ba4a28cfc64ef9d39bc in term 0.
I20260608 12:41:42.656936  6543 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6cef94d293604ba4a28cfc64ef9d39bc in term 0.
I20260608 12:41:42.658116  6360 leader_election.cc:304] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 208964559e794cac85ac9cf032db6cc6, 6cef94d293604ba4a28cfc64ef9d39bc; no voters: 
I20260608 12:41:42.658972  6595 raft_consensus.cc:2804] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:42.659247  6595 raft_consensus.cc:493] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:42.659474  6595 raft_consensus.cc:3060] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:42.664943  6595 raft_consensus.cc:515] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.666642  6595 leader_election.cc:290] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [CANDIDATE]: Term 1 election: Requested vote from peers 208964559e794cac85ac9cf032db6cc6 (127.0.107.194:35293), caaf6b60fb2147a9aa9d9cc4c16b5d63 (127.0.107.195:33027)
I20260608 12:41:42.667621  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "208964559e794cac85ac9cf032db6cc6"
I20260608 12:41:42.667743  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63"
I20260608 12:41:42.668274  6469 raft_consensus.cc:3060] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:42.668407  6543 raft_consensus.cc:3060] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:42.674221  6543 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cef94d293604ba4a28cfc64ef9d39bc in term 1.
I20260608 12:41:42.674224  6469 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6cef94d293604ba4a28cfc64ef9d39bc in term 1.
I20260608 12:41:42.675616  6359 leader_election.cc:304] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6cef94d293604ba4a28cfc64ef9d39bc, caaf6b60fb2147a9aa9d9cc4c16b5d63; no voters: 
I20260608 12:41:42.676419  6595 raft_consensus.cc:2804] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:42.677618  6595 raft_consensus.cc:697] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 LEADER]: Becoming Leader. State: Replica: 6cef94d293604ba4a28cfc64ef9d39bc, State: Running, Role: LEADER
I20260608 12:41:42.678598  6595 consensus_queue.cc:237] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:42.688021  6291 catalog_manager.cc:5696] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc reported cstate change: term changed from 0 to 1, leader changed from <none> to 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193). New cstate: current_term: 1 leader_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:42.718768   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:42.735713   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:42.736784   431 tablet_replica.cc:333] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: stopping tablet replica
I20260608 12:41:42.737563   431 raft_consensus.cc:2243] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:42.738350   431 pending_rounds.cc:70] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Trying to abort 1 pending ops.
I20260608 12:41:42.738647   431 pending_rounds.cc:77] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658570979897344 op_type: NO_OP noop_request { }
I20260608 12:41:42.739032   431 raft_consensus.cc:2889] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:41:42.739387   431 raft_consensus.cc:2272] T dd797a5b096e4908b1bc23d6b4a6f620 P 6cef94d293604ba4a28cfc64ef9d39bc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:42.760984   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:42.950042  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:42.951483  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:42.951856  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:44.649251  6601 raft_consensus.cc:493] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:44.649778  6601 raft_consensus.cc:515] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:44.652818  6601 leader_election.cc:290] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 208964559e794cac85ac9cf032db6cc6 (127.0.107.194:35293), 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749)
I20260608 12:41:44.664796  6602 raft_consensus.cc:493] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 12:41:44.665119  6507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111)
I20260608 12:41:44.665503  6602 raft_consensus.cc:515] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:44.668753  6602 leader_election.cc:290] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749), caaf6b60fb2147a9aa9d9cc4c16b5d63 (127.0.107.195:33027)
W20260608 12:41:44.670284  6507 leader_election.cc:336] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111)
I20260608 12:41:44.675355  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "208964559e794cac85ac9cf032db6cc6" is_pre_election: true
I20260608 12:41:44.676311  6469 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate caaf6b60fb2147a9aa9d9cc4c16b5d63 in term 1.
I20260608 12:41:44.678475  6509 leader_election.cc:304] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [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: 208964559e794cac85ac9cf032db6cc6, caaf6b60fb2147a9aa9d9cc4c16b5d63; no voters: 6cef94d293604ba4a28cfc64ef9d39bc
I20260608 12:41:44.680275  6601 raft_consensus.cc:2804] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:41:44.680774  6601 raft_consensus.cc:493] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:44.681197  6601 raft_consensus.cc:3060] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:41:44.685952  6433 leader_election.cc:336] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111)
I20260608 12:41:44.689414  6601 raft_consensus.cc:515] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:44.691787  6601 leader_election.cc:290] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [CANDIDATE]: Term 2 election: Requested vote from peers 208964559e794cac85ac9cf032db6cc6 (127.0.107.194:35293), 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749)
I20260608 12:41:44.692683  6469 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "208964559e794cac85ac9cf032db6cc6"
I20260608 12:41:44.693101  6543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dd797a5b096e4908b1bc23d6b4a6f620" candidate_uuid: "208964559e794cac85ac9cf032db6cc6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" is_pre_election: true
I20260608 12:41:44.693364  6469 raft_consensus.cc:3060] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:41:44.693958  6543 raft_consensus.cc:2393] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 208964559e794cac85ac9cf032db6cc6 in current term 2: Already voted for candidate caaf6b60fb2147a9aa9d9cc4c16b5d63 in this term.
I20260608 12:41:44.695462  6434 leader_election.cc:304] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [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: 208964559e794cac85ac9cf032db6cc6; no voters: 6cef94d293604ba4a28cfc64ef9d39bc, caaf6b60fb2147a9aa9d9cc4c16b5d63
W20260608 12:41:44.696509  6507 leader_election.cc:336] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111)
I20260608 12:41:44.699564  6469 raft_consensus.cc:2468] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate caaf6b60fb2147a9aa9d9cc4c16b5d63 in term 2.
I20260608 12:41:44.700181  6602 raft_consensus.cc:2749] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:41:44.700944  6509 leader_election.cc:304] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [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: 208964559e794cac85ac9cf032db6cc6, caaf6b60fb2147a9aa9d9cc4c16b5d63; no voters: 6cef94d293604ba4a28cfc64ef9d39bc
I20260608 12:41:44.701840  6601 raft_consensus.cc:2804] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:41:44.703311  6601 raft_consensus.cc:697] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 LEADER]: Becoming Leader. State: Replica: caaf6b60fb2147a9aa9d9cc4c16b5d63, State: Running, Role: LEADER
I20260608 12:41:44.704237  6601 consensus_queue.cc:237] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [LEADER]: Queue going to LEADER 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: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } }
I20260608 12:41:44.713246  6291 catalog_manager.cc:5696] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 reported cstate change: term changed from 1 to 2, leader changed from 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193) to caaf6b60fb2147a9aa9d9cc4c16b5d63 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6cef94d293604ba4a28cfc64ef9d39bc" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 39749 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "caaf6b60fb2147a9aa9d9cc4c16b5d63" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 33027 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:44.952948  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:44.954876  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:44.955333  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:45.206175  6507 consensus_peers.cc:597] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 -> Peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Couldn't send request to peer 6cef94d293604ba4a28cfc64ef9d39bc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:45.275520  6469 raft_consensus.cc:1275] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 2 FOLLOWER]: Refusing update from remote peer caaf6b60fb2147a9aa9d9cc4c16b5d63: 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:45.277122  6601 consensus_queue.cc:1048] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [LEADER]: Connected to new peer: Peer: permanent_uuid: "208964559e794cac85ac9cf032db6cc6" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 35293 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:41:46.956423  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:46.957870  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:46.958225  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:47.717430  6507 consensus_peers.cc:597] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 -> Peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Couldn't send request to peer 6cef94d293604ba4a28cfc64ef9d39bc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:41:48.959173  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:48.960673  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:48.961022  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:49.764910  6507 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111) [suppressed 11 similar messages]
W20260608 12:41:50.374879  6507 consensus_peers.cc:597] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 -> Peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Couldn't send request to peer 6cef94d293604ba4a28cfc64ef9d39bc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260608 12:41:50.961992  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:50.963498  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:50.963788  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 12:41:52.965021  6344 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 12:41:52.966629  6344 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 12:41:52.967008  6344 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 12:41:53.178355  6507 consensus_peers.cc:597] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 -> Peer 6cef94d293604ba4a28cfc64ef9d39bc (127.0.107.193:39749): Couldn't send request to peer 6cef94d293604ba4a28cfc64ef9d39bc. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:39749: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 12:41:53.833865   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:41:53.861677   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.862537   431 tablet_replica.cc:333] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6: stopping tablet replica
I20260608 12:41:53.863178   431 raft_consensus.cc:2243] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:53.863885   431 raft_consensus.cc:2272] T dd797a5b096e4908b1bc23d6b4a6f620 P 208964559e794cac85ac9cf032db6cc6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.886515   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:41:53.901047   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:41:53.924728   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:53.925422   431 tablet_replica.cc:333] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63: stopping tablet replica
I20260608 12:41:53.925886   431 raft_consensus.cc:2243] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.926882   431 raft_consensus.cc:2272] T dd797a5b096e4908b1bc23d6b4a6f620 P caaf6b60fb2147a9aa9d9cc4c16b5d63 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.946914   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:41:53.960435   431 master.cc:562] Master@127.0.107.254:38919 shutting down...
I20260608 12:41:53.984716   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:41:53.985469   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:53.985812   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P c8792989661443118ef4302662efc3c2: stopping tablet replica
I20260608 12:41:54.005241   431 master.cc:584] Master@127.0.107.254:38919 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13238 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 12:41:54.047081   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34043
I20260608 12:41:54.048352   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.054141  6646 instance_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:54.054147  6647 instance_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:54.055418  6649 instance_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:54.056414   431 server_base.cc:1061] running on GCE node
I20260608 12:41:54.057281   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.057492   431 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:54.057659   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514057624 us; error 0 us; skew 500 ppm
I20260608 12:41:54.058241   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.060874   431 webserver.cc:533] Webserver started at http://127.0.107.254:42127/ using document root <none> and password file <none>
I20260608 12:41:54.061443   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.061653   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.061950   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.063277   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "6c8acc508df6428a9c4559fa9edd5965"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.068203   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:41:54.071900  6654 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:54.072772   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:41:54.073091   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "6c8acc508df6428a9c4559fa9edd5965"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.073375   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-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:54.084810   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.086140   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.126621   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34043
I20260608 12:41:54.126726  6705 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34043 every 8 connection(s)
I20260608 12:41:54.131170  6706 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:54.143797  6706 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965: Bootstrap starting.
I20260608 12:41:54.149039  6706 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:54.153589  6706 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965: No bootstrap required, opened a new log
I20260608 12:41:54.156057  6706 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER }
I20260608 12:41:54.156487  6706 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:54.156693  6706 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6c8acc508df6428a9c4559fa9edd5965, State: Initialized, Role: FOLLOWER
I20260608 12:41:54.157362  6706 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER }
I20260608 12:41:54.157811  6706 raft_consensus.cc:399] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:41:54.158006  6706 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:41:54.158227  6706 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:54.163174  6706 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER }
I20260608 12:41:54.163710  6706 leader_election.cc:304] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [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: 6c8acc508df6428a9c4559fa9edd5965; no voters: 
I20260608 12:41:54.164840  6706 leader_election.cc:290] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:41:54.165364  6709 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:54.166817  6709 raft_consensus.cc:697] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 1 LEADER]: Becoming Leader. State: Replica: 6c8acc508df6428a9c4559fa9edd5965, State: Running, Role: LEADER
I20260608 12:41:54.167610  6709 consensus_queue.cc:237] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [LEADER]: Queue going to LEADER mode. State: All 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: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER }
I20260608 12:41:54.168069  6706 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:41:54.170851  6711 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 6c8acc508df6428a9c4559fa9edd5965. Latest consensus state: current_term: 1 leader_uuid: "6c8acc508df6428a9c4559fa9edd5965" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER } }
I20260608 12:41:54.170893  6710 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "6c8acc508df6428a9c4559fa9edd5965" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6c8acc508df6428a9c4559fa9edd5965" member_type: VOTER } }
I20260608 12:41:54.171772  6710 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:54.171749  6711 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [sys.catalog]: This master's current role is: LEADER
I20260608 12:41:54.176666  6715 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:41:54.185465  6715 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:41:54.186491   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:41:54.195935  6715 catalog_manager.cc:1382] Generated new cluster ID: 97cf87840d944cf28e8a34a783c0ed2b
I20260608 12:41:54.196309  6715 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:41:54.213977  6715 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:41:54.215415  6715 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:41:54.231237  6715 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965: Generated new TSK 0
I20260608 12:41:54.232043  6715 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:41:54.253273   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.259971  6727 instance_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:54.261401  6728 instance_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:54.263487   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.263446  6730 instance_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:54.264842   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.265097   431 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:54.265318   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514265296 us; error 0 us; skew 500 ppm
I20260608 12:41:54.265988   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.268708   431 webserver.cc:533] Webserver started at http://127.0.107.193:33697/ using document root <none> and password file <none>
I20260608 12:41:54.269274   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.269501   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.269894   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.271152   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "9d1eef4cfb0745098e72e2a707742b3d"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.276453   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:41:54.280375  6735 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:54.281241   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:54.281587   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "9d1eef4cfb0745098e72e2a707742b3d"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.281895   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-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:54.300447   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.301841   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.303587   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:54.306246   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:54.306504   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.306787   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:54.307030   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.352797   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41891
I20260608 12:41:54.352917  6797 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41891 every 8 connection(s)
I20260608 12:41:54.358858   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.366889  6802 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:54.367838  6803 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:54.370060  6805 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:41:54.370467   431 server_base.cc:1061] running on GCE node
I20260608 12:41:54.371606   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:54.371855   431 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:54.372128   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514372087 us; error 0 us; skew 500 ppm
I20260608 12:41:54.372798   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.376209   431 webserver.cc:533] Webserver started at http://127.0.107.194:32965/ using document root <none> and password file <none>
I20260608 12:41:54.377076   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.377359   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.377751   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.378433  6798 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34043
I20260608 12:41:54.378886  6798 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:54.379383   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "23a90bfbe78c4149b1876516f7b8f963"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.379833  6798 heartbeater.cc:507] Master 127.0.107.254:34043 requested a full tablet report, sending...
I20260608 12:41:54.383139  6671 ts_manager.cc:194] Registered new tserver with Master: 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891)
I20260608 12:41:54.385901  6671 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58820
I20260608 12:41:54.386583   431 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260608 12:41:54.390656  6810 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:54.391548   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:41:54.391878   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "23a90bfbe78c4149b1876516f7b8f963"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.392239   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-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:54.404338   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.405627   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.407197   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:54.410140   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:54.410333   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.410526   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:54.410658   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.453414   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40477
I20260608 12:41:54.453574  6872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40477 every 8 connection(s)
I20260608 12:41:54.459086   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:41:54.467698  6876 instance_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:54.469900  6877 instance_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:54.470780   431 server_base.cc:1061] running on GCE node
W20260608 12:41:54.472337  6879 instance_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:54.473394   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:41:54.473526  6873 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34043
W20260608 12:41:54.473718   431 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:54.473980   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922514473954 us; error 0 us; skew 500 ppm
I20260608 12:41:54.473980  6873 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:54.475123   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:54.475284  6873 heartbeater.cc:507] Master 127.0.107.254:34043 requested a full tablet report, sending...
I20260608 12:41:54.478147  6671 ts_manager.cc:194] Registered new tserver with Master: 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:54.478391   431 webserver.cc:533] Webserver started at http://127.0.107.195:44379/ using document root <none> and password file <none>
I20260608 12:41:54.479084   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:54.479336   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:54.479625   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:54.479894  6671 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58828
I20260608 12:41:54.481221   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "ff8290572abb4ba28b46e2ce13734732"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.487246   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:41:54.491221  6884 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:54.492272   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:41:54.492630   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "ff8290572abb4ba28b46e2ce13734732"
format_stamp: "Formatted at 2026-06-08 12:41:54 on dist-test-slave-62kf"
I20260608 12:41:54.492952   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-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:54.521731   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:54.523092   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:54.524680   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:54.527209   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:54.527463   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.527731   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:54.527926   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:54.572052   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:37637
I20260608 12:41:54.572149  6946 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:37637 every 8 connection(s)
I20260608 12:41:54.588199  6947 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34043
I20260608 12:41:54.588618  6947 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:54.589439  6947 heartbeater.cc:507] Master 127.0.107.254:34043 requested a full tablet report, sending...
I20260608 12:41:54.591598  6671 ts_manager.cc:194] Registered new tserver with Master: ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:54.592139   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016233909s
I20260608 12:41:54.593688  6671 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58838
I20260608 12:41:55.389093  6798 heartbeater.cc:499] Master 127.0.107.254:34043 was elected leader, sending a full tablet report...
I20260608 12:41:55.484052  6873 heartbeater.cc:499] Master 127.0.107.254:34043 was elected leader, sending a full tablet report...
I20260608 12:41:55.597529  6947 heartbeater.cc:499] Master 127.0.107.254:34043 was elected leader, sending a full tablet report...
I20260608 12:41:55.652936  6671 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:58840:
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:55.655507  6671 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.716349  6912 tablet_service.cc:1511] Processing CreateTablet for tablet e246211613b948c0a336c22c47645330 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:55.718365  6912 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e246211613b948c0a336c22c47645330. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.721814  6911 tablet_service.cc:1511] Processing CreateTablet for tablet f2570298969348fbb16b7e00d8115429 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:55.723481  6911 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2570298969348fbb16b7e00d8115429. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.724810  6838 tablet_service.cc:1511] Processing CreateTablet for tablet e246211613b948c0a336c22c47645330 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:55.726450  6838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e246211613b948c0a336c22c47645330. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.726832  6910 tablet_service.cc:1511] Processing CreateTablet for tablet 33c8262c39ec4e41b4d5e126cd434936 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:55.728384  6910 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c8262c39ec4e41b4d5e126cd434936. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.729383  6837 tablet_service.cc:1511] Processing CreateTablet for tablet f2570298969348fbb16b7e00d8115429 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:55.726832  6909 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7117be263e4826af9bb185ee4d8a25 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:55.730957  6837 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2570298969348fbb16b7e00d8115429. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.731467  6909 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7117be263e4826af9bb185ee4d8a25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.733456  6836 tablet_service.cc:1511] Processing CreateTablet for tablet 33c8262c39ec4e41b4d5e126cd434936 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:55.734372  6835 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7117be263e4826af9bb185ee4d8a25 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:55.735033  6836 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c8262c39ec4e41b4d5e126cd434936. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.735788  6835 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7117be263e4826af9bb185ee4d8a25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.748870  6763 tablet_service.cc:1511] Processing CreateTablet for tablet e246211613b948c0a336c22c47645330 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:41:55.750528  6763 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e246211613b948c0a336c22c47645330. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.761566  6762 tablet_service.cc:1511] Processing CreateTablet for tablet f2570298969348fbb16b7e00d8115429 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:41:55.763139  6762 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2570298969348fbb16b7e00d8115429. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.777441  6761 tablet_service.cc:1511] Processing CreateTablet for tablet 33c8262c39ec4e41b4d5e126cd434936 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:41:55.779043  6761 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c8262c39ec4e41b4d5e126cd434936. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.781736  6760 tablet_service.cc:1511] Processing CreateTablet for tablet 1d7117be263e4826af9bb185ee4d8a25 (DEFAULT_TABLE table=test-workload [id=f56dc569bed3431aaf639179c188eabc]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:41:55.783308  6760 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7117be263e4826af9bb185ee4d8a25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:55.801085  6967 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: Bootstrap starting.
I20260608 12:41:55.803804  6968 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: Bootstrap starting.
I20260608 12:41:55.809645  6967 tablet_bootstrap.cc:654] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.822039  6968 tablet_bootstrap.cc:654] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.823680  6969 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: Bootstrap starting.
I20260608 12:41:55.826360  6967 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: No bootstrap required, opened a new log
I20260608 12:41:55.826980  6967 ts_tablet_manager.cc:1403] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: Time spent bootstrapping tablet: real 0.026s	user 0.011s	sys 0.012s
I20260608 12:41:55.828888  6968 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: No bootstrap required, opened a new log
I20260608 12:41:55.829497  6968 ts_tablet_manager.cc:1403] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.000s
I20260608 12:41:55.830096  6967 raft_consensus.cc:359] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.830955  6967 raft_consensus.cc:385] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.831337  6967 raft_consensus.cc:740] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 23a90bfbe78c4149b1876516f7b8f963, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.832176  6969 tablet_bootstrap.cc:654] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.832437  6967 consensus_queue.cc:260] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.832816  6968 raft_consensus.cc:359] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.833730  6968 raft_consensus.cc:385] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.834080  6968 raft_consensus.cc:740] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.835067  6968 consensus_queue.cc:260] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.838524  6968 ts_tablet_manager.cc:1434] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 12:41:55.838603  6969 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: No bootstrap required, opened a new log
I20260608 12:41:55.839960  6968 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: Bootstrap starting.
I20260608 12:41:55.840293  6967 ts_tablet_manager.cc:1434] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: Time spent starting tablet: real 0.013s	user 0.000s	sys 0.010s
I20260608 12:41:55.841504  6967 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: Bootstrap starting.
I20260608 12:41:55.850792  6967 tablet_bootstrap.cc:654] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.858596  6969 ts_tablet_manager.cc:1403] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent bootstrapping tablet: real 0.036s	user 0.000s	sys 0.016s
I20260608 12:41:55.862174  6969 raft_consensus.cc:359] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.863058  6969 raft_consensus.cc:385] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.863348  6969 raft_consensus.cc:740] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d1eef4cfb0745098e72e2a707742b3d, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.864241  6968 tablet_bootstrap.cc:654] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.864189  6969 consensus_queue.cc:260] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.864601  6967 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: No bootstrap required, opened a new log
I20260608 12:41:55.865365  6967 ts_tablet_manager.cc:1403] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.005s
I20260608 12:41:55.867511  6969 ts_tablet_manager.cc:1434] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:41:55.868804  6969 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: Bootstrap starting.
I20260608 12:41:55.869270  6967 raft_consensus.cc:359] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.870396  6967 raft_consensus.cc:385] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.870767  6967 raft_consensus.cc:740] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 23a90bfbe78c4149b1876516f7b8f963, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.871547  6967 consensus_queue.cc:260] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.873219  6968 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: No bootstrap required, opened a new log
I20260608 12:41:55.873807  6968 ts_tablet_manager.cc:1403] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: Time spent bootstrapping tablet: real 0.034s	user 0.022s	sys 0.009s
I20260608 12:41:55.873991  6967 ts_tablet_manager.cc:1434] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:55.875141  6967 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: Bootstrap starting.
I20260608 12:41:55.877545  6968 raft_consensus.cc:359] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.878471  6968 raft_consensus.cc:385] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.878919  6968 raft_consensus.cc:740] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.880028  6968 consensus_queue.cc:260] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:55.882575  6967 tablet_bootstrap.cc:654] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.887763  6968 ts_tablet_manager.cc:1434] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: Time spent starting tablet: real 0.014s	user 0.002s	sys 0.005s
I20260608 12:41:55.889052  6968 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: Bootstrap starting.
I20260608 12:41:55.894413  6967 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: No bootstrap required, opened a new log
I20260608 12:41:55.894861  6969 tablet_bootstrap.cc:654] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.895109  6967 ts_tablet_manager.cc:1403] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.001s
I20260608 12:41:55.896945  6968 tablet_bootstrap.cc:654] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.898808  6967 raft_consensus.cc:359] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.899667  6967 raft_consensus.cc:385] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.900025  6967 raft_consensus.cc:740] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 23a90bfbe78c4149b1876516f7b8f963, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.901211  6967 consensus_queue.cc:260] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.903474  6967 ts_tablet_manager.cc:1434] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.005s
I20260608 12:41:55.904304  6968 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: No bootstrap required, opened a new log
I20260608 12:41:55.905006  6968 ts_tablet_manager.cc:1403] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 12:41:55.905819  6967 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: Bootstrap starting.
I20260608 12:41:55.907001  6969 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: No bootstrap required, opened a new log
I20260608 12:41:55.907670  6969 ts_tablet_manager.cc:1403] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent bootstrapping tablet: real 0.039s	user 0.017s	sys 0.000s
I20260608 12:41:55.908674  6968 raft_consensus.cc:359] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.909512  6968 raft_consensus.cc:385] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.909870  6968 raft_consensus.cc:740] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.910916  6968 consensus_queue.cc:260] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.911459  6969 raft_consensus.cc:359] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.912443  6969 raft_consensus.cc:385] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.912837  6969 raft_consensus.cc:740] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d1eef4cfb0745098e72e2a707742b3d, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.913924  6969 consensus_queue.cc:260] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.914995  6967 tablet_bootstrap.cc:654] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.917789  6968 ts_tablet_manager.cc:1434] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 12:41:55.919103  6968 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: Bootstrap starting.
I20260608 12:41:55.924530  6967 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: No bootstrap required, opened a new log
I20260608 12:41:55.925177  6967 ts_tablet_manager.cc:1403] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.012s
I20260608 12:41:55.921710  6972 raft_consensus.cc:493] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:55.927451  6972 raft_consensus.cc:515] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.928365  6967 raft_consensus.cc:359] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.928951  6967 raft_consensus.cc:385] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.929188  6967 raft_consensus.cc:740] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 23a90bfbe78c4149b1876516f7b8f963, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.930133  6967 consensus_queue.cc:260] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.931020  6972 leader_election.cc:290] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:55.931730  6968 tablet_bootstrap.cc:654] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.923200  6969 ts_tablet_manager.cc:1434] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent starting tablet: real 0.015s	user 0.004s	sys 0.003s
I20260608 12:41:55.936257  6969 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: Bootstrap starting.
I20260608 12:41:55.943539  6969 tablet_bootstrap.cc:654] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:55.952996  6968 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: No bootstrap required, opened a new log
I20260608 12:41:55.953877  6968 ts_tablet_manager.cc:1403] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: Time spent bootstrapping tablet: real 0.035s	user 0.009s	sys 0.011s
I20260608 12:41:55.957175  6968 raft_consensus.cc:359] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.958244  6968 raft_consensus.cc:385] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.958731  6968 raft_consensus.cc:740] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.959931  6968 consensus_queue.cc:260] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.962908  6968 ts_tablet_manager.cc:1434] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:41:55.974490  6967 ts_tablet_manager.cc:1434] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: Time spent starting tablet: real 0.049s	user 0.024s	sys 0.023s
I20260608 12:41:55.980340  6969 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: No bootstrap required, opened a new log
I20260608 12:41:55.981011  6969 ts_tablet_manager.cc:1403] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent bootstrapping tablet: real 0.045s	user 0.018s	sys 0.013s
I20260608 12:41:55.985549  6969 raft_consensus.cc:359] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.986342  6969 raft_consensus.cc:385] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:55.986658  6969 raft_consensus.cc:740] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d1eef4cfb0745098e72e2a707742b3d, State: Initialized, Role: FOLLOWER
I20260608 12:41:55.987643  6969 consensus_queue.cc:260] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:55.990061  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "23a90bfbe78c4149b1876516f7b8f963" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d" is_pre_election: true
I20260608 12:41:55.990777  6922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "23a90bfbe78c4149b1876516f7b8f963" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff8290572abb4ba28b46e2ce13734732" is_pre_election: true
I20260608 12:41:55.990118  6969 ts_tablet_manager.cc:1434] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:41:55.991629  6922 raft_consensus.cc:2468] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 23a90bfbe78c4149b1876516f7b8f963 in term 0.
I20260608 12:41:55.992548  6969 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: Bootstrap starting.
W20260608 12:41:55.992703  6814 leader_election.cc:343] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:55.993645  6811 leader_election.cc:304] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [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: 23a90bfbe78c4149b1876516f7b8f963, ff8290572abb4ba28b46e2ce13734732; no voters: 9d1eef4cfb0745098e72e2a707742b3d
I20260608 12:41:55.995326  6982 raft_consensus.cc:2804] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:55.995810  6982 raft_consensus.cc:493] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:55.996282  6982 raft_consensus.cc:3060] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.001737  6969 tablet_bootstrap.cc:654] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: Neither blocks nor log segments found. Creating new log.
I20260608 12:41:56.006217  6982 raft_consensus.cc:515] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.008279  6969 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: No bootstrap required, opened a new log
I20260608 12:41:56.008919  6969 ts_tablet_manager.cc:1403] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 12:41:56.009886  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "23a90bfbe78c4149b1876516f7b8f963" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d"
I20260608 12:41:56.009495  6982 leader_election.cc:290] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [CANDIDATE]: Term 1 election: Requested vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:56.010169  6922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "23a90bfbe78c4149b1876516f7b8f963" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff8290572abb4ba28b46e2ce13734732"
I20260608 12:41:56.010917  6922 raft_consensus.cc:3060] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:41:56.011739  6814 leader_election.cc:343] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:41:56.013221  6969 raft_consensus.cc:359] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.014098  6969 raft_consensus.cc:385] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:41:56.014457  6969 raft_consensus.cc:740] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9d1eef4cfb0745098e72e2a707742b3d, State: Initialized, Role: FOLLOWER
I20260608 12:41:56.015363  6969 consensus_queue.cc:260] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.018090  6969 ts_tablet_manager.cc:1434] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260608 12:41:56.019634  6922 raft_consensus.cc:2468] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 23a90bfbe78c4149b1876516f7b8f963 in term 1.
I20260608 12:41:56.020929  6811 leader_election.cc:304] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [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: 23a90bfbe78c4149b1876516f7b8f963, ff8290572abb4ba28b46e2ce13734732; no voters: 9d1eef4cfb0745098e72e2a707742b3d
I20260608 12:41:56.022218  6982 raft_consensus.cc:2804] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.022852  6982 raft_consensus.cc:697] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 LEADER]: Becoming Leader. State: Replica: 23a90bfbe78c4149b1876516f7b8f963, State: Running, Role: LEADER
I20260608 12:41:56.023842  6982 consensus_queue.cc:237] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.032744  6670 catalog_manager.cc:5696] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 reported cstate change: term changed from 0 to 1, leader changed from <none> to 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "23a90bfbe78c4149b1876516f7b8f963" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.043733  6976 raft_consensus.cc:493] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.044313  6976 raft_consensus.cc:515] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.048795  6976 leader_election.cc:290] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477), ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:56.059207  6922 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "9d1eef4cfb0745098e72e2a707742b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff8290572abb4ba28b46e2ce13734732" is_pre_election: true
I20260608 12:41:56.059333  6848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1d7117be263e4826af9bb185ee4d8a25" candidate_uuid: "9d1eef4cfb0745098e72e2a707742b3d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963" is_pre_election: true
I20260608 12:41:56.060384  6922 raft_consensus.cc:2393] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9d1eef4cfb0745098e72e2a707742b3d in current term 1: Already voted for candidate 23a90bfbe78c4149b1876516f7b8f963 in this term.
I20260608 12:41:56.061615  6736 leader_election.cc:304] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [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: 9d1eef4cfb0745098e72e2a707742b3d; no voters: 23a90bfbe78c4149b1876516f7b8f963, ff8290572abb4ba28b46e2ce13734732
I20260608 12:41:56.062299  6976 raft_consensus.cc:3060] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.067447  6976 raft_consensus.cc:2749] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:41:56.181514  6719 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:41:56.185591  6974 raft_consensus.cc:493] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.186084  6974 raft_consensus.cc:515] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.188220  6974 leader_election.cc:290] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:56.191784  6974 raft_consensus.cc:493] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.192468  6974 raft_consensus.cc:515] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:56.194876  6974 leader_election.cc:290] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477), 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891)
I20260608 12:41:56.200803  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c8262c39ec4e41b4d5e126cd434936" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d" is_pre_election: true
I20260608 12:41:56.201220  6772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e246211613b948c0a336c22c47645330" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d" is_pre_election: true
I20260608 12:41:56.201560  6848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c8262c39ec4e41b4d5e126cd434936" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963" is_pre_election: true
I20260608 12:41:56.201654  6773 raft_consensus.cc:2468] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.202004  6772 raft_consensus.cc:2468] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.202116  6847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e246211613b948c0a336c22c47645330" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963" is_pre_election: true
I20260608 12:41:56.202282  6848 raft_consensus.cc:2468] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.202874  6847 raft_consensus.cc:2468] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.203461  6888 leader_election.cc:304] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9d1eef4cfb0745098e72e2a707742b3d, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.204360  6974 raft_consensus.cc:2804] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.204463  6888 leader_election.cc:304] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9d1eef4cfb0745098e72e2a707742b3d, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.204823  6974 raft_consensus.cc:493] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.205322  6974 raft_consensus.cc:3060] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.206658  6993 raft_consensus.cc:2804] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.207113  6993 raft_consensus.cc:493] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.207487  6993 raft_consensus.cc:3060] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.213495  6974 raft_consensus.cc:515] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.215243  6993 raft_consensus.cc:515] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:56.216454  6974 leader_election.cc:290] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Requested vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:56.216902  6772 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c8262c39ec4e41b4d5e126cd434936" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d"
I20260608 12:41:56.217094  6847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "33c8262c39ec4e41b4d5e126cd434936" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963"
I20260608 12:41:56.217587  6772 raft_consensus.cc:3060] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.217646  6847 raft_consensus.cc:3060] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.218603  6848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e246211613b948c0a336c22c47645330" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963"
I20260608 12:41:56.218623  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e246211613b948c0a336c22c47645330" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d"
I20260608 12:41:56.219275  6848 raft_consensus.cc:3060] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.217662  6993 leader_election.cc:290] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Requested vote from peers 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477), 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891)
I20260608 12:41:56.219337  6773 raft_consensus.cc:3060] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.226231  6772 raft_consensus.cc:2468] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.227336  6848 raft_consensus.cc:2468] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.227890  6773 raft_consensus.cc:2468] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.228186  6847 raft_consensus.cc:2468] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.228159  6888 leader_election.cc:304] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9d1eef4cfb0745098e72e2a707742b3d, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.228950  6886 leader_election.cc:304] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 23a90bfbe78c4149b1876516f7b8f963, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.229573  6993 raft_consensus.cc:2804] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.229904  6974 raft_consensus.cc:2804] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.231042  6993 raft_consensus.cc:697] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Becoming Leader. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Running, Role: LEADER
I20260608 12:41:56.231261  6974 raft_consensus.cc:697] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Becoming Leader. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Running, Role: LEADER
I20260608 12:41:56.232137  6993 consensus_queue.cc:237] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.232268  6974 consensus_queue.cc:237] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } }
I20260608 12:41:56.241127  6670 catalog_manager.cc:5696] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: term changed from 0 to 1, leader changed from <none> to ff8290572abb4ba28b46e2ce13734732 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:56.242535  6670 catalog_manager.cc:5696] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: term changed from 0 to 1, leader changed from <none> to ff8290572abb4ba28b46e2ce13734732 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:56.277281  6993 raft_consensus.cc:493] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:41:56.277837  6993 raft_consensus.cc:515] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.279807  6993 leader_election.cc:290] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:56.280702  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2570298969348fbb16b7e00d8115429" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d" is_pre_election: true
I20260608 12:41:56.280915  6847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2570298969348fbb16b7e00d8115429" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963" is_pre_election: true
I20260608 12:41:56.281365  6773 raft_consensus.cc:2468] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.281556  6847 raft_consensus.cc:2468] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 0.
I20260608 12:41:56.282529  6888 leader_election.cc:304] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9d1eef4cfb0745098e72e2a707742b3d, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.283337  6993 raft_consensus.cc:2804] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:41:56.283732  6993 raft_consensus.cc:493] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:41:56.284044  6993 raft_consensus.cc:3060] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.288985  6993 raft_consensus.cc:515] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.290884  6993 leader_election.cc:290] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Requested vote from peers 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891), 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:56.291746  6773 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2570298969348fbb16b7e00d8115429" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9d1eef4cfb0745098e72e2a707742b3d"
I20260608 12:41:56.292093  6847 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2570298969348fbb16b7e00d8115429" candidate_uuid: "ff8290572abb4ba28b46e2ce13734732" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "23a90bfbe78c4149b1876516f7b8f963"
I20260608 12:41:56.292454  6773 raft_consensus.cc:3060] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.292712  6847 raft_consensus.cc:3060] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:41:56.297787  6773 raft_consensus.cc:2468] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.297894  6847 raft_consensus.cc:2468] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ff8290572abb4ba28b46e2ce13734732 in term 1.
I20260608 12:41:56.299050  6888 leader_election.cc:304] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9d1eef4cfb0745098e72e2a707742b3d, ff8290572abb4ba28b46e2ce13734732; no voters: 
I20260608 12:41:56.299832  6993 raft_consensus.cc:2804] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:41:56.300316  6993 raft_consensus.cc:697] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Becoming Leader. State: Replica: ff8290572abb4ba28b46e2ce13734732, State: Running, Role: LEADER
I20260608 12:41:56.300976  6993 consensus_queue.cc:237] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } }
I20260608 12:41:56.309326  6670 catalog_manager.cc:5696] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: term changed from 0 to 1, leader changed from <none> to ff8290572abb4ba28b46e2ce13734732 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } }
I20260608 12:41:56.376817   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:41:56.394551   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:41:56.395509   431 tablet_replica.cc:333] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d: stopping tablet replica
I20260608 12:41:56.396291   431 raft_consensus.cc:2243] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:56.396757   431 raft_consensus.cc:2272] T 33c8262c39ec4e41b4d5e126cd434936 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:56.399026   431 tablet_replica.cc:333] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d: stopping tablet replica
I20260608 12:41:56.399621   431 raft_consensus.cc:2243] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:56.400152   431 raft_consensus.cc:2272] T 1d7117be263e4826af9bb185ee4d8a25 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:56.402489   431 tablet_replica.cc:333] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d: stopping tablet replica
I20260608 12:41:56.403056   431 raft_consensus.cc:2243] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:56.403465   431 raft_consensus.cc:2272] T f2570298969348fbb16b7e00d8115429 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:56.405531   431 tablet_replica.cc:333] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d: stopping tablet replica
I20260608 12:41:56.406067   431 raft_consensus.cc:2243] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:41:56.406476   431 raft_consensus.cc:2272] T e246211613b948c0a336c22c47645330 P 9d1eef4cfb0745098e72e2a707742b3d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:41:56.430153   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:41:56.431013  6982 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:41:56.443660  6814 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 12:41:56.449822  6814 consensus_peers.cc:597] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:56.723869  6888 consensus_peers.cc:597] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:56.754510  6974 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, 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.755007  6993 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:56.758018  6888 consensus_peers.cc:597] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:56.808125  7008 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:41:56.823271  6888 consensus_peers.cc:597] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:57.183629  6719 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 9d1eef4cfb0745098e72e2a707742b3d not available for placement
I20260608 12:41:57.248278  7008 consensus_queue.cc:579] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.014s)
W20260608 12:41:57.256196  6670 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e246211613b948c0a336c22c47645330 with cas_config_opid_index -1: no extra replica candidate found for tablet e246211613b948c0a336c22c47645330 (table test-workload [id=f56dc569bed3431aaf639179c188eabc]): 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
I20260608 12:41:57.449450   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:41:57.454998  6972 consensus_queue.cc:579] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.430s)
W20260608 12:41:57.462013  7013 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:41:57.464349  7012 instance_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.464650  7015 instance_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.467187   431 server_base.cc:1061] running on GCE node
I20260608 12:41:57.468498   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:41:57.468830   431 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.469123   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922517469086 us; error 0 us; skew 500 ppm
I20260608 12:41:57.470019   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:41:57.474210   431 webserver.cc:533] Webserver started at http://127.0.107.196:45489/ using document root <none> and password file <none>
I20260608 12:41:57.474862   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:41:57.475168   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:41:57.475476   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:41:57.476673   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "181d8adcd62b4fefba650909dba45c4c"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-62kf"
I20260608 12:41:57.481663   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:41:57.485558  7024 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.486435   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:41:57.486783   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "181d8adcd62b4fefba650909dba45c4c"
format_stamp: "Formatted at 2026-06-08 12:41:57 on dist-test-slave-62kf"
I20260608 12:41:57.487082   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780922350108766-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.500747   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:41:57.501827   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:41:57.503309   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:41:57.505726   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:41:57.505950   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.506234   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:41:57.506399   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:41:57.548285   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:34971
I20260608 12:41:57.548388  7086 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:34971 every 8 connection(s)
I20260608 12:41:57.564106  7087 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34043
I20260608 12:41:57.564596  7087 heartbeater.cc:461] Registering TS with master...
I20260608 12:41:57.565397  7087 heartbeater.cc:507] Master 127.0.107.254:34043 requested a full tablet report, sending...
I20260608 12:41:57.567724  6670 ts_manager.cc:194] Registered new tserver with Master: 181d8adcd62b4fefba650909dba45c4c (127.0.107.196:34971)
I20260608 12:41:57.569559  6670 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:53322
I20260608 12:41:57.610267  7008 consensus_queue.cc:579] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.377s)
I20260608 12:41:57.618887  6922 consensus_queue.cc:237] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [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: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:57.622864  6921 consensus_queue.cc:237] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:57.628757  6847 raft_consensus.cc:1275] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:57.631296  7008 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:41:57.634786  6848 raft_consensus.cc:1275] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:57.637632  7008 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:41:57.637370  6847 consensus_queue.cc:237] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:57.645401  7008 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.650797  6974 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
W20260608 12:41:57.655036  6885 consensus_peers.cc:597] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 -> Peer 181d8adcd62b4fefba650909dba45c4c (127.0.107.196:34971): Couldn't send request to peer 181d8adcd62b4fefba650909dba45c4c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e246211613b948c0a336c22c47645330. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:57.656390  6885 consensus_peers.cc:597] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 -> Peer 181d8adcd62b4fefba650909dba45c4c (127.0.107.196:34971): Couldn't send request to peer 181d8adcd62b4fefba650909dba45c4c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 33c8262c39ec4e41b4d5e126cd434936. This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:57.649470  6888 consensus_peers.cc:597] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:41:57.659411  6888 consensus_peers.cc:597] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.661659  6655 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet e246211613b948c0a336c22c47645330 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:41:57.663120  6848 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.667039  6847 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.670410  6921 raft_consensus.cc:1275] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Refusing update from remote peer 23a90bfbe78c4149b1876516f7b8f963: 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:57.672902  7016 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:57.679394  6811 consensus_peers.cc:597] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 -> Peer 181d8adcd62b4fefba650909dba45c4c (127.0.107.196:34971): Couldn't send request to peer 181d8adcd62b4fefba650909dba45c4c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1d7117be263e4826af9bb185ee4d8a25. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.680955  6655 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 33c8262c39ec4e41b4d5e126cd434936 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:57.668177  6670 catalog_manager.cc:5696] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:57.688972  6668 catalog_manager.cc:5696] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 reported cstate change: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
W20260608 12:41:57.700001  6814 consensus_peers.cc:597] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.699126  7019 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.701826  6921 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.713451  6656 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 1d7117be263e4826af9bb185ee4d8a25 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260608 12:41:57.725630  6668 catalog_manager.cc:5696] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "23a90bfbe78c4149b1876516f7b8f963" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.772706  6974 consensus_queue.cc:579] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.471s)
I20260608 12:41:57.782771  6921 consensus_queue.cc:237] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:57.788846  6848 raft_consensus.cc:1275] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:41:57.789276  6885 consensus_peers.cc:597] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 -> Peer 181d8adcd62b4fefba650909dba45c4c (127.0.107.196:34971): Couldn't send request to peer 181d8adcd62b4fefba650909dba45c4c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f2570298969348fbb16b7e00d8115429. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.790617  7008 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:41:57.791807  6888 consensus_peers.cc:597] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:57.797459  7009 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.799384  6848 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } } }
I20260608 12:41:57.804972  6655 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f2570298969348fbb16b7e00d8115429 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 12:41:57.810134  6670 catalog_manager.cc:5696] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: config changed from index -1 to 2, NON_VOTER 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:41:58.029116  7102 ts_tablet_manager.cc:933] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: Initiating tablet copy from peer ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:58.031536  7102 tablet_copy_client.cc:323] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37637
I20260608 12:41:58.042780  6932 tablet_copy_service.cc:140] P ff8290572abb4ba28b46e2ce13734732: Received BeginTabletCopySession request for tablet 33c8262c39ec4e41b4d5e126cd434936 from peer 181d8adcd62b4fefba650909dba45c4c ({username='slave'} at 127.0.0.1:43230)
I20260608 12:41:58.043371  6932 tablet_copy_service.cc:161] P ff8290572abb4ba28b46e2ce13734732: Beginning new tablet copy session on tablet 33c8262c39ec4e41b4d5e126cd434936 from peer 181d8adcd62b4fefba650909dba45c4c at {username='slave'} at 127.0.0.1:43230: session id = 181d8adcd62b4fefba650909dba45c4c-33c8262c39ec4e41b4d5e126cd434936
I20260608 12:41:58.049220  6932 tablet_copy_source_session.cc:215] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:58.052523  7102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 33c8262c39ec4e41b4d5e126cd434936. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:58.061177  7105 ts_tablet_manager.cc:933] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: Initiating tablet copy from peer ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:58.063373  7105 tablet_copy_client.cc:323] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37637
I20260608 12:41:58.065176  6932 tablet_copy_service.cc:140] P ff8290572abb4ba28b46e2ce13734732: Received BeginTabletCopySession request for tablet e246211613b948c0a336c22c47645330 from peer 181d8adcd62b4fefba650909dba45c4c ({username='slave'} at 127.0.0.1:43230)
I20260608 12:41:58.065689  6932 tablet_copy_service.cc:161] P ff8290572abb4ba28b46e2ce13734732: Beginning new tablet copy session on tablet e246211613b948c0a336c22c47645330 from peer 181d8adcd62b4fefba650909dba45c4c at {username='slave'} at 127.0.0.1:43230: session id = 181d8adcd62b4fefba650909dba45c4c-e246211613b948c0a336c22c47645330
I20260608 12:41:58.066299  7102 tablet_copy_client.cc:806] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:58.066845  7102 tablet_copy_client.cc:670] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:58.071310  7102 tablet_copy_client.cc:538] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:58.072441  6932 tablet_copy_source_session.cc:215] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:58.075569  7105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e246211613b948c0a336c22c47645330. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:58.078490  7102 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap starting.
I20260608 12:41:58.088124  7105 tablet_copy_client.cc:806] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:58.088773  7105 tablet_copy_client.cc:670] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:58.093724  7105 tablet_copy_client.cc:538] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:58.098353  7102 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: 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:58.099581  7102 tablet_bootstrap.cc:492] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap complete.
I20260608 12:41:58.100386  7102 ts_tablet_manager.cc:1403] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: Time spent bootstrapping tablet: real 0.022s	user 0.023s	sys 0.000s
I20260608 12:41:58.103781  7105 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap starting.
I20260608 12:41:58.103662  7102 raft_consensus.cc:359] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.104604  7102 raft_consensus.cc:740] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 181d8adcd62b4fefba650909dba45c4c, State: Initialized, Role: LEARNER
I20260608 12:41:58.105332  7102 consensus_queue.cc:260] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.108047  7087 heartbeater.cc:499] Master 127.0.107.254:34043 was elected leader, sending a full tablet report...
I20260608 12:41:58.108494  7102 ts_tablet_manager.cc:1434] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:41:58.110791  6932 tablet_copy_service.cc:342] P ff8290572abb4ba28b46e2ce13734732: Request end of tablet copy session 181d8adcd62b4fefba650909dba45c4c-33c8262c39ec4e41b4d5e126cd434936 received from {username='slave'} at 127.0.0.1:43230
I20260608 12:41:58.111277  6932 tablet_copy_service.cc:434] P ff8290572abb4ba28b46e2ce13734732: ending tablet copy session 181d8adcd62b4fefba650909dba45c4c-33c8262c39ec4e41b4d5e126cd434936 on tablet 33c8262c39ec4e41b4d5e126cd434936 with peer 181d8adcd62b4fefba650909dba45c4c
I20260608 12:41:58.123446  7105 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: 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:58.124349  7105 tablet_bootstrap.cc:492] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap complete.
I20260608 12:41:58.124985  7105 ts_tablet_manager.cc:1403] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.008s
I20260608 12:41:58.127276  7105 raft_consensus.cc:359] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.127888  7105 raft_consensus.cc:740] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 181d8adcd62b4fefba650909dba45c4c, State: Initialized, Role: LEARNER
I20260608 12:41:58.128523  7105 consensus_queue.cc:260] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [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: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.130613  7105 ts_tablet_manager.cc:1434] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:41:58.132452  6932 tablet_copy_service.cc:342] P ff8290572abb4ba28b46e2ce13734732: Request end of tablet copy session 181d8adcd62b4fefba650909dba45c4c-e246211613b948c0a336c22c47645330 received from {username='slave'} at 127.0.0.1:43230
I20260608 12:41:58.132858  6932 tablet_copy_service.cc:434] P ff8290572abb4ba28b46e2ce13734732: ending tablet copy session 181d8adcd62b4fefba650909dba45c4c-e246211613b948c0a336c22c47645330 on tablet e246211613b948c0a336c22c47645330 with peer 181d8adcd62b4fefba650909dba45c4c
W20260608 12:41:58.185966  6719 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 9d1eef4cfb0745098e72e2a707742b3d not available for placement
I20260608 12:41:58.237046  7105 ts_tablet_manager.cc:933] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: Initiating tablet copy from peer 23a90bfbe78c4149b1876516f7b8f963 (127.0.107.194:40477)
I20260608 12:41:58.238523  7105 tablet_copy_client.cc:323] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:40477
I20260608 12:41:58.250970  6858 tablet_copy_service.cc:140] P 23a90bfbe78c4149b1876516f7b8f963: Received BeginTabletCopySession request for tablet 1d7117be263e4826af9bb185ee4d8a25 from peer 181d8adcd62b4fefba650909dba45c4c ({username='slave'} at 127.0.0.1:37916)
I20260608 12:41:58.251753  6858 tablet_copy_service.cc:161] P 23a90bfbe78c4149b1876516f7b8f963: Beginning new tablet copy session on tablet 1d7117be263e4826af9bb185ee4d8a25 from peer 181d8adcd62b4fefba650909dba45c4c at {username='slave'} at 127.0.0.1:37916: session id = 181d8adcd62b4fefba650909dba45c4c-1d7117be263e4826af9bb185ee4d8a25
I20260608 12:41:58.257628  6858 tablet_copy_source_session.cc:215] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:58.260581  7105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1d7117be263e4826af9bb185ee4d8a25. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:58.265648  7102 ts_tablet_manager.cc:933] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: Initiating tablet copy from peer ff8290572abb4ba28b46e2ce13734732 (127.0.107.195:37637)
I20260608 12:41:58.267735  7102 tablet_copy_client.cc:323] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:37637
I20260608 12:41:58.269699  6932 tablet_copy_service.cc:140] P ff8290572abb4ba28b46e2ce13734732: Received BeginTabletCopySession request for tablet f2570298969348fbb16b7e00d8115429 from peer 181d8adcd62b4fefba650909dba45c4c ({username='slave'} at 127.0.0.1:43230)
I20260608 12:41:58.270298  6932 tablet_copy_service.cc:161] P ff8290572abb4ba28b46e2ce13734732: Beginning new tablet copy session on tablet f2570298969348fbb16b7e00d8115429 from peer 181d8adcd62b4fefba650909dba45c4c at {username='slave'} at 127.0.0.1:43230: session id = 181d8adcd62b4fefba650909dba45c4c-f2570298969348fbb16b7e00d8115429
I20260608 12:41:58.276914  7105 tablet_copy_client.cc:806] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:58.277617  7105 tablet_copy_client.cc:670] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:58.278024  6932 tablet_copy_source_session.cc:215] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:41:58.281275  7102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2570298969348fbb16b7e00d8115429. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:41:58.281864  7105 tablet_copy_client.cc:538] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:58.289124  7105 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap starting.
I20260608 12:41:58.293972  7102 tablet_copy_client.cc:806] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 0 data blocks...
I20260608 12:41:58.294701  7102 tablet_copy_client.cc:670] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Starting download of 1 WAL segments...
I20260608 12:41:58.299860  7102 tablet_copy_client.cc:538] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:41:58.307838  7105 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: 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:58.308790  7105 tablet_bootstrap.cc:492] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap complete.
I20260608 12:41:58.309115  7102 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap starting.
I20260608 12:41:58.309424  7105 ts_tablet_manager.cc:1403] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260608 12:41:58.311867  7105 raft_consensus.cc:359] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.312633  7105 raft_consensus.cc:740] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 181d8adcd62b4fefba650909dba45c4c, State: Initialized, Role: LEARNER
I20260608 12:41:58.313251  7105 consensus_queue.cc:260] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.315485  7105 ts_tablet_manager.cc:1434] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:41:58.317504  6858 tablet_copy_service.cc:342] P 23a90bfbe78c4149b1876516f7b8f963: Request end of tablet copy session 181d8adcd62b4fefba650909dba45c4c-1d7117be263e4826af9bb185ee4d8a25 received from {username='slave'} at 127.0.0.1:37916
I20260608 12:41:58.317981  6858 tablet_copy_service.cc:434] P 23a90bfbe78c4149b1876516f7b8f963: ending tablet copy session 181d8adcd62b4fefba650909dba45c4c-1d7117be263e4826af9bb185ee4d8a25 on tablet 1d7117be263e4826af9bb185ee4d8a25 with peer 181d8adcd62b4fefba650909dba45c4c
I20260608 12:41:58.329849  7102 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: 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:58.330757  7102 tablet_bootstrap.cc:492] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: Bootstrap complete.
I20260608 12:41:58.331449  7102 ts_tablet_manager.cc:1403] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.000s
I20260608 12:41:58.333779  7102 raft_consensus.cc:359] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.334416  7102 raft_consensus.cc:740] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 181d8adcd62b4fefba650909dba45c4c, State: Initialized, Role: LEARNER
I20260608 12:41:58.334982  7102 consensus_queue.cc:260] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: true } }
I20260608 12:41:58.337203  7102 ts_tablet_manager.cc:1434] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 12:41:58.339026  6932 tablet_copy_service.cc:342] P ff8290572abb4ba28b46e2ce13734732: Request end of tablet copy session 181d8adcd62b4fefba650909dba45c4c-f2570298969348fbb16b7e00d8115429 received from {username='slave'} at 127.0.0.1:43230
I20260608 12:41:58.339421  6932 tablet_copy_service.cc:434] P ff8290572abb4ba28b46e2ce13734732: ending tablet copy session 181d8adcd62b4fefba650909dba45c4c-f2570298969348fbb16b7e00d8115429 on tablet f2570298969348fbb16b7e00d8115429 with peer 181d8adcd62b4fefba650909dba45c4c
I20260608 12:41:58.430866  7061 raft_consensus.cc:1217] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:58.596470  7061 raft_consensus.cc:1217] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:58.645049  7009 consensus_queue.cc:579] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.024s)
I20260608 12:41:58.668510  7019 consensus_queue.cc:579] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.024s)
I20260608 12:41:58.729997  7061 raft_consensus.cc:1217] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:58.756098  7061 raft_consensus.cc:1217] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:41:59.002430  7009 raft_consensus.cc:1064] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: attempting to promote NON_VOTER 181d8adcd62b4fefba650909dba45c4c to VOTER
I20260608 12:41:59.004468  7009 consensus_queue.cc:237] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.011662  6848 raft_consensus.cc:1275] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.011652  7061 raft_consensus.cc:1275] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.013859  7009 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:59.014624  7121 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:59.015434  6888 consensus_peers.cc:597] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:59.023135  7121 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.025077  7061 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.037181  6848 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.038693  6668 catalog_manager.cc:5696] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c reported cstate change: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.049664  7009 raft_consensus.cc:1064] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: attempting to promote NON_VOTER 181d8adcd62b4fefba650909dba45c4c to VOTER
I20260608 12:41:59.052038  7009 consensus_queue.cc:237] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [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: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.060508  7061 raft_consensus.cc:1275] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.062738  7121 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:41:59.064003  6888 consensus_peers.cc:597] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:59.068063  6848 raft_consensus.cc:1275] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.070863  7009 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:41:59.079558  6921 consensus_queue.cc:237] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [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: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.081730  7117 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.084017  6848 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.087878  6847 raft_consensus.cc:1275] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.087839  7061 raft_consensus.cc:1275] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.090379  7121 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.092298  7009 consensus_queue.cc:1048] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.097770  7062 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.100056  7117 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.104902  7061 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.109944  6669 catalog_manager.cc:5696] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 reported cstate change: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.114228  6655 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 33c8262c39ec4e41b4d5e126cd434936 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:59.120292  7019 raft_consensus.cc:1064] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: attempting to promote NON_VOTER 181d8adcd62b4fefba650909dba45c4c to VOTER
I20260608 12:41:59.121567  7008 consensus_queue.cc:579] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Leader has been unable to successfully communicate with peer 9d1eef4cfb0745098e72e2a707742b3d for more than 1 seconds (1.338s)
I20260608 12:41:59.122388  6668 catalog_manager.cc:5696] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c reported cstate change: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.123317  7019 consensus_queue.cc:237] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.125680  6848 raft_consensus.cc:2955] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.138036  7062 raft_consensus.cc:1275] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Refusing update from remote peer 23a90bfbe78c4149b1876516f7b8f963: 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:59.140642  7118 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:59.142061  6922 raft_consensus.cc:1275] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Refusing update from remote peer 23a90bfbe78c4149b1876516f7b8f963: 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:59.145684  6921 consensus_queue.cc:237] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [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: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
W20260608 12:41:59.154062  6814 consensus_peers.cc:597] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:59.155241  7019 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:59.162667  7062 raft_consensus.cc:1275] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.162433  6658 catalog_manager.cc:4754] TS 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 33c8262c39ec4e41b4d5e126cd434936: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111)
I20260608 12:41:59.163200  6848 raft_consensus.cc:1275] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.164434  7009 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.165307  7008 consensus_queue.cc:1048] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.168684  7019 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.171023  6922 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.174413  6848 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.172562  7009 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.183784  7061 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
W20260608 12:41:59.188961  6719 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 9d1eef4cfb0745098e72e2a707742b3d not available for placement
I20260608 12:41:59.188688  7060 raft_consensus.cc:2955] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.196731  6655 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e246211613b948c0a336c22c47645330 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:59.198805  6670 catalog_manager.cc:5696] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 reported cstate change: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "23a90bfbe78c4149b1876516f7b8f963" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:59.215255  6848 consensus_queue.cc:237] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [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: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.215632  6668 catalog_manager.cc:5696] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c reported cstate change: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.223531  6922 raft_consensus.cc:1275] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Refusing update from remote peer 23a90bfbe78c4149b1876516f7b8f963: 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:59.224198  7060 raft_consensus.cc:1275] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Refusing update from remote peer 23a90bfbe78c4149b1876516f7b8f963: 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:59.226158  7019 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.228173  7019 consensus_queue.cc:1048] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.235877  7019 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.237881  6922 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.240329  7061 raft_consensus.cc:2955] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.246620  6656 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1d7117be263e4826af9bb185ee4d8a25 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:59.250555  6670 catalog_manager.cc:5696] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "23a90bfbe78c4149b1876516f7b8f963" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.328310  7117 raft_consensus.cc:1064] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: attempting to promote NON_VOTER 181d8adcd62b4fefba650909dba45c4c to VOTER
I20260608 12:41:59.330971  7117 consensus_queue.cc:237] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [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: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.337962  7061 raft_consensus.cc:1275] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 LEARNER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.338143  6848 raft_consensus.cc:1275] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.339705  7117 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:41:59.340523  7008 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:41:59.341238  6888 consensus_peers.cc:597] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 -> Peer 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): Couldn't send request to peer 9d1eef4cfb0745098e72e2a707742b3d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:41:59.349359  7008 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.351362  6848 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.361078  7061 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.364236  6668 catalog_manager.cc:5696] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 reported cstate change: config changed from index 2 to 3, 181d8adcd62b4fefba650909dba45c4c (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9d1eef4cfb0745098e72e2a707742b3d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41891 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:41:59.379302  6922 consensus_queue.cc:237] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [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: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } }
I20260608 12:41:59.384573  7061 raft_consensus.cc:1275] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.384984  6848 raft_consensus.cc:1275] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Refusing update from remote peer ff8290572abb4ba28b46e2ce13734732: 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:59.388413  7008 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.389160  7121 consensus_queue.cc:1048] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [LEADER]: Connected to new peer: Peer: permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:41:59.396974  7009 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.398692  6848 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.398772  7061 raft_consensus.cc:2955] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
I20260608 12:41:59.407557  6655 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f2570298969348fbb16b7e00d8115429 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:41:59.410038  6670 catalog_manager.cc:5696] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 reported cstate change: config changed from index 3 to 4, VOTER 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193) evicted. New cstate: current_term: 1 leader_uuid: "ff8290572abb4ba28b46e2ce13734732" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "23a90bfbe78c4149b1876516f7b8f963" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40477 } } peers { permanent_uuid: "ff8290572abb4ba28b46e2ce13734732" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 37637 } } peers { permanent_uuid: "181d8adcd62b4fefba650909dba45c4c" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 34971 } attrs { promote: false } } }
W20260608 12:42:00.407550  6658 catalog_manager.cc:4754] TS 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 33c8262c39ec4e41b4d5e126cd434936: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111)
W20260608 12:42:01.455530  6658 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111) [suppressed 57 similar messages]
W20260608 12:42:01.459478  6658 catalog_manager.cc:4754] TS 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 33c8262c39ec4e41b4d5e126cd434936: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111)
W20260608 12:42:03.536137  6658 catalog_manager.cc:4754] TS 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 33c8262c39ec4e41b4d5e126cd434936: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111)
I20260608 12:42:04.584884   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:04.616900   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:04.617872   431 tablet_replica.cc:333] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963: stopping tablet replica
I20260608 12:42:04.618707   431 raft_consensus.cc:2243] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.620293   431 raft_consensus.cc:2272] T f2570298969348fbb16b7e00d8115429 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.623153   431 tablet_replica.cc:333] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963: stopping tablet replica
I20260608 12:42:04.623685   431 raft_consensus.cc:2243] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:04.624864   431 raft_consensus.cc:2272] T 1d7117be263e4826af9bb185ee4d8a25 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.628688   431 tablet_replica.cc:333] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963: stopping tablet replica
I20260608 12:42:04.629477   431 raft_consensus.cc:2243] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.630812   431 raft_consensus.cc:2272] T e246211613b948c0a336c22c47645330 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.633882   431 tablet_replica.cc:333] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963: stopping tablet replica
I20260608 12:42:04.634476   431 raft_consensus.cc:2243] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.635720   431 raft_consensus.cc:2272] T 33c8262c39ec4e41b4d5e126cd434936 P 23a90bfbe78c4149b1876516f7b8f963 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.665251   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:04.685338   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:04.711264   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:04.712106   431 tablet_replica.cc:333] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732: stopping tablet replica
I20260608 12:42:04.712783   431 raft_consensus.cc:2243] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:04.713747   431 raft_consensus.cc:2272] T 33c8262c39ec4e41b4d5e126cd434936 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.717105   431 tablet_replica.cc:333] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732: stopping tablet replica
I20260608 12:42:04.717651   431 raft_consensus.cc:2243] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:04.718824   431 raft_consensus.cc:2272] T e246211613b948c0a336c22c47645330 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.723038   431 tablet_replica.cc:333] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732: stopping tablet replica
I20260608 12:42:04.724149   431 raft_consensus.cc:2243] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:04.725886   431 raft_consensus.cc:2272] T f2570298969348fbb16b7e00d8115429 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.729830   431 tablet_replica.cc:333] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732: stopping tablet replica
I20260608 12:42:04.730394   431 raft_consensus.cc:2243] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.731858   431 raft_consensus.cc:2272] T 1d7117be263e4826af9bb185ee4d8a25 P ff8290572abb4ba28b46e2ce13734732 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.751214   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:04.772061   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:04.802096   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:04.803004   431 tablet_replica.cc:333] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c: stopping tablet replica
I20260608 12:42:04.803905   431 raft_consensus.cc:2243] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.804734   431 raft_consensus.cc:2272] T f2570298969348fbb16b7e00d8115429 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.807104   431 tablet_replica.cc:333] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c: stopping tablet replica
I20260608 12:42:04.807622   431 raft_consensus.cc:2243] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.808377   431 raft_consensus.cc:2272] T 1d7117be263e4826af9bb185ee4d8a25 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.810734   431 tablet_replica.cc:333] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c: stopping tablet replica
I20260608 12:42:04.811255   431 raft_consensus.cc:2243] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.811934   431 raft_consensus.cc:2272] T e246211613b948c0a336c22c47645330 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.814064   431 tablet_replica.cc:333] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c: stopping tablet replica
I20260608 12:42:04.814509   431 raft_consensus.cc:2243] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:04.815167   431 raft_consensus.cc:2272] T 33c8262c39ec4e41b4d5e126cd434936 P 181d8adcd62b4fefba650909dba45c4c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:04.839121   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:04.857504   431 master.cc:562] Master@127.0.107.254:34043 shutting down...
W20260608 12:42:07.671486  6658 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 12:42:07.674896  6658 catalog_manager.cc:4754] TS 9d1eef4cfb0745098e72e2a707742b3d (127.0.107.193:41891): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 33c8262c39ec4e41b4d5e126cd434936: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41891: connect: Connection refused (error 111)
I20260608 12:42:08.476526   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:08.477361   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:08.477761   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 6c8acc508df6428a9c4559fa9edd5965: stopping tablet replica
I20260608 12:42:08.500969   431 master.cc:584] Master@127.0.107.254:34043 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14497 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 12:42:08.544552   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:40307
I20260608 12:42:08.545883   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:08.551867  7151 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:08.552008  7152 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:08.553478  7154 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:08.554747   431 server_base.cc:1061] running on GCE node
I20260608 12:42:08.555612   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:08.555806   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:08.556144   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922528556119 us; error 0 us; skew 500 ppm
I20260608 12:42:08.556736   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:08.559618   431 webserver.cc:533] Webserver started at http://127.0.107.254:41061/ using document root <none> and password file <none>
I20260608 12:42:08.560243   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:08.560460   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:08.560824   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:08.562204   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "53ef4b66467f470faf62068754b7f848"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.567309   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260608 12:42:08.571321  7159 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.572345   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:08.572630   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "53ef4b66467f470faf62068754b7f848"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.572875   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:08.593397   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:08.594686   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:08.635255   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:40307
I20260608 12:42:08.635391  7210 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:40307 every 8 connection(s)
I20260608 12:42:08.640053  7211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:08.651929  7211 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848: Bootstrap starting.
I20260608 12:42:08.657282  7211 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:08.661926  7211 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848: No bootstrap required, opened a new log
I20260608 12:42:08.664546  7211 raft_consensus.cc:359] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53ef4b66467f470faf62068754b7f848" member_type: VOTER }
I20260608 12:42:08.665026  7211 raft_consensus.cc:385] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:08.665288  7211 raft_consensus.cc:740] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53ef4b66467f470faf62068754b7f848, State: Initialized, Role: FOLLOWER
I20260608 12:42:08.665940  7211 consensus_queue.cc:260] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "53ef4b66467f470faf62068754b7f848" member_type: VOTER }
I20260608 12:42:08.666455  7211 raft_consensus.cc:399] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:08.666699  7211 raft_consensus.cc:493] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:08.666996  7211 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:08.672037  7211 raft_consensus.cc:515] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53ef4b66467f470faf62068754b7f848" member_type: VOTER }
I20260608 12:42:08.672668  7211 leader_election.cc:304] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [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: 53ef4b66467f470faf62068754b7f848; no voters: 
I20260608 12:42:08.673902  7211 leader_election.cc:290] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:08.674502  7214 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:08.676403  7214 raft_consensus.cc:697] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 1 LEADER]: Becoming Leader. State: Replica: 53ef4b66467f470faf62068754b7f848, State: Running, Role: LEADER
I20260608 12:42:08.677047  7211 sys_catalog.cc:565] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:08.677235  7214 consensus_queue.cc:237] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [LEADER]: Queue going to LEADER mode. State: All 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: "53ef4b66467f470faf62068754b7f848" member_type: VOTER }
I20260608 12:42:08.680662  7215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "53ef4b66467f470faf62068754b7f848" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53ef4b66467f470faf62068754b7f848" member_type: VOTER } }
I20260608 12:42:08.681300  7215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:08.680689  7216 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 53ef4b66467f470faf62068754b7f848. Latest consensus state: current_term: 1 leader_uuid: "53ef4b66467f470faf62068754b7f848" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "53ef4b66467f470faf62068754b7f848" member_type: VOTER } }
I20260608 12:42:08.682081  7216 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:08.687808  7220 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:08.693706  7220 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:08.695412   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:08.704056  7220 catalog_manager.cc:1382] Generated new cluster ID: 38386676afa14bad8dd5de80c79f169a
I20260608 12:42:08.704411  7220 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:08.736536  7220 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:08.737932  7220 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:08.761349  7220 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848: Generated new TSK 0
I20260608 12:42:08.762027  7220 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:08.827411   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:08.835167  7232 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:08.836483  7233 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:08.839089  7235 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:08.839123   431 server_base.cc:1061] running on GCE node
I20260608 12:42:08.840353   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:08.840569   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:08.840768   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922528840749 us; error 0 us; skew 500 ppm
I20260608 12:42:08.841387   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:08.843761   431 webserver.cc:533] Webserver started at http://127.0.107.193:44737/ using document root <none> and password file <none>
I20260608 12:42:08.844333   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:08.844499   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:08.844852   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:08.846167   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "8a834270bc3b4ff9add3c4ae423671e6"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.851167   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:08.855022  7240 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.855904   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:08.856331   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "8a834270bc3b4ff9add3c4ae423671e6"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.856655   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:08.872709   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:08.874040   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:08.875727   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:08.878290   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:08.878537   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.878823   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:08.879004   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.922082   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38469
I20260608 12:42:08.922207  7302 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38469 every 8 connection(s)
I20260608 12:42:08.928083   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:08.937494  7307 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:08.938951  7308 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:08.941113   431 server_base.cc:1061] running on GCE node
W20260608 12:42:08.943538  7310 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:08.945122   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:08.945385   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:08.945596   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922528945576 us; error 0 us; skew 500 ppm
I20260608 12:42:08.945640  7303 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:08.946146  7303 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:08.946455   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:08.947106  7303 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:08.949571   431 webserver.cc:533] Webserver started at http://127.0.107.194:39997/ using document root <none> and password file <none>
I20260608 12:42:08.950030  7176 ts_manager.cc:194] Registered new tserver with Master: 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469)
I20260608 12:42:08.950209   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:08.950548   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:08.950847   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:08.952181   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.952248  7176 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37298
I20260608 12:42:08.957584   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:42:08.961723  7315 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.962620   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:08.962973   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:08.963270   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:08.984066   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:08.985519   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:08.987143   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:08.989835   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:08.990106   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:08.990355   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:08.990540   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:09.032075   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32907
I20260608 12:42:09.032192  7377 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32907 every 8 connection(s)
I20260608 12:42:09.037485   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:09.046578  7381 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:09.050894  7382 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:09.053105  7384 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:09.053754  7378 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:09.054054   431 server_base.cc:1061] running on GCE node
I20260608 12:42:09.054267  7378 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:09.055227  7378 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:09.055250   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:09.055691   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:09.055909   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922529055890 us; error 0 us; skew 500 ppm
I20260608 12:42:09.056653   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:09.057644  7176 ts_manager.cc:194] Registered new tserver with Master: 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:09.059460  7176 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37312
I20260608 12:42:09.059566   431 webserver.cc:533] Webserver started at http://127.0.107.195:42261/ using document root <none> and password file <none>
I20260608 12:42:09.060313   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:09.060542   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:09.060844   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:09.062148   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
format_stamp: "Formatted at 2026-06-08 12:42:09 on dist-test-slave-62kf"
I20260608 12:42:09.067268   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:09.071313  7389 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:09.072439   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:09.072853   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
format_stamp: "Formatted at 2026-06-08 12:42:09 on dist-test-slave-62kf"
I20260608 12:42:09.073239   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:09.086163   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:09.087477   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:09.089185   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:09.091660   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:09.091922   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:09.092257   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:09.092463   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:09.142709   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39473
I20260608 12:42:09.142833  7451 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39473 every 8 connection(s)
I20260608 12:42:09.158341  7452 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:09.158778  7452 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:09.159502  7452 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:09.161847  7176 ts_manager.cc:194] Registered new tserver with Master: dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:09.162211   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015919545s
I20260608 12:42:09.163357  7176 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37314
I20260608 12:42:09.955246  7303 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:10.062264  7378 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:10.166441  7452 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:10.228219  7176 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37322:
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:42:10.230931  7176 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:10.296093  7417 tablet_service.cc:1511] Processing CreateTablet for tablet 83cc53eca1144c95807b5e82eef4f43a (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:10.297996  7417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83cc53eca1144c95807b5e82eef4f43a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.297528  7416 tablet_service.cc:1511] Processing CreateTablet for tablet 914b942539f34ac9b3490a54e211f511 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:10.301016  7416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914b942539f34ac9b3490a54e211f511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.303342  7415 tablet_service.cc:1511] Processing CreateTablet for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:10.304931  7415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.314288  7268 tablet_service.cc:1511] Processing CreateTablet for tablet 83cc53eca1144c95807b5e82eef4f43a (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:10.315889  7268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83cc53eca1144c95807b5e82eef4f43a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.321197  7343 tablet_service.cc:1511] Processing CreateTablet for tablet 83cc53eca1144c95807b5e82eef4f43a (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:10.321790  7267 tablet_service.cc:1511] Processing CreateTablet for tablet 914b942539f34ac9b3490a54e211f511 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:10.322849  7343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83cc53eca1144c95807b5e82eef4f43a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.323284  7267 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914b942539f34ac9b3490a54e211f511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.329088  7266 tablet_service.cc:1511] Processing CreateTablet for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:10.329808  7341 tablet_service.cc:1511] Processing CreateTablet for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:10.331187  7266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.331449  7341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.336550  7342 tablet_service.cc:1511] Processing CreateTablet for tablet 914b942539f34ac9b3490a54e211f511 (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:10.337348  7265 tablet_service.cc:1511] Processing CreateTablet for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:10.338958  7265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.339738  7340 tablet_service.cc:1511] Processing CreateTablet for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:10.341316  7342 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914b942539f34ac9b3490a54e211f511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.342396  7414 tablet_service.cc:1511] Processing CreateTablet for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f (DEFAULT_TABLE table=test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:10.344022  7414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.344348  7340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:10.364920  7472 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:10.368942  7473 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:10.374233  7472 tablet_bootstrap.cc:654] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.388305  7473 tablet_bootstrap.cc:654] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.390846  7474 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:10.399240  7472 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: No bootstrap required, opened a new log
I20260608 12:42:10.399794  7472 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.035s	user 0.010s	sys 0.008s
I20260608 12:42:10.400025  7474 tablet_bootstrap.cc:654] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.400125  7473 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: No bootstrap required, opened a new log
I20260608 12:42:10.400763  7473 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.032s	user 0.007s	sys 0.007s
I20260608 12:42:10.402705  7472 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.403417  7472 raft_consensus.cc:385] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.403715  7472 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.404284  7473 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.404899  7473 raft_consensus.cc:385] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.405409  7473 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.404814  7472 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.406149  7473 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.406648  7474 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: No bootstrap required, opened a new log
I20260608 12:42:10.407292  7474 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.006s
I20260608 12:42:10.408360  7472 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:42:10.411099  7473 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 12:42:10.410686  7474 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.412109  7474 raft_consensus.cc:385] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.412263  7472 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:10.412472  7474 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.413627  7473 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:10.421630  7473 tablet_bootstrap.cc:654] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.421820  7472 tablet_bootstrap.cc:654] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.424324  7474 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.428735  7472 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: No bootstrap required, opened a new log
I20260608 12:42:10.429560  7472 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260608 12:42:10.432528  7474 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.025s	user 0.005s	sys 0.010s
I20260608 12:42:10.433821  7474 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:10.433475  7472 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.434314  7472 raft_consensus.cc:385] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.434649  7472 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.435688  7473 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: No bootstrap required, opened a new log
I20260608 12:42:10.435595  7472 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.436403  7473 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.007s
I20260608 12:42:10.440039  7473 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.440867  7473 raft_consensus.cc:385] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.440881  7472 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.003s
I20260608 12:42:10.441474  7473 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.441792  7474 tablet_bootstrap.cc:654] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.442322  7472 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:10.442528  7473 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.448596  7473 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.001s
I20260608 12:42:10.450289  7473 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:10.450500  7472 tablet_bootstrap.cc:654] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.461139  7473 tablet_bootstrap.cc:654] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.466359  7472 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: No bootstrap required, opened a new log
I20260608 12:42:10.466952  7472 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.004s
I20260608 12:42:10.470157  7472 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.470939  7472 raft_consensus.cc:385] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.471278  7472 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.472342  7472 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.475670  7472 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:42:10.476845  7472 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:10.477432  7474 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: No bootstrap required, opened a new log
I20260608 12:42:10.477453  7473 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: No bootstrap required, opened a new log
I20260608 12:42:10.478297  7474 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.045s	user 0.029s	sys 0.014s
I20260608 12:42:10.478400  7473 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.004s
I20260608 12:42:10.481904  7474 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.482704  7474 raft_consensus.cc:385] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.482234  7473 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.483053  7474 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.483253  7473 raft_consensus.cc:385] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.483769  7473 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.484133  7472 tablet_bootstrap.cc:654] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.484159  7474 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.484889  7473 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.489800  7474 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 12:42:10.490938  7474 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:10.493183  7473 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260608 12:42:10.494876  7473 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:10.498107  7474 tablet_bootstrap.cc:654] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.504415  7473 tablet_bootstrap.cc:654] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:10.505381  7478 raft_consensus.cc:493] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:10.506170  7478 raft_consensus.cc:515] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.522379  7478 leader_election.cc:290] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.531179  7472 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: No bootstrap required, opened a new log
I20260608 12:42:10.532100  7472 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.055s	user 0.023s	sys 0.031s
I20260608 12:42:10.534915  7473 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: No bootstrap required, opened a new log
I20260608 12:42:10.535521  7473 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.041s	user 0.020s	sys 0.000s
I20260608 12:42:10.537297  7472 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.538532  7472 raft_consensus.cc:385] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.538961  7472 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.539248  7473 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.540235  7473 raft_consensus.cc:385] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.540681  7473 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.540776  7472 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.541517  7473 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.544579  7473 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
I20260608 12:42:10.545204  7474 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: No bootstrap required, opened a new log
I20260608 12:42:10.545895  7474 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.055s	user 0.032s	sys 0.019s
I20260608 12:42:10.546731  7472 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.006s
I20260608 12:42:10.549574  7474 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.550500  7474 raft_consensus.cc:385] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.550871  7474 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.552249  7474 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.555339  7474 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260608 12:42:10.556587  7474 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:10.557914  7353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:10.559970  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:10.560890  7278 raft_consensus.cc:2468] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.562659  7393 leader_election.cc:304] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.563661  7478 raft_consensus.cc:2804] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:10.564098  7478 raft_consensus.cc:493] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:10.564468  7478 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.565382  7474 tablet_bootstrap.cc:654] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:10.565761  7390 leader_election.cc:343] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:10.572687  7474 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: No bootstrap required, opened a new log
I20260608 12:42:10.573338  7474 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.001s
I20260608 12:42:10.574263  7478 raft_consensus.cc:515] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.576967  7474 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.577859  7474 raft_consensus.cc:385] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:10.578209  7474 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:10.578617  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:10.579418  7278 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.579154  7474 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.579810  7353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:10.580551  7353 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.582286  7474 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.002s
I20260608 12:42:10.578598  7478 leader_election.cc:290] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.583459  7478 raft_consensus.cc:493] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:10.584004  7478 raft_consensus.cc:515] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.586380  7478 leader_election.cc:290] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.587563  7277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:10.588423  7277 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.589262  7278 raft_consensus.cc:2468] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.590070  7393 leader_election.cc:304] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.591394  7353 raft_consensus.cc:2468] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.591645  7393 leader_election.cc:304] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.592124  7492 raft_consensus.cc:2804] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:10.592370  7352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:10.592615  7492 raft_consensus.cc:493] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:10.592785  7478 raft_consensus.cc:2804] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:10.593091  7352 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.593116  7492 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.596343  7478 raft_consensus.cc:697] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Becoming Leader. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Running, Role: LEADER
I20260608 12:42:10.597416  7478 consensus_queue.cc:237] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:10.598312  7493 raft_consensus.cc:493] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:10.598882  7493 raft_consensus.cc:515] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.602160  7493 leader_election.cc:290] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.602638  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:10.602910  7492 raft_consensus.cc:515] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.603252  7352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:10.603386  7278 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.604218  7352 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.605062  7393 leader_election.cc:304] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.606324  7492 leader_election.cc:290] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.606979  7492 raft_consensus.cc:2804] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:10.607141  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:10.607409  7492 raft_consensus.cc:493] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:10.607825  7492 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.607889  7278 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.613806  7352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:10.614744  7352 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.615226  7278 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.615264  7492 raft_consensus.cc:515] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.619699  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:10.620394  7278 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.622120  7393 leader_election.cc:304] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.623632  7492 leader_election.cc:290] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.624348  7492 raft_consensus.cc:2804] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:10.624856  7492 raft_consensus.cc:697] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Becoming Leader. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Running, Role: LEADER
I20260608 12:42:10.624956  7353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:10.624763  7175 catalog_manager.cc:5696] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:10.625842  7353 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.625998  7492 consensus_queue.cc:237] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.628157  7278 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.629696  7393 leader_election.cc:304] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.630934  7493 raft_consensus.cc:2804] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:10.631606  7493 raft_consensus.cc:697] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Becoming Leader. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Running, Role: LEADER
I20260608 12:42:10.633272  7353 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.632773  7493 consensus_queue.cc:237] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.635015  7352 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.646143  7175 catalog_manager.cc:5696] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:10.647524  7175 catalog_manager.cc:5696] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:10.657157  7493 raft_consensus.cc:493] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:10.657807  7493 raft_consensus.cc:515] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.659624  7493 leader_election.cc:290] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.660564  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:10.660794  7352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:10.661182  7278 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.661515  7352 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 0.
I20260608 12:42:10.662436  7393 leader_election.cc:304] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.663192  7493 raft_consensus.cc:2804] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:10.663597  7493 raft_consensus.cc:493] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:10.663848  7493 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.669456  7493 raft_consensus.cc:515] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.671300  7493 leader_election.cc:290] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:10.672327  7278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:10.672387  7352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:10.673055  7278 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.673141  7352 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:10.678752  7278 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.678752  7352 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:10.680112  7393 leader_election.cc:304] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:10.681039  7493 raft_consensus.cc:2804] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:10.681474  7493 raft_consensus.cc:697] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Becoming Leader. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Running, Role: LEADER
I20260608 12:42:10.682302  7493 consensus_queue.cc:237] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:10.690783  7175 catalog_manager.cc:5696] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: term changed from 0 to 1, leader changed from <none> to dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } }
W20260608 12:42:10.692315  7224 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:10.776005   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:10.796881   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:10.797909   431 tablet_replica.cc:333] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: stopping tablet replica
I20260608 12:42:10.798883   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.799309   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.801463   431 tablet_replica.cc:333] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: stopping tablet replica
I20260608 12:42:10.802022   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.802382   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.804569   431 tablet_replica.cc:333] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: stopping tablet replica
I20260608 12:42:10.805079   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.805426   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.807412   431 tablet_replica.cc:333] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: stopping tablet replica
I20260608 12:42:10.807888   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.808323   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.831409   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:10.844141   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:10.861868   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:10.862780   431 tablet_replica.cc:333] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: stopping tablet replica
I20260608 12:42:10.863509   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.863920   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.866276   431 tablet_replica.cc:333] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: stopping tablet replica
I20260608 12:42:10.866822   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.867215   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.869418   431 tablet_replica.cc:333] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: stopping tablet replica
I20260608 12:42:10.869943   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.870312   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.872624   431 tablet_replica.cc:333] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: stopping tablet replica
I20260608 12:42:10.873119   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:10.873466   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.886435   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:10.899817   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:10.919924   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:10.920917   431 tablet_replica.cc:333] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: stopping tablet replica
I20260608 12:42:10.921572   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:10.922255   431 pending_rounds.cc:70] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Trying to abort 1 pending ops.
I20260608 12:42:10.922477   431 pending_rounds.cc:77] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658685455568896 op_type: NO_OP noop_request { }
I20260608 12:42:10.922775   431 raft_consensus.cc:2889] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:10.923126   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.925796   431 tablet_replica.cc:333] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: stopping tablet replica
I20260608 12:42:10.926407   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:10.927098   431 pending_rounds.cc:70] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Trying to abort 1 pending ops.
I20260608 12:42:10.927259   431 pending_rounds.cc:77] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658685490458624 op_type: NO_OP noop_request { }
I20260608 12:42:10.927582   431 raft_consensus.cc:2889] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:10.927912   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.930517   431 tablet_replica.cc:333] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: stopping tablet replica
I20260608 12:42:10.931131   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:10.931897   431 pending_rounds.cc:70] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Trying to abort 1 pending ops.
I20260608 12:42:10.932183   431 pending_rounds.cc:77] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658685683417088 op_type: NO_OP noop_request { }
I20260608 12:42:10.932545   431 raft_consensus.cc:2889] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:10.932860   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.935334   431 tablet_replica.cc:333] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: stopping tablet replica
I20260608 12:42:10.935923   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:10.936688   431 pending_rounds.cc:70] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Trying to abort 1 pending ops.
I20260608 12:42:10.936847   431 pending_rounds.cc:77] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658685339504640 op_type: NO_OP noop_request { }
I20260608 12:42:10.937168   431 raft_consensus.cc:2889] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:10.937438   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:10.961135   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:10.975246   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:10.981592  7498 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:10.981830  7499 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:10.984789  7501 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:10.985414   431 server_base.cc:1061] running on GCE node
I20260608 12:42:10.986546   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:10.986891   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:10.987164   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922530987147 us; error 0 us; skew 500 ppm
I20260608 12:42:10.987855   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:10.990520   431 webserver.cc:533] Webserver started at http://127.0.107.196:34307/ using document root <none> and password file <none>
I20260608 12:42:10.991153   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:10.991428   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:10.991750   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:10.993067   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "7bfffe7a53a04f1591f4e640b3d7fb46"
format_stamp: "Formatted at 2026-06-08 12:42:10 on dist-test-slave-62kf"
I20260608 12:42:10.998517   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
I20260608 12:42:11.002471  7506 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.003479   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:11.004009   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "7bfffe7a53a04f1591f4e640b3d7fb46"
format_stamp: "Formatted at 2026-06-08 12:42:10 on dist-test-slave-62kf"
I20260608 12:42:11.004462   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:11.017931   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:11.019176   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:11.020826   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:11.023326   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:11.023689   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.024111   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:11.024408   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:11.069043   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:40567
I20260608 12:42:11.069159  7568 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:40567 every 8 connection(s)
I20260608 12:42:11.110266  7569 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:11.111001  7569 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:11.112176  7569 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:11.115059  7175 ts_manager.cc:194] Registered new tserver with Master: 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196:40567)
I20260608 12:42:11.117259  7175 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37332
W20260608 12:42:11.709352  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:11.713419  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 914b942539f34ac9b3490a54e211f511: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:11.717249  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
I20260608 12:42:12.121042  7569 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
W20260608 12:42:12.732301  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 914b942539f34ac9b3490a54e211f511: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:12.736303  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:12.740003  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:13.773411  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:13.776958  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:13.780578  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 914b942539f34ac9b3490a54e211f511: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:14.799491  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:14.804112  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 914b942539f34ac9b3490a54e211f511: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:14.808284  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Network error: Client connection negotiation failed: client connection to 127.0.107.195:39473: connect: Connection refused (error 111)
W20260608 12:42:15.810981  7224 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver dd0d31edf94a4c2cb32fb152edbbb053 not available for placement
W20260608 12:42:16.813179  7224 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver dd0d31edf94a4c2cb32fb152edbbb053 not available for placement
W20260608 12:42:17.815296  7224 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver dd0d31edf94a4c2cb32fb152edbbb053 not available for placement
I20260608 12:42:18.122190   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:18.130468  7578 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:18.130788  7579 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:18.134546  7581 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:18.135612   431 server_base.cc:1061] running on GCE node
I20260608 12:42:18.137220   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:18.137460   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:18.137671   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922538137649 us; error 0 us; skew 500 ppm
I20260608 12:42:18.138310   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:18.141108   431 webserver.cc:533] Webserver started at http://127.0.107.193:44737/ using document root <none> and password file <none>
I20260608 12:42:18.141686   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:18.141878   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:42:18.146193   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:42:18.150189  7586 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:18.151118   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
I20260608 12:42:18.151394   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "8a834270bc3b4ff9add3c4ae423671e6"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:18.151777   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:18.184079   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:18.185393   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:18.186926   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:18.190877  7593 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 12:42:18.214550   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:42:18.214918   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.025s	user 0.002s	sys 0.000s
I20260608 12:42:18.215256   431 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 12:42:18.228565  7593 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:18.245209  7593 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: 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:42:18.245689   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:42:18.245967  7593 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap complete.
I20260608 12:42:18.246173   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.031s	user 0.027s	sys 0.003s
I20260608 12:42:18.246795  7593 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.005s
I20260608 12:42:18.249751  7593 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.250795  7593 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.251657  7593 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.255066  7593 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.008s	user 0.010s	sys 0.000s
I20260608 12:42:18.255860  7593 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:18.271029  7593 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: 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:42:18.272289  7593 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap complete.
I20260608 12:42:18.273305  7593 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.008s
I20260608 12:42:18.277184  7593 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.278219  7593 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.279315  7593 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.282343  7593 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:18.283471  7593 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:18.302778  7593 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: 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:42:18.304183  7593 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap complete.
I20260608 12:42:18.305306  7593 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.004s
I20260608 12:42:18.309114  7593 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.310210  7593 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.311370  7593 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.314670  7593 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:42:18.315920  7593 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap starting.
I20260608 12:42:18.322700   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38469
I20260608 12:42:18.322775  7653 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38469 every 8 connection(s)
W20260608 12:42:18.329373  7655 tablet.cc:2404] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:42:18.334626   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:42:18.336568  7593 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: 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:42:18.337633  7593 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Bootstrap complete.
I20260608 12:42:18.338557  7593 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.000s
I20260608 12:42:18.341835  7593 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:18.342859  7593 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.344096  7593 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
W20260608 12:42:18.346122  7660 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:18.348248  7593 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Time spent starting tablet: real 0.009s	user 0.011s	sys 0.000s
W20260608 12:42:18.348263  7659 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:18.349629  7662 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:18.350472   431 server_base.cc:1061] running on GCE node
I20260608 12:42:18.351581   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:18.351855   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:18.352118   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922538352096 us; error 0 us; skew 500 ppm
I20260608 12:42:18.352823   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:18.355863  7654 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:18.355862   431 webserver.cc:533] Webserver started at http://127.0.107.194:39997/ using document root <none> and password file <none>
I20260608 12:42:18.356470  7654 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:18.356783   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:18.357051   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:42:18.357367  7654 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:18.361444   431 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.005s	sys 0.000s
I20260608 12:42:18.361831  7175 ts_manager.cc:194] Re-registered known tserver with Master: 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469)
I20260608 12:42:18.366721  7667 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:18.367780   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:18.368250   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
format_stamp: "Formatted at 2026-06-08 12:42:08 on dist-test-slave-62kf"
I20260608 12:42:18.368683  7175 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59798
I20260608 12:42:18.368631   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:18.371829  7654 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:18.395130   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:18.396631   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:18.398448   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:18.425262   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:42:18.425612   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.024s	user 0.002s	sys 0.000s
I20260608 12:42:18.430980  7674 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:18.442780   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:42:18.443138   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.017s	user 0.015s	sys 0.000s
I20260608 12:42:18.443463  7674 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: 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:42:18.444602  7674 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap complete.
I20260608 12:42:18.445482  7674 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.015s	user 0.003s	sys 0.009s
I20260608 12:42:18.448293  7674 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.448877  7674 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.449674  7674 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.453508  7674 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
I20260608 12:42:18.454455  7674 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:18.467842  7674 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: 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:42:18.468665  7674 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap complete.
I20260608 12:42:18.469302  7674 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:42:18.472491  7674 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.473109  7674 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.473943  7674 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.475797  7674 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 12:42:18.476783  7674 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:18.491034  7674 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: 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:42:18.491797  7674 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap complete.
I20260608 12:42:18.492484  7674 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.009s
I20260608 12:42:18.495142  7674 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.495747  7674 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.496668  7674 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.498864  7674 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.001s
I20260608 12:42:18.499893  7674 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap starting.
I20260608 12:42:18.504515   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:32907
I20260608 12:42:18.504778  7734 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:32907 every 8 connection(s)
I20260608 12:42:18.510239   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:42:18.516330  7674 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: 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:42:18.517373  7674 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Bootstrap complete.
I20260608 12:42:18.518273  7674 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.007s
W20260608 12:42:18.519819  7739 instance_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:42:18.521951  7674 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:18.523010  7674 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Initialized, Role: FOLLOWER
W20260608 12:42:18.523617  7740 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:18.524165  7674 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:18.527076  7674 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
W20260608 12:42:18.529047  7743 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:18.529381   431 server_base.cc:1061] running on GCE node
I20260608 12:42:18.530984   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:18.531000  7735 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
W20260608 12:42:18.531351   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:18.531610  7735 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:18.531628   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922538531609 us; error 0 us; skew 500 ppm
I20260608 12:42:18.532569   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:18.532624  7735 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:18.535604   431 webserver.cc:533] Webserver started at http://127.0.107.195:42261/ using document root <none> and password file <none>
I20260608 12:42:18.536360   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:18.536600   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:42:18.537212  7175 ts_manager.cc:194] Re-registered known tserver with Master: 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:18.541805   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:18.543016  7175 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59812
I20260608 12:42:18.545934  7747 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:18.546458  7735 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:18.546919   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.001s
I20260608 12:42:18.547259   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
format_stamp: "Formatted at 2026-06-08 12:42:09 on dist-test-slave-62kf"
I20260608 12:42:18.547582   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:18.575778   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:18.577242   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:18.578862   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:18.605126   431 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 12:42:18.605494   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.024s	user 0.000s	sys 0.002s
I20260608 12:42:18.610666  7754 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:18.621321   431 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 12:42:18.621659   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.016s	user 0.015s	sys 0.000s
I20260608 12:42:18.624650  7754 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: 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:42:18.625644  7754 tablet_bootstrap.cc:492] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap complete.
I20260608 12:42:18.626276  7754 ts_tablet_manager.cc:1403] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.016s	user 0.007s	sys 0.006s
I20260608 12:42:18.628636  7754 raft_consensus.cc:359] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.629419  7754 raft_consensus.cc:740] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.630508  7754 consensus_queue.cc:260] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.633980  7754 ts_tablet_manager.cc:1434] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.005s
I20260608 12:42:18.634974  7754 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:18.653209  7754 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: 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:42:18.654620  7754 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap complete.
I20260608 12:42:18.655540  7754 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.005s
I20260608 12:42:18.659328  7754 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.660539  7754 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.661640  7754 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.664620  7754 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 12:42:18.665711  7754 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:18.679550   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39473
I20260608 12:42:18.679757  7813 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39473 every 8 connection(s)
I20260608 12:42:18.686846  7754 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: 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:42:18.688429  7754 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap complete.
I20260608 12:42:18.689236  7754 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.010s
I20260608 12:42:18.692272  7754 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.693190  7754 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.694203  7754 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:18.697050  7754 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260608 12:42:18.698256  7754 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap starting.
I20260608 12:42:18.698282  7815 heartbeater.cc:344] Connected to a master server at 127.0.107.254:40307
I20260608 12:42:18.699209  7815 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:18.700165  7815 heartbeater.cc:507] Master 127.0.107.254:40307 requested a full tablet report, sending...
I20260608 12:42:18.704916  7175 ts_manager.cc:194] Re-registered known tserver with Master: dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:18.712307  7175 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59814
I20260608 12:42:18.715523  7815 heartbeater.cc:499] Master 127.0.107.254:40307 was elected leader, sending a full tablet report...
I20260608 12:42:18.715790  7754 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: 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:42:18.716907  7754 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Bootstrap complete.
I20260608 12:42:18.717641  7754 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.003s
I20260608 12:42:18.720916  7754 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:18.722208  7754 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Initialized, Role: FOLLOWER
I20260608 12:42:18.723278  7754 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:18.725900  7754 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
W20260608 12:42:18.839109  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Illegal state: Replica dd0d31edf94a4c2cb32fb152edbbb053 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } }
W20260608 12:42:18.843384  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Illegal state: Replica dd0d31edf94a4c2cb32fb152edbbb053 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } }
W20260608 12:42:18.847684  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 914b942539f34ac9b3490a54e211f511: Illegal state: Replica dd0d31edf94a4c2cb32fb152edbbb053 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } }
I20260608 12:42:19.646248  7821 raft_consensus.cc:493] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.646946  7821 raft_consensus.cc:515] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.649646  7821 leader_election.cc:290] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:19.663271  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:19.664424  7628 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 31c776f1f0ab4efe96a14d8aebe35b01 in term 1.
I20260608 12:42:19.664436  7789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" is_pre_election: true
I20260608 12:42:19.665781  7789 raft_consensus.cc:2410] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 31c776f1f0ab4efe96a14d8aebe35b01 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:42:19.666009  7671 leader_election.cc:304] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: 
I20260608 12:42:19.667187  7821 raft_consensus.cc:2804] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:19.667708  7821 raft_consensus.cc:493] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.668155  7821 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.673800  7821 raft_consensus.cc:515] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.675769  7821 leader_election.cc:290] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [CANDIDATE]: Term 2 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:19.676757  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:19.676994  7789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0ea956eecfcf42d18b9cbc0aaa20d65f" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
I20260608 12:42:19.677528  7628 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.677758  7789 raft_consensus.cc:3060] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.683691  7628 raft_consensus.cc:2468] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 31c776f1f0ab4efe96a14d8aebe35b01 in term 2.
I20260608 12:42:19.684001  7789 raft_consensus.cc:2410] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 31c776f1f0ab4efe96a14d8aebe35b01 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:42:19.685212  7671 leader_election.cc:304] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: 
I20260608 12:42:19.686124  7821 raft_consensus.cc:2804] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:19.687333  7821 raft_consensus.cc:697] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Becoming Leader. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Running, Role: LEADER
I20260608 12:42:19.688526  7821 consensus_queue.cc:237] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Queue going to LEADER 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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.696524  7175 catalog_manager.cc:5696] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 reported cstate change: term changed from 1 to 2, leader changed from dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) to 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.783210  7821 raft_consensus.cc:493] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.783890  7821 raft_consensus.cc:515] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.785916  7821 leader_election.cc:290] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:19.786926  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:19.787185  7789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" is_pre_election: true
I20260608 12:42:19.787921  7628 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 31c776f1f0ab4efe96a14d8aebe35b01 in term 1.
I20260608 12:42:19.788435  7789 raft_consensus.cc:2410] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 31c776f1f0ab4efe96a14d8aebe35b01 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:42:19.789413  7671 leader_election.cc:304] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: 
I20260608 12:42:19.790309  7821 raft_consensus.cc:2804] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:19.790867  7821 raft_consensus.cc:493] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.791352  7821 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.797075  7821 raft_consensus.cc:515] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.799203  7821 leader_election.cc:290] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [CANDIDATE]: Term 2 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473)
I20260608 12:42:19.800045  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:19.800410  7789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "914b942539f34ac9b3490a54e211f511" candidate_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
I20260608 12:42:19.800763  7628 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.801343  7789 raft_consensus.cc:3060] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.806469  7628 raft_consensus.cc:2468] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 31c776f1f0ab4efe96a14d8aebe35b01 in term 2.
I20260608 12:42:19.807440  7789 raft_consensus.cc:2410] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 31c776f1f0ab4efe96a14d8aebe35b01 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:42:19.807816  7671 leader_election.cc:304] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: 
I20260608 12:42:19.808763  7821 raft_consensus.cc:2804] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:19.809329  7821 raft_consensus.cc:697] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Becoming Leader. State: Replica: 31c776f1f0ab4efe96a14d8aebe35b01, State: Running, Role: LEADER
I20260608 12:42:19.810169  7821 consensus_queue.cc:237] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Queue going to LEADER 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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.818444  7175 catalog_manager.cc:5696] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 reported cstate change: term changed from 1 to 2, leader changed from dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) to 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194). New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.846110  7833 raft_consensus.cc:493] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.846828  7833 raft_consensus.cc:515] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:19.855472  7833 leader_election.cc:290] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:19.878211  7789 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "8a834270bc3b4ff9add3c4ae423671e6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" is_pre_election: true
I20260608 12:42:19.879586  7789 raft_consensus.cc:2410] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8a834270bc3b4ff9add3c4ae423671e6 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:42:19.879523  7709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "8a834270bc3b4ff9add3c4ae423671e6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:19.881564  7709 raft_consensus.cc:2468] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8a834270bc3b4ff9add3c4ae423671e6 in term 1.
I20260608 12:42:19.883121  7587 leader_election.cc:304] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: dd0d31edf94a4c2cb32fb152edbbb053
I20260608 12:42:19.884104  7833 raft_consensus.cc:2804] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:19.884656  7833 raft_consensus.cc:493] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.885119  7833 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:19.892009  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:42:19.892493  7833 raft_consensus.cc:515] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:19.894476  7833 leader_election.cc:290] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [CANDIDATE]: Term 2 election: Requested vote from peers dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:19.895529  7788 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "8a834270bc3b4ff9add3c4ae423671e6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd0d31edf94a4c2cb32fb152edbbb053"
I20260608 12:42:19.895983  7709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "83cc53eca1144c95807b5e82eef4f43a" candidate_uuid: "8a834270bc3b4ff9add3c4ae423671e6" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:19.896694  7788 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.897048  7709 raft_consensus.cc:3060] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:19.897361  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 9c9ad7dd5f2d4240aaabfa10a476b6f3: Illegal state: Replica dd0d31edf94a4c2cb32fb152edbbb053 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } }
I20260608 12:42:19.903594  7709 raft_consensus.cc:2468] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8a834270bc3b4ff9add3c4ae423671e6 in term 2.
I20260608 12:42:19.903855  7788 raft_consensus.cc:2410] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 8a834270bc3b4ff9add3c4ae423671e6 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:42:19.905093  7587 leader_election.cc:304] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [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: 31c776f1f0ab4efe96a14d8aebe35b01, 8a834270bc3b4ff9add3c4ae423671e6; no voters: 
I20260608 12:42:19.906311  7833 raft_consensus.cc:2804] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:19.908164  7833 raft_consensus.cc:697] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 LEADER]: Becoming Leader. State: Replica: 8a834270bc3b4ff9add3c4ae423671e6, State: Running, Role: LEADER
W20260608 12:42:19.909428  7224 auto_rebalancer.cc:591] Failed to schedule move for tablet 83cc53eca1144c95807b5e82eef4f43a: Illegal state: Replica dd0d31edf94a4c2cb32fb152edbbb053 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 2 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } }
I20260608 12:42:19.909307  7833 consensus_queue.cc:237] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Queue going to LEADER 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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } }
I20260608 12:42:19.911566  7840 raft_consensus.cc:493] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:19.912209  7840 raft_consensus.cc:515] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.915621  7840 leader_election.cc:290] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:19.921058  7175 catalog_manager.cc:5696] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 reported cstate change: term changed from 1 to 2, leader changed from dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) to 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193). New cstate: current_term: 2 leader_uuid: "8a834270bc3b4ff9add3c4ae423671e6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:19.927736  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6" is_pre_election: true
I20260608 12:42:19.928723  7628 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:19.928838  7709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" is_pre_election: true
I20260608 12:42:19.929862  7709 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 1.
I20260608 12:42:19.930282  7751 leader_election.cc:304] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [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: 8a834270bc3b4ff9add3c4ae423671e6, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:19.931452  7840 raft_consensus.cc:2804] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:19.932078  7840 raft_consensus.cc:493] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:19.932618  7840 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.938252  7840 raft_consensus.cc:515] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.940210  7840 leader_election.cc:290] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [CANDIDATE]: Term 2 election: Requested vote from peers 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469), 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:19.941174  7628 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8a834270bc3b4ff9add3c4ae423671e6"
I20260608 12:42:19.941316  7709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9c9ad7dd5f2d4240aaabfa10a476b6f3" candidate_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "31c776f1f0ab4efe96a14d8aebe35b01"
I20260608 12:42:19.941926  7628 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.942174  7709 raft_consensus.cc:3060] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:19.947846  7709 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 2.
I20260608 12:42:19.947845  7628 raft_consensus.cc:2468] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate dd0d31edf94a4c2cb32fb152edbbb053 in term 2.
I20260608 12:42:19.949728  7748 leader_election.cc:304] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [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: 31c776f1f0ab4efe96a14d8aebe35b01, dd0d31edf94a4c2cb32fb152edbbb053; no voters: 
I20260608 12:42:19.950626  7840 raft_consensus.cc:2804] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:19.951879  7840 raft_consensus.cc:697] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 LEADER]: Becoming Leader. State: Replica: dd0d31edf94a4c2cb32fb152edbbb053, State: Running, Role: LEADER
I20260608 12:42:19.952804  7840 consensus_queue.cc:237] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } }
I20260608 12:42:19.960855  7175 catalog_manager.cc:5696] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:20.118566  7789 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:42:20.119130  7789 pending_rounds.cc:85] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Aborting all ops after (but not including) 0
I20260608 12:42:20.119490  7789 pending_rounds.cc:107] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:42:20.119858  7789 raft_consensus.cc:2889] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:42:20.121557  7821 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.134891  7628 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:42:20.137295  7821 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.230654  7789 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:42:20.231200  7789 pending_rounds.cc:85] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Aborting all ops after (but not including) 0
I20260608 12:42:20.231552  7789 pending_rounds.cc:107] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:42:20.231909  7789 raft_consensus.cc:2889] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:42:20.233490  7821 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.238466  7628 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:42:20.240059  7821 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.402287  7628 raft_consensus.cc:1275] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer dd0d31edf94a4c2cb32fb152edbbb053: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.403841  7840 consensus_queue.cc:1048] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.411669  7789 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 1. (term mismatch)
I20260608 12:42:20.412338  7789 pending_rounds.cc:85] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Aborting all ops after (but not including) 0
I20260608 12:42:20.412493  7709 raft_consensus.cc:1275] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Refusing update from remote peer dd0d31edf94a4c2cb32fb152edbbb053: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.413064  7789 pending_rounds.cc:107] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 12:42:20.413748  7789 raft_consensus.cc:2889] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 12:42:20.415887  7840 consensus_queue.cc:1048] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:20.417171  7833 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:20.437892  7709 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 12:42:20.441046  7856 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:20.931232  7628 consensus_queue.cc:237] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:20.938753  7789 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.939565  7709 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.941187  7859 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:42:20.942484  7856 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } 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:42:20.952520  7856 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
W20260608 12:42:20.955502  7587 consensus_peers.cc:597] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 -> Peer 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196:40567): Couldn't send request to peer 7bfffe7a53a04f1591f4e640b3d7fb46. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 83cc53eca1144c95807b5e82eef4f43a. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:20.955819  7709 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:20.956465  7789 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:20.969403  7708 consensus_queue.cc:237] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:20.968868  7175 catalog_manager.cc:5696] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 reported cstate change: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "8a834270bc3b4ff9add3c4ae423671e6" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:20.982946  7789 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.983978  7628 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:20.985210  7826 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } 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:42:20.986847  7861 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:42:20.998008  7826 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
W20260608 12:42:20.999689  7668 consensus_peers.cc:597] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 -> Peer 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196:40567): Couldn't send request to peer 7bfffe7a53a04f1591f4e640b3d7fb46. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 914b942539f34ac9b3490a54e211f511. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:21.001821  7628 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.007134  7789 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.018178  7174 catalog_manager.cc:5696] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 reported cstate change: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:21.018862  7708 consensus_queue.cc:237] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
W20260608 12:42:21.028189  7668 consensus_peers.cc:597] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 -> Peer 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196:40567): Couldn't send request to peer 7bfffe7a53a04f1591f4e640b3d7fb46. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0ea956eecfcf42d18b9cbc0aaa20d65f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:21.028460  7628 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:21.030930  7826 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } 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:42:21.031752  7789 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:21.033524  7826 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:21.041126  7821 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.044340  7628 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.048319  7789 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.058420  7174 catalog_manager.cc:5696] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 reported cstate change: config changed from index -1 to 2, NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } } }
I20260608 12:42:21.356344  7872 ts_tablet_manager.cc:933] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: Initiating tablet copy from peer 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469)
I20260608 12:42:21.359114  7872 tablet_copy_client.cc:323] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.193:38469
I20260608 12:42:21.374837  7639 tablet_copy_service.cc:140] P 8a834270bc3b4ff9add3c4ae423671e6: Received BeginTabletCopySession request for tablet 83cc53eca1144c95807b5e82eef4f43a from peer 7bfffe7a53a04f1591f4e640b3d7fb46 ({username='slave'} at 127.0.0.1:60942)
I20260608 12:42:21.375761  7639 tablet_copy_service.cc:161] P 8a834270bc3b4ff9add3c4ae423671e6: Beginning new tablet copy session on tablet 83cc53eca1144c95807b5e82eef4f43a from peer 7bfffe7a53a04f1591f4e640b3d7fb46 at {username='slave'} at 127.0.0.1:60942: session id = 7bfffe7a53a04f1591f4e640b3d7fb46-83cc53eca1144c95807b5e82eef4f43a
I20260608 12:42:21.385334  7639 tablet_copy_source_session.cc:215] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:21.389192  7872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 83cc53eca1144c95807b5e82eef4f43a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.403321  7872 tablet_copy_client.cc:806] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:21.404199  7872 tablet_copy_client.cc:670] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:21.409207  7872 tablet_copy_client.cc:538] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.420224  7872 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap starting.
I20260608 12:42:21.434763  7876 ts_tablet_manager.cc:933] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: Initiating tablet copy from peer 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:21.436803  7876 tablet_copy_client.cc:323] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32907
I20260608 12:42:21.446552  7872 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: 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:42:21.447784  7872 tablet_bootstrap.cc:492] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap complete.
I20260608 12:42:21.448850  7872 ts_tablet_manager.cc:1403] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent bootstrapping tablet: real 0.029s	user 0.024s	sys 0.006s
I20260608 12:42:21.450956  7720 tablet_copy_service.cc:140] P 31c776f1f0ab4efe96a14d8aebe35b01: Received BeginTabletCopySession request for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f from peer 7bfffe7a53a04f1591f4e640b3d7fb46 ({username='slave'} at 127.0.0.1:47350)
I20260608 12:42:21.451711  7720 tablet_copy_service.cc:161] P 31c776f1f0ab4efe96a14d8aebe35b01: Beginning new tablet copy session on tablet 0ea956eecfcf42d18b9cbc0aaa20d65f from peer 7bfffe7a53a04f1591f4e640b3d7fb46 at {username='slave'} at 127.0.0.1:47350: session id = 7bfffe7a53a04f1591f4e640b3d7fb46-0ea956eecfcf42d18b9cbc0aaa20d65f
I20260608 12:42:21.453601  7872 raft_consensus.cc:359] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.455271  7872 raft_consensus.cc:740] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7bfffe7a53a04f1591f4e640b3d7fb46, State: Initialized, Role: LEARNER
I20260608 12:42:21.456291  7872 consensus_queue.cc:260] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.460052  7872 ts_tablet_manager.cc:1434] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.006s
I20260608 12:42:21.461587  7720 tablet_copy_source_session.cc:215] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:21.462534  7639 tablet_copy_service.cc:342] P 8a834270bc3b4ff9add3c4ae423671e6: Request end of tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-83cc53eca1144c95807b5e82eef4f43a received from {username='slave'} at 127.0.0.1:60942
I20260608 12:42:21.463253  7639 tablet_copy_service.cc:434] P 8a834270bc3b4ff9add3c4ae423671e6: ending tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-83cc53eca1144c95807b5e82eef4f43a on tablet 83cc53eca1144c95807b5e82eef4f43a with peer 7bfffe7a53a04f1591f4e640b3d7fb46
I20260608 12:42:21.468201  7876 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.484179  7876 tablet_copy_client.cc:806] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:21.484568  7872 ts_tablet_manager.cc:933] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: Initiating tablet copy from peer 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907)
I20260608 12:42:21.485085  7876 tablet_copy_client.cc:670] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:21.486698  7872 tablet_copy_client.cc:323] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:32907
I20260608 12:42:21.489038  7718 tablet_copy_service.cc:140] P 31c776f1f0ab4efe96a14d8aebe35b01: Received BeginTabletCopySession request for tablet 914b942539f34ac9b3490a54e211f511 from peer 7bfffe7a53a04f1591f4e640b3d7fb46 ({username='slave'} at 127.0.0.1:47350)
I20260608 12:42:21.489925  7718 tablet_copy_service.cc:161] P 31c776f1f0ab4efe96a14d8aebe35b01: Beginning new tablet copy session on tablet 914b942539f34ac9b3490a54e211f511 from peer 7bfffe7a53a04f1591f4e640b3d7fb46 at {username='slave'} at 127.0.0.1:47350: session id = 7bfffe7a53a04f1591f4e640b3d7fb46-914b942539f34ac9b3490a54e211f511
I20260608 12:42:21.490226  7876 tablet_copy_client.cc:538] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.501056  7718 tablet_copy_source_session.cc:215] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:21.501716  7876 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap starting.
I20260608 12:42:21.505211  7872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 914b942539f34ac9b3490a54e211f511. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:21.522804  7872 tablet_copy_client.cc:806] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:21.523624  7872 tablet_copy_client.cc:670] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:21.525527  7876 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: 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:42:21.526681  7876 tablet_bootstrap.cc:492] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap complete.
I20260608 12:42:21.527613  7876 ts_tablet_manager.cc:1403] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent bootstrapping tablet: real 0.026s	user 0.025s	sys 0.001s
I20260608 12:42:21.528182  7872 tablet_copy_client.cc:538] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:21.530390  7876 raft_consensus.cc:359] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.531270  7876 raft_consensus.cc:740] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7bfffe7a53a04f1591f4e640b3d7fb46, State: Initialized, Role: LEARNER
I20260608 12:42:21.532006  7876 consensus_queue.cc:260] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.534349  7876 ts_tablet_manager.cc:1434] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:42:21.537824  7872 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap starting.
I20260608 12:42:21.538668  7718 tablet_copy_service.cc:342] P 31c776f1f0ab4efe96a14d8aebe35b01: Request end of tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-0ea956eecfcf42d18b9cbc0aaa20d65f received from {username='slave'} at 127.0.0.1:47350
I20260608 12:42:21.539417  7718 tablet_copy_service.cc:434] P 31c776f1f0ab4efe96a14d8aebe35b01: ending tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-0ea956eecfcf42d18b9cbc0aaa20d65f on tablet 0ea956eecfcf42d18b9cbc0aaa20d65f with peer 7bfffe7a53a04f1591f4e640b3d7fb46
I20260608 12:42:21.558817  7872 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: 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:42:21.559760  7872 tablet_bootstrap.cc:492] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: Bootstrap complete.
I20260608 12:42:21.560662  7872 ts_tablet_manager.cc:1403] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent bootstrapping tablet: real 0.023s	user 0.020s	sys 0.001s
I20260608 12:42:21.563138  7872 raft_consensus.cc:359] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.564049  7872 raft_consensus.cc:740] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 7bfffe7a53a04f1591f4e640b3d7fb46, State: Initialized, Role: LEARNER
I20260608 12:42:21.564846  7872 consensus_queue.cc:260] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: true } }
I20260608 12:42:21.568145  7872 ts_tablet_manager.cc:1434] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:42:21.570422  7718 tablet_copy_service.cc:342] P 31c776f1f0ab4efe96a14d8aebe35b01: Request end of tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-914b942539f34ac9b3490a54e211f511 received from {username='slave'} at 127.0.0.1:47350
I20260608 12:42:21.571045  7718 tablet_copy_service.cc:434] P 31c776f1f0ab4efe96a14d8aebe35b01: ending tablet copy session 7bfffe7a53a04f1591f4e640b3d7fb46-914b942539f34ac9b3490a54e211f511 on tablet 914b942539f34ac9b3490a54e211f511 with peer 7bfffe7a53a04f1591f4e640b3d7fb46
I20260608 12:42:21.874274  7544 raft_consensus.cc:1217] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:42:21.899405  7544 raft_consensus.cc:1217] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:42:21.966728  7544 raft_consensus.cc:1217] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 12:42:22.260313  7885 raft_consensus.cc:1064] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6: attempting to promote NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 to VOTER
I20260608 12:42:22.262977  7885 consensus_queue.cc:237] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.270996  7708 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.272732  7544 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.275270  7788 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.276423  7856 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } 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:42:22.277688  7885 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:22.278542  7886 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } 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:42:22.295727  7885 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.297710  7544 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.301970  7708 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.311738  7788 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.316377  7176 catalog_manager.cc:5696] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 reported cstate change: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "8a834270bc3b4ff9add3c4ae423671e6" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.357038  7628 consensus_queue.cc:237] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [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: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.362293  7788 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.362843  7544 raft_consensus.cc:1275] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Refusing update from remote peer 8a834270bc3b4ff9add3c4ae423671e6: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.363849  7885 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:22.364811  7886 consensus_queue.cc:1048] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } 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:42:22.371378  7886 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.374500  7788 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.374471  7544 raft_consensus.cc:2955] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.385267  7163 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 83cc53eca1144c95807b5e82eef4f43a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:22.387234  7173 catalog_manager.cc:5696] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 reported cstate change: config changed from index 3 to 4, VOTER 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "8a834270bc3b4ff9add3c4ae423671e6" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:22.414453  7699 tablet_service.cc:1558] Processing DeleteTablet for tablet 83cc53eca1144c95807b5e82eef4f43a with delete_type TABLET_DATA_TOMBSTONED (TS 31c776f1f0ab4efe96a14d8aebe35b01 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47362
I20260608 12:42:22.416953  7899 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:22.417860  7899 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:22.418740  7899 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:22.423041  7899 ts_tablet_manager.cc:1916] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:22.435451  7899 ts_tablet_manager.cc:1929] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260608 12:42:22.435896  7899 log.cc:1199] T 83cc53eca1144c95807b5e82eef4f43a P 31c776f1f0ab4efe96a14d8aebe35b01: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-1-root/wals/83cc53eca1144c95807b5e82eef4f43a
I20260608 12:42:22.437708  7160 catalog_manager.cc:5027] TS 31c776f1f0ab4efe96a14d8aebe35b01 (127.0.107.194:32907): tablet 83cc53eca1144c95807b5e82eef4f43a (table test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]) successfully deleted
I20260608 12:42:22.462384  7861 raft_consensus.cc:1064] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01: attempting to promote NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 to VOTER
I20260608 12:42:22.465523  7861 consensus_queue.cc:237] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.474226  7788 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.475049  7544 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.476457  7887 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } 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:42:22.476188  7628 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.477548  7861 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } 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:42:22.479681  7861 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:22.502930  7902 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.505187  7544 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.505577  7628 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.518848  7788 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.521693  7174 catalog_manager.cc:5696] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 reported cstate change: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } attrs { replace: true } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.540640  7708 consensus_queue.cc:237] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.548241  7544 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.549899  7902 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } 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:42:22.553037  7628 raft_consensus.cc:1275] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.555337  7887 consensus_queue.cc:1048] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:22.558233  7861 raft_consensus.cc:1064] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01: attempting to promote NON_VOTER 7bfffe7a53a04f1591f4e640b3d7fb46 to VOTER
I20260608 12:42:22.558796  7901 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.560911  7544 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.562249  7861 consensus_queue.cc:237] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.576294  7627 raft_consensus.cc:2955] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.577251  7176 catalog_manager.cc:5696] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 reported cstate change: config changed from index 3 to 4, VOTER dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195) evicted. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.588209  7160 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 914b942539f34ac9b3490a54e211f511 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:22.599786  7544 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 LEARNER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.602756  7788 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.601500  7861 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.002s
I20260608 12:42:22.607903  7627 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:22.608994  7901 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:22.615152  7901 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } 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:42:22.632783  7779 tablet_service.cc:1558] Processing DeleteTablet for tablet 914b942539f34ac9b3490a54e211f511 with delete_type TABLET_DATA_TOMBSTONED (TS dd0d31edf94a4c2cb32fb152edbbb053 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:40370
I20260608 12:42:22.635512  7911 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:22.635349  7902 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.637362  7788 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.641697  7911 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:22.642544  7911 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:22.646987  7911 ts_tablet_manager.cc:1916] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:22.649507  7627 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.654558  7175 catalog_manager.cc:5696] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 reported cstate change: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.660048  7544 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 7bfffe7a53a04f1591f4e640b3d7fb46 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8a834270bc3b4ff9add3c4ae423671e6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38469 } attrs { replace: true } } peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.678510  7911 ts_tablet_manager.cc:1929] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260608 12:42:22.679041  7911 log.cc:1199] T 914b942539f34ac9b3490a54e211f511 P dd0d31edf94a4c2cb32fb152edbbb053: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-2-root/wals/914b942539f34ac9b3490a54e211f511
I20260608 12:42:22.679222  7708 consensus_queue.cc:237] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [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: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } }
I20260608 12:42:22.681025  7163 catalog_manager.cc:5027] TS dd0d31edf94a4c2cb32fb152edbbb053 (127.0.107.195:39473): tablet 914b942539f34ac9b3490a54e211f511 (table test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]) successfully deleted
I20260608 12:42:22.686426  7544 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.686925  7788 raft_consensus.cc:1275] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Refusing update from remote peer 31c776f1f0ab4efe96a14d8aebe35b01: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:22.688290  7861 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } 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:42:22.690068  7861 consensus_queue.cc:1048] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:22.695611  7861 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.697796  7544 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.699781  7788 raft_consensus.cc:2955] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.708719  7160 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:22.712751  7175 catalog_manager.cc:5696] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 reported cstate change: config changed from index 3 to 4, VOTER 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193) evicted. New cstate: current_term: 2 leader_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "31c776f1f0ab4efe96a14d8aebe35b01" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 32907 } } peers { permanent_uuid: "dd0d31edf94a4c2cb32fb152edbbb053" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39473 } } peers { permanent_uuid: "7bfffe7a53a04f1591f4e640b3d7fb46" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 40567 } attrs { promote: false } } }
I20260608 12:42:22.723793  7618 tablet_service.cc:1558] Processing DeleteTablet for tablet 0ea956eecfcf42d18b9cbc0aaa20d65f with delete_type TABLET_DATA_TOMBSTONED (TS 8a834270bc3b4ff9add3c4ae423671e6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:60958
I20260608 12:42:22.726364  7912 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:22.727459  7912 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:22.728274  7912 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:22.731971  7912 ts_tablet_manager.cc:1916] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:22.743363  7912 ts_tablet_manager.cc:1929] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260608 12:42:22.743695  7912 log.cc:1199] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 8a834270bc3b4ff9add3c4ae423671e6: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780922350108766-431-0/minicluster-data/ts-0-root/wals/0ea956eecfcf42d18b9cbc0aaa20d65f
I20260608 12:42:22.745190  7163 catalog_manager.cc:5027] TS 8a834270bc3b4ff9add3c4ae423671e6 (127.0.107.193:38469): tablet 0ea956eecfcf42d18b9cbc0aaa20d65f (table test-workload [id=a8426ba16ee0459b8aa533f36f0697c4]) successfully deleted
I20260608 12:42:24.728616   431 tablet_server.cc:179] TabletServer@127.0.107.193:38469 shutting down...
I20260608 12:42:24.766698   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.767620   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.768293   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.769172   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.771756   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.772336   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.773013   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.775352   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.775843   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.776394   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 8a834270bc3b4ff9add3c4ae423671e6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.803112   431 tablet_server.cc:196] TabletServer@127.0.107.193:38469 shutdown complete.
I20260608 12:42:24.819918   431 tablet_server.cc:179] TabletServer@127.0.107.194:32907 shutting down...
I20260608 12:42:24.864169   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.865355   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.866150   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.867417   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.870967   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.871831   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.873155   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.876657   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.877493   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.878286   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P 31c776f1f0ab4efe96a14d8aebe35b01 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.906981   431 tablet_server.cc:196] TabletServer@127.0.107.194:32907 shutdown complete.
I20260608 12:42:24.923305   431 tablet_server.cc:179] TabletServer@127.0.107.195:39473 shutting down...
I20260608 12:42:24.948252   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:24.949178   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.949921   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.950511   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.952744   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.953316   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:24.953966   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.956188   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:24.956732   431 raft_consensus.cc:2243] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:24.957553   431 raft_consensus.cc:2272] T 9c9ad7dd5f2d4240aaabfa10a476b6f3 P dd0d31edf94a4c2cb32fb152edbbb053 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:24.982717   431 tablet_server.cc:196] TabletServer@127.0.107.195:39473 shutdown complete.
I20260608 12:42:24.998791   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:25.021502   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:25.022274   431 tablet_replica.cc:333] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46: stopping tablet replica
I20260608 12:42:25.022879   431 raft_consensus.cc:2243] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.023465   431 raft_consensus.cc:2272] T 914b942539f34ac9b3490a54e211f511 P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.025573   431 tablet_replica.cc:333] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46: stopping tablet replica
I20260608 12:42:25.026135   431 raft_consensus.cc:2243] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.026648   431 raft_consensus.cc:2272] T 0ea956eecfcf42d18b9cbc0aaa20d65f P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.028649   431 tablet_replica.cc:333] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46: stopping tablet replica
I20260608 12:42:25.029176   431 raft_consensus.cc:2243] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:25.029706   431 raft_consensus.cc:2272] T 83cc53eca1144c95807b5e82eef4f43a P 7bfffe7a53a04f1591f4e640b3d7fb46 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.052309   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:25.066205   431 master.cc:562] Master@127.0.107.254:40307 shutting down...
I20260608 12:42:25.088037   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:25.088675   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:25.089162   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 53ef4b66467f470faf62068754b7f848: stopping tablet replica
I20260608 12:42:25.109496   431 master.cc:584] Master@127.0.107.254:40307 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16606 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 12:42:25.151473   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:43219
I20260608 12:42:25.152803   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:25.158584  7913 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.158764  7914 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.160120  7916 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:25.161844   431 server_base.cc:1061] running on GCE node
I20260608 12:42:25.162854   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:25.163039   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:25.163228   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922545163195 us; error 0 us; skew 500 ppm
I20260608 12:42:25.163872   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:25.166527   431 webserver.cc:533] Webserver started at http://127.0.107.254:44067/ using document root <none> and password file <none>
I20260608 12:42:25.167081   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:25.167287   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:25.167577   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:25.168888   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "a8c3dfc7a32f4a5c9e10724addc93535"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.173911   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 12:42:25.178427  7921 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.179445   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:25.179733   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "a8c3dfc7a32f4a5c9e10724addc93535"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.180100   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:25.204644   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:25.206028   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:25.249184   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:43219
I20260608 12:42:25.249327  7972 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:43219 every 8 connection(s)
I20260608 12:42:25.254714  7973 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:25.266429  7973 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Bootstrap starting.
I20260608 12:42:25.271589  7973 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:25.276196  7973 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: No bootstrap required, opened a new log
I20260608 12:42:25.278513  7973 raft_consensus.cc:359] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER }
I20260608 12:42:25.278904  7973 raft_consensus.cc:385] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:25.279100  7973 raft_consensus.cc:740] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a8c3dfc7a32f4a5c9e10724addc93535, State: Initialized, Role: FOLLOWER
I20260608 12:42:25.279657  7973 consensus_queue.cc:260] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER }
I20260608 12:42:25.280117  7973 raft_consensus.cc:399] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:25.280340  7973 raft_consensus.cc:493] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:25.280563  7973 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:25.285921  7973 raft_consensus.cc:515] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER }
I20260608 12:42:25.286471  7973 leader_election.cc:304] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [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: a8c3dfc7a32f4a5c9e10724addc93535; no voters: 
I20260608 12:42:25.287688  7973 leader_election.cc:290] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:25.288319  7976 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:25.289870  7976 raft_consensus.cc:697] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 1 LEADER]: Becoming Leader. State: Replica: a8c3dfc7a32f4a5c9e10724addc93535, State: Running, Role: LEADER
I20260608 12:42:25.290620  7976 consensus_queue.cc:237] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [LEADER]: Queue going to LEADER mode. State: All 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: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER }
I20260608 12:42:25.290936  7973 sys_catalog.cc:565] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:25.296175  7977 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER } }
I20260608 12:42:25.297094  7977 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:25.296162  7978 sys_catalog.cc:455] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a8c3dfc7a32f4a5c9e10724addc93535. Latest consensus state: current_term: 1 leader_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a8c3dfc7a32f4a5c9e10724addc93535" member_type: VOTER } }
I20260608 12:42:25.301000  7978 sys_catalog.cc:458] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:25.306102  7984 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:25.312548  7984 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:25.313668   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:25.323499  7984 catalog_manager.cc:1382] Generated new cluster ID: c73e927aa6b9464ca0fdb5092323690c
I20260608 12:42:25.323844  7984 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:25.345572  7984 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:25.346911  7984 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:25.365988  7984 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Generated new TSK 0
I20260608 12:42:25.366722  7984 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:25.380635   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:25.387391  7994 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.388403  7995 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:25.391976   431 server_base.cc:1061] running on GCE node
W20260608 12:42:25.391913  7997 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:25.393426   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:25.393630   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:25.393760   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922545393748 us; error 0 us; skew 500 ppm
I20260608 12:42:25.394308   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:25.396986   431 webserver.cc:533] Webserver started at http://127.0.107.193:39715/ using document root <none> and password file <none>
I20260608 12:42:25.397487   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:25.397660   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:25.397882   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:25.398998   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "b2b35c9c8d064c1480f33cb50171575e"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.404446   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 12:42:25.408365  8002 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.409240   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:42:25.409513   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "b2b35c9c8d064c1480f33cb50171575e"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.409797   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:25.429522   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:25.430790   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:25.432312   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:25.434918   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:25.435106   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.435431   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:25.435595   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.478035   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41973
I20260608 12:42:25.478165  8064 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41973 every 8 connection(s)
I20260608 12:42:25.483534   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:25.491981  8069 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.494275  8070 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.497898  8072 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:25.498072   431 server_base.cc:1061] running on GCE node
I20260608 12:42:25.498807  8065 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43219
I20260608 12:42:25.499265  8065 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:25.499534   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:25.499801   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:25.500036   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922545500015 us; error 0 us; skew 500 ppm
I20260608 12:42:25.500165  8065 heartbeater.cc:507] Master 127.0.107.254:43219 requested a full tablet report, sending...
I20260608 12:42:25.500785   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:25.502928  7938 ts_manager.cc:194] Registered new tserver with Master: b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973)
I20260608 12:42:25.503587   431 webserver.cc:533] Webserver started at http://127.0.107.194:34447/ using document root <none> and password file <none>
I20260608 12:42:25.504220   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:25.504443   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:25.504717   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:25.505155  7938 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48156
I20260608 12:42:25.505923   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.511070   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:25.515059  8077 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.516014   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:25.516326   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.516589   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:25.543316   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:25.544565   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:25.546132   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:25.548570   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:25.548758   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.549060   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:25.549223   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.593572   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40713
I20260608 12:42:25.593840  8139 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40713 every 8 connection(s)
I20260608 12:42:25.599361   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:25.607713  8143 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.609604  8144 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:25.611037  8146 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:25.611357   431 server_base.cc:1061] running on GCE node
I20260608 12:42:25.612852   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:25.613143   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:25.613406   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922545613382 us; error 0 us; skew 500 ppm
I20260608 12:42:25.614261   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:25.615279  8140 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43219
I20260608 12:42:25.615883  8140 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:25.616918  8140 heartbeater.cc:507] Master 127.0.107.254:43219 requested a full tablet report, sending...
I20260608 12:42:25.617779   431 webserver.cc:533] Webserver started at http://127.0.107.195:33741/ using document root <none> and password file <none>
I20260608 12:42:25.618594   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:25.618901   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:25.619239   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:25.620062  7938 ts_manager.cc:194] Registered new tserver with Master: 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:25.620865   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.622157  7938 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48166
I20260608 12:42:25.626838   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:25.630787  8151 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.631656   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.001s
I20260608 12:42:25.631978   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:25.632247   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:25.644338   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:25.645605   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:25.647126   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:25.649618   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:25.649842   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.650173   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:25.650346   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:25.692821   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:36753
I20260608 12:42:25.692981  8213 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:36753 every 8 connection(s)
I20260608 12:42:25.708130  8214 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43219
I20260608 12:42:25.708657  8214 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:25.709511  8214 heartbeater.cc:507] Master 127.0.107.254:43219 requested a full tablet report, sending...
I20260608 12:42:25.711941  7938 ts_manager.cc:194] Registered new tserver with Master: 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:25.712884   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016537742s
I20260608 12:42:25.713483  7938 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48170
I20260608 12:42:26.508306  8065 heartbeater.cc:499] Master 127.0.107.254:43219 was elected leader, sending a full tablet report...
I20260608 12:42:26.625416  8140 heartbeater.cc:499] Master 127.0.107.254:43219 was elected leader, sending a full tablet report...
I20260608 12:42:26.716246  8214 heartbeater.cc:499] Master 127.0.107.254:43219 was elected leader, sending a full tablet report...
I20260608 12:42:26.770797  7938 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48176:
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:42:26.773535  7938 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:26.845461  8030 tablet_service.cc:1511] Processing CreateTablet for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:26.847023  8030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa7919c1ad7e44bb8b52d45d4e470ca3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.849263  8029 tablet_service.cc:1511] Processing CreateTablet for tablet 5d550c3985f54bd0ae455937afd06a07 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:26.850858  8029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d550c3985f54bd0ae455937afd06a07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.851176  8027 tablet_service.cc:1511] Processing CreateTablet for tablet db881330516d448ea78ecd3f8e067fdf (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:26.853384  8028 tablet_service.cc:1511] Processing CreateTablet for tablet a0308478ea1441bdb5fcfbb112ccbb8e (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:26.854661  8027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db881330516d448ea78ecd3f8e067fdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.855377  8028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a0308478ea1441bdb5fcfbb112ccbb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.857893  8179 tablet_service.cc:1511] Processing CreateTablet for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:26.859382  8179 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa7919c1ad7e44bb8b52d45d4e470ca3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.862290  8178 tablet_service.cc:1511] Processing CreateTablet for tablet 5d550c3985f54bd0ae455937afd06a07 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:26.863775  8178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d550c3985f54bd0ae455937afd06a07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.869382  8177 tablet_service.cc:1511] Processing CreateTablet for tablet a0308478ea1441bdb5fcfbb112ccbb8e (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:26.870916  8177 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a0308478ea1441bdb5fcfbb112ccbb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.873386  8176 tablet_service.cc:1511] Processing CreateTablet for tablet db881330516d448ea78ecd3f8e067fdf (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:26.880339  8176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db881330516d448ea78ecd3f8e067fdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.883287  8234 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:26.895828  8234 tablet_bootstrap.cc:654] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.897269  8105 tablet_service.cc:1511] Processing CreateTablet for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:26.898845  8105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa7919c1ad7e44bb8b52d45d4e470ca3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.901402  8104 tablet_service.cc:1511] Processing CreateTablet for tablet 5d550c3985f54bd0ae455937afd06a07 (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:26.903461  8104 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d550c3985f54bd0ae455937afd06a07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.905742  8103 tablet_service.cc:1511] Processing CreateTablet for tablet a0308478ea1441bdb5fcfbb112ccbb8e (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:26.909888  8102 tablet_service.cc:1511] Processing CreateTablet for tablet db881330516d448ea78ecd3f8e067fdf (DEFAULT_TABLE table=test-workload [id=cf860236167743baa4865f8affad79b5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:26.907769  8103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a0308478ea1441bdb5fcfbb112ccbb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.915306  8102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db881330516d448ea78ecd3f8e067fdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:26.917238  8235 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:26.925887  8235 tablet_bootstrap.cc:654] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.938148  8235 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:26.938808  8235 ts_tablet_manager.cc:1403] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.001s
I20260608 12:42:26.942201  8235 raft_consensus.cc:359] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:26.943226  8235 raft_consensus.cc:385] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.943600  8235 raft_consensus.cc:740] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.960418  8235 consensus_queue.cc:260] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:26.970093  8235 ts_tablet_manager.cc:1434] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.031s	user 0.012s	sys 0.004s
I20260608 12:42:26.971482  8235 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:26.975777  8239 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:26.979375  8235 tablet_bootstrap.cc:654] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.981597  8234 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:26.982414  8234 ts_tablet_manager.cc:1403] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.100s	user 0.055s	sys 0.029s
I20260608 12:42:26.985931  8234 raft_consensus.cc:359] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:26.986846  8234 raft_consensus.cc:385] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:26.987216  8234 raft_consensus.cc:740] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:26.988360  8234 consensus_queue.cc:260] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:26.993860  8239 tablet_bootstrap.cc:654] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:26.996209  8235 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:26.996336  8234 ts_tablet_manager.cc:1434] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.001s
I20260608 12:42:26.997181  8235 ts_tablet_manager.cc:1403] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.026s	user 0.014s	sys 0.007s
I20260608 12:42:26.997927  8234 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.001120  8235 raft_consensus.cc:359] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.002245  8235 raft_consensus.cc:385] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.002684  8235 raft_consensus.cc:740] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.003793  8235 consensus_queue.cc:260] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.008415  8234 tablet_bootstrap.cc:654] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.010257  8239 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.011056  8239 ts_tablet_manager.cc:1403] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.036s	user 0.019s	sys 0.005s
I20260608 12:42:27.013048  8235 ts_tablet_manager.cc:1434] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.015s	user 0.001s	sys 0.007s
I20260608 12:42:27.014984  8235 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.014804  8239 raft_consensus.cc:359] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.015719  8239 raft_consensus.cc:385] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.016106  8239 raft_consensus.cc:740] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.016968  8239 consensus_queue.cc:260] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.021512  8234 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.022320  8234 ts_tablet_manager.cc:1403] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.025s	user 0.019s	sys 0.003s
I20260608 12:42:27.023597  8235 tablet_bootstrap.cc:654] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.025559  8234 raft_consensus.cc:359] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.026751  8234 raft_consensus.cc:385] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.027184  8234 raft_consensus.cc:740] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.028321  8234 consensus_queue.cc:260] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.029042  8239 ts_tablet_manager.cc:1434] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.018s	user 0.016s	sys 0.000s
I20260608 12:42:27.030383  8239 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.031152  8234 ts_tablet_manager.cc:1434] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:27.032289  8234 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.037328  8239 tablet_bootstrap.cc:654] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.040266  8234 tablet_bootstrap.cc:654] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.072923  8235 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.073091  8234 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.073637  8235 ts_tablet_manager.cc:1403] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.059s	user 0.023s	sys 0.017s
I20260608 12:42:27.073756  8234 ts_tablet_manager.cc:1403] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.042s	user 0.016s	sys 0.025s
I20260608 12:42:27.074090  8239 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.074707  8239 ts_tablet_manager.cc:1403] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.045s	user 0.014s	sys 0.030s
I20260608 12:42:27.077417  8235 raft_consensus.cc:359] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.077337  8234 raft_consensus.cc:359] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.078307  8235 raft_consensus.cc:385] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.077968  8239 raft_consensus.cc:359] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.078464  8234 raft_consensus.cc:385] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.078744  8235 raft_consensus.cc:740] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.078817  8239 raft_consensus.cc:385] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.078871  8234 raft_consensus.cc:740] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.079552  8239 raft_consensus.cc:740] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.080441  8239 consensus_queue.cc:260] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.080129  8235 consensus_queue.cc:260] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.080142  8234 consensus_queue.cc:260] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.082834  8239 ts_tablet_manager.cc:1434] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260608 12:42:27.083119  8234 ts_tablet_manager.cc:1434] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:27.083281  8235 ts_tablet_manager.cc:1434] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:27.084151  8239 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.084424  8234 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.084424  8235 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.091979  8234 tablet_bootstrap.cc:654] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.092020  8239 tablet_bootstrap.cc:654] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.092504  8241 raft_consensus.cc:493] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.093113  8241 raft_consensus.cc:515] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.107908  8234 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.107960  8239 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.108880  8234 ts_tablet_manager.cc:1403] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.025s	user 0.013s	sys 0.010s
I20260608 12:42:27.108938  8239 ts_tablet_manager.cc:1403] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.025s	user 0.018s	sys 0.003s
I20260608 12:42:27.109416  8241 leader_election.cc:290] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.112988  8239 raft_consensus.cc:359] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.113973  8239 raft_consensus.cc:385] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.113466  8234 raft_consensus.cc:359] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.114363  8239 raft_consensus.cc:740] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.114564  8234 raft_consensus.cc:385] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.114849  8241 raft_consensus.cc:493] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.115006  8234 raft_consensus.cc:740] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.115669  8239 consensus_queue.cc:260] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.115474  8241 raft_consensus.cc:515] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.116040  8234 consensus_queue.cc:260] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.118443  8239 ts_tablet_manager.cc:1434] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:27.118623  8241 leader_election.cc:290] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.119673  8239 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.119761  8235 tablet_bootstrap.cc:654] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.127374  8239 tablet_bootstrap.cc:654] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.134979  8235 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.135763  8235 ts_tablet_manager.cc:1403] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.052s	user 0.007s	sys 0.004s
I20260608 12:42:27.138499  8234 ts_tablet_manager.cc:1434] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.029s	user 0.002s	sys 0.012s
I20260608 12:42:27.139407  8235 raft_consensus.cc:359] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.140305  8235 raft_consensus.cc:385] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.140641  8235 raft_consensus.cc:740] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.141675  8235 consensus_queue.cc:260] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.146919  8235 ts_tablet_manager.cc:1434] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 12:42:27.162899  8189 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.164584  8188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.165284  8188 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.165392  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.166111  8115 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.166641  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.166638  8239 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.163798  8189 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.167518  8114 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.167676  8239 ts_tablet_manager.cc:1403] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.048s	user 0.019s	sys 0.018s
I20260608 12:42:27.167848  8003 leader_election.cc:304] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.166908  8006 leader_election.cc:304] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.169420  8241 raft_consensus.cc:2804] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.169847  8241 raft_consensus.cc:493] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.170187  8241 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.170644  8252 raft_consensus.cc:2804] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.170631  8239 raft_consensus.cc:359] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.171409  8252 raft_consensus.cc:493] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.171761  8239 raft_consensus.cc:385] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.171839  8252 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.172237  8239 raft_consensus.cc:740] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.173143  8239 consensus_queue.cc:260] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.175590  8239 ts_tablet_manager.cc:1434] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 12:42:27.176893  8241 raft_consensus.cc:515] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.179352  8252 raft_consensus.cc:515] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.180485  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.181167  8114 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.181897  8252 leader_election.cc:290] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.183303  8189 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.183918  8189 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.184063  8241 leader_election.cc:290] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.183853  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.188163  8115 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.189064  8114 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.189231  8188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.189946  8188 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.190616  8003 leader_election.cc:304] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.190707  8189 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.191771  8241 raft_consensus.cc:2804] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.192376  8241 raft_consensus.cc:697] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:27.193239  8241 consensus_queue.cc:237] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.196224  8115 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.196930  8188 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.197659  8003 leader_election.cc:304] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.199147  8252 raft_consensus.cc:2804] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.201139  8252 raft_consensus.cc:697] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:27.202047  8252 consensus_queue.cc:237] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.204994  7938 catalog_manager.cc:5696] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.219044  7938 catalog_manager.cc:5696] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
W20260608 12:42:27.303750  7986 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:27.321836  8238 raft_consensus.cc:493] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.322450  8238 raft_consensus.cc:515] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.324643  8244 raft_consensus.cc:493] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.325286  8244 raft_consensus.cc:515] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.325763  8238 leader_election.cc:290] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:27.331573  8244 leader_election.cc:290] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.349592  8040 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa7919c1ad7e44bb8b52d45d4e470ca3" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2b35c9c8d064c1480f33cb50171575e" is_pre_election: true
I20260608 12:42:27.350466  8040 raft_consensus.cc:2468] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 0.
I20260608 12:42:27.351995  8153 leader_election.cc:304] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.353080  8238 raft_consensus.cc:2804] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.353472  8238 raft_consensus.cc:493] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.353839  8238 raft_consensus.cc:3060] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.352069  8188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d550c3985f54bd0ae455937afd06a07" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.355108  8188 raft_consensus.cc:2468] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ae4f1821b1f443aa9368aa48c9bc571 in term 0.
I20260608 12:42:27.356549  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa7919c1ad7e44bb8b52d45d4e470ca3" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.357333  8115 raft_consensus.cc:2468] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 0.
I20260608 12:42:27.357282  8081 leader_election.cc:304] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: 
I20260608 12:42:27.358796  8244 raft_consensus.cc:2804] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.359179  8244 raft_consensus.cc:493] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.359524  8244 raft_consensus.cc:3060] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.360991  8040 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d550c3985f54bd0ae455937afd06a07" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2b35c9c8d064c1480f33cb50171575e" is_pre_election: true
I20260608 12:42:27.361696  8040 raft_consensus.cc:2468] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0ae4f1821b1f443aa9368aa48c9bc571 in term 0.
I20260608 12:42:27.363480  8238 raft_consensus.cc:515] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.365528  8238 leader_election.cc:290] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 1 election: Requested vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:27.366201  8244 raft_consensus.cc:515] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.366458  8040 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa7919c1ad7e44bb8b52d45d4e470ca3" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2b35c9c8d064c1480f33cb50171575e"
I20260608 12:42:27.366811  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fa7919c1ad7e44bb8b52d45d4e470ca3" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.367131  8040 raft_consensus.cc:3060] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.367465  8115 raft_consensus.cc:3060] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.369827  8039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d550c3985f54bd0ae455937afd06a07" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2b35c9c8d064c1480f33cb50171575e"
I20260608 12:42:27.370501  8039 raft_consensus.cc:3060] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.372468  8188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5d550c3985f54bd0ae455937afd06a07" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.373153  8188 raft_consensus.cc:3060] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.374663  8040 raft_consensus.cc:2468] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 1.
I20260608 12:42:27.375211  8115 raft_consensus.cc:2468] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 1.
I20260608 12:42:27.376199  8153 leader_election.cc:304] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.376302  8244 leader_election.cc:290] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 election: Requested vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.377281  8238 raft_consensus.cc:2804] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.378237  8039 raft_consensus.cc:2468] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ae4f1821b1f443aa9368aa48c9bc571 in term 1.
I20260608 12:42:27.379022  8238 raft_consensus.cc:697] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 LEADER]: Becoming Leader. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Running, Role: LEADER
I20260608 12:42:27.379833  8079 leader_election.cc:304] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.380045  8238 consensus_queue.cc:237] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.380805  8244 raft_consensus.cc:2804] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.382081  8244 raft_consensus.cc:697] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 LEADER]: Becoming Leader. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Running, Role: LEADER
I20260608 12:42:27.382434  8188 raft_consensus.cc:2468] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0ae4f1821b1f443aa9368aa48c9bc571 in term 1.
I20260608 12:42:27.383157  8244 consensus_queue.cc:237] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.389896  7938 catalog_manager.cc:5696] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:27.392881  7936 catalog_manager.cc:5696] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.434932  7936 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52692:
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:42:27.437296  7936 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:42:27.472656  8029 tablet_service.cc:1511] Processing CreateTablet for tablet 440d95a04ee645b48f7949be018d15d8 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:27.474202  8029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 440d95a04ee645b48f7949be018d15d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.474327  8104 tablet_service.cc:1511] Processing CreateTablet for tablet 440d95a04ee645b48f7949be018d15d8 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:27.475772  8104 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 440d95a04ee645b48f7949be018d15d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.477466  8030 tablet_service.cc:1511] Processing CreateTablet for tablet a631a92b10c448e3a600d907e5d8b23a (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:27.478955  8030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a631a92b10c448e3a600d907e5d8b23a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.482110  8028 tablet_service.cc:1511] Processing CreateTablet for tablet 249701e921da4617b23a0b2266e30f98 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:27.483608  8028 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249701e921da4617b23a0b2266e30f98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.483758  8105 tablet_service.cc:1511] Processing CreateTablet for tablet 249701e921da4617b23a0b2266e30f98 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:27.485374  8105 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249701e921da4617b23a0b2266e30f98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.486590  8027 tablet_service.cc:1511] Processing CreateTablet for tablet 5377c08899a945a896275f862f417538 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:27.487998  8027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5377c08899a945a896275f862f417538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.488080  8103 tablet_service.cc:1511] Processing CreateTablet for tablet a631a92b10c448e3a600d907e5d8b23a (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:27.489012  8102 tablet_service.cc:1511] Processing CreateTablet for tablet 5377c08899a945a896275f862f417538 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:27.489552  8103 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a631a92b10c448e3a600d907e5d8b23a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.490424  8102 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5377c08899a945a896275f862f417538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.490500  8178 tablet_service.cc:1511] Processing CreateTablet for tablet a631a92b10c448e3a600d907e5d8b23a (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:27.492054  8178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a631a92b10c448e3a600d907e5d8b23a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.493072  8177 tablet_service.cc:1511] Processing CreateTablet for tablet 440d95a04ee645b48f7949be018d15d8 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:27.494521  8177 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 440d95a04ee645b48f7949be018d15d8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.509191  8235 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.516491  8235 tablet_bootstrap.cc:654] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.521134  8176 tablet_service.cc:1511] Processing CreateTablet for tablet 5377c08899a945a896275f862f417538 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:27.522576  8176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5377c08899a945a896275f862f417538. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.524322  8234 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.531311  8234 tablet_bootstrap.cc:654] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.531924  8178 tablet_service.cc:1511] Processing CreateTablet for tablet 249701e921da4617b23a0b2266e30f98 (DEFAULT_TABLE table=dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:27.537039  8178 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 249701e921da4617b23a0b2266e30f98. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:27.546974  8234 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.547595  8234 ts_tablet_manager.cc:1403] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.001s
I20260608 12:42:27.547670  8239 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.551610  8234 raft_consensus.cc:359] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.552431  8234 raft_consensus.cc:385] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.552734  8234 raft_consensus.cc:740] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.554126  8235 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.553844  8234 consensus_queue.cc:260] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.554718  8235 ts_tablet_manager.cc:1403] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.046s	user 0.014s	sys 0.001s
I20260608 12:42:27.556807  8234 ts_tablet_manager.cc:1434] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 12:42:27.558059  8234 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.558818  8239 tablet_bootstrap.cc:654] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.559165  8235 raft_consensus.cc:359] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.560134  8235 raft_consensus.cc:385] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.560520  8235 raft_consensus.cc:740] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.562966  8235 consensus_queue.cc:260] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.566207  8235 ts_tablet_manager.cc:1434] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.003s
I20260608 12:42:27.566669  8234 tablet_bootstrap.cc:654] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.567678  8235 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.578850  8239 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.580066  8234 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.581140  8234 ts_tablet_manager.cc:1403] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.012s
I20260608 12:42:27.581367  8235 tablet_bootstrap.cc:654] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.584745  8234 raft_consensus.cc:359] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.585949  8234 raft_consensus.cc:385] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.586395  8234 raft_consensus.cc:740] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.589897  8239 ts_tablet_manager.cc:1403] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.043s	user 0.016s	sys 0.008s
I20260608 12:42:27.587610  8234 consensus_queue.cc:260] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.593462  8234 ts_tablet_manager.cc:1434] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.002s
I20260608 12:42:27.593397  8239 raft_consensus.cc:359] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.594220  8239 raft_consensus.cc:385] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.594549  8239 raft_consensus.cc:740] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.595108  8234 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.595520  8239 consensus_queue.cc:260] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.598157  8239 ts_tablet_manager.cc:1434] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:27.599329  8239 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.603121  8235 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.606542  8239 tablet_bootstrap.cc:654] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.606827  8234 tablet_bootstrap.cc:654] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.606860  8235 ts_tablet_manager.cc:1403] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.039s	user 0.019s	sys 0.011s
I20260608 12:42:27.609858  8252 consensus_queue.cc:1048] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:27.611699  8235 raft_consensus.cc:359] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.612776  8235 raft_consensus.cc:385] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.613179  8235 raft_consensus.cc:740] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.614539  8235 consensus_queue.cc:260] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.619174  8235 ts_tablet_manager.cc:1434] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.003s
I20260608 12:42:27.620972  8235 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.626837  8256 raft_consensus.cc:493] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.627750  8256 raft_consensus.cc:515] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.629184  8252 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:27.632974  8256 leader_election.cc:290] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.633430  8189 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "440d95a04ee645b48f7949be018d15d8" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.640700  8189 raft_consensus.cc:2468] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.642042  8234 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.642654  8234 ts_tablet_manager.cc:1403] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.048s	user 0.026s	sys 0.017s
I20260608 12:42:27.643199  8235 tablet_bootstrap.cc:654] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.646615  8006 leader_election.cc:304] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.646358  8234 raft_consensus.cc:359] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.647506  8234 raft_consensus.cc:385] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.634964  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "440d95a04ee645b48f7949be018d15d8" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.648085  8234 raft_consensus.cc:740] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.649253  8234 consensus_queue.cc:260] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.642082  8239 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.651365  8239 ts_tablet_manager.cc:1403] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.052s	user 0.029s	sys 0.008s
W20260608 12:42:27.652382  8003 leader_election.cc:343] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:27.655767  8239 raft_consensus.cc:359] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.656904  8239 raft_consensus.cc:385] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.657312  8239 raft_consensus.cc:740] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.658416  8239 consensus_queue.cc:260] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.660246  8241 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:27.661197  8256 raft_consensus.cc:2804] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.661692  8256 raft_consensus.cc:493] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.662055  8256 raft_consensus.cc:3060] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.664635  8234 ts_tablet_manager.cc:1434] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.022s	user 0.010s	sys 0.000s
I20260608 12:42:27.666764  8234 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:27.676618  8239 ts_tablet_manager.cc:1434] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.025s	user 0.010s	sys 0.000s
I20260608 12:42:27.678440  8239 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.681418  8234 tablet_bootstrap.cc:654] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.681284  8252 consensus_queue.cc:1048] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:27.684939  8256 raft_consensus.cc:515] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.688624  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "440d95a04ee645b48f7949be018d15d8" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.689374  8113 raft_consensus.cc:3060] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.693509  8239 tablet_bootstrap.cc:654] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.695802  8256 leader_election.cc:290] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.697322  8244 raft_consensus.cc:493] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.697907  8244 raft_consensus.cc:515] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.699453  8234 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: No bootstrap required, opened a new log
I20260608 12:42:27.700083  8234 ts_tablet_manager.cc:1403] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.003s
I20260608 12:42:27.700882  8235 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.701535  8039 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2b35c9c8d064c1480f33cb50171575e" is_pre_election: true
I20260608 12:42:27.702077  8244 leader_election.cc:290] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.702849  8188 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "440d95a04ee645b48f7949be018d15d8" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.703465  8188 raft_consensus.cc:3060] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.709343  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
W20260608 12:42:27.711001  8081 leader_election.cc:343] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:42:27.712643  8079 leader_election.cc:343] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:27.713189  8079 leader_election.cc:304] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [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: 0ae4f1821b1f443aa9368aa48c9bc571; no voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e
I20260608 12:42:27.713294  8234 raft_consensus.cc:359] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.714509  8234 raft_consensus.cc:385] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.714809  8244 raft_consensus.cc:2749] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:27.714926  8234 raft_consensus.cc:740] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.701591  8235 ts_tablet_manager.cc:1403] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.081s	user 0.031s	sys 0.034s
I20260608 12:42:27.716392  8234 consensus_queue.cc:260] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.721052  8113 raft_consensus.cc:2468] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.722757  8003 leader_election.cc:304] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.723289  8239 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.724372  8239 ts_tablet_manager.cc:1403] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.046s	user 0.033s	sys 0.002s
I20260608 12:42:27.725562  8256 raft_consensus.cc:2804] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.726102  8234 ts_tablet_manager.cc:1434] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.026s	user 0.010s	sys 0.002s
I20260608 12:42:27.726500  8256 raft_consensus.cc:697] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:27.727360  8235 raft_consensus.cc:359] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.728260  8235 raft_consensus.cc:385] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.728629  8235 raft_consensus.cc:740] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.729723  8235 consensus_queue.cc:260] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.732456  8235 ts_tablet_manager.cc:1434] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.002s
I20260608 12:42:27.733601  8235 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Bootstrap starting.
I20260608 12:42:27.727826  8239 raft_consensus.cc:359] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.727705  8256 consensus_queue.cc:237] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.735993  8239 raft_consensus.cc:385] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.736529  8239 raft_consensus.cc:740] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.738471  8289 raft_consensus.cc:493] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.739079  8289 raft_consensus.cc:515] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.739387  8239 consensus_queue.cc:260] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.741978  8239 ts_tablet_manager.cc:1434] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 12:42:27.742659  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.742769  8186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.743183  8239 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Bootstrap starting.
I20260608 12:42:27.743368  8114 raft_consensus.cc:2468] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.743512  8186 raft_consensus.cc:2468] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.744884  8003 leader_election.cc:304] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.746038  8291 raft_consensus.cc:2804] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.746449  8291 raft_consensus.cc:493] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.746841  8291 raft_consensus.cc:3060] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.752239  8289 leader_election.cc:290] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.756600  8188 raft_consensus.cc:2468] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.762593  8235 tablet_bootstrap.cc:654] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.772475  8239 tablet_bootstrap.cc:654] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:27.785099  8238 consensus_queue.cc:1048] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:27.794260  8291 raft_consensus.cc:515] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.798631  8291 leader_election.cc:290] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.800781  8235 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: No bootstrap required, opened a new log
I20260608 12:42:27.801352  8235 ts_tablet_manager.cc:1403] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent bootstrapping tablet: real 0.068s	user 0.014s	sys 0.006s
I20260608 12:42:27.802309  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.802987  8113 raft_consensus.cc:3060] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.804387  8235 raft_consensus.cc:359] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.805137  8235 raft_consensus.cc:385] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.805406  8235 raft_consensus.cc:740] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.806147  8235 consensus_queue.cc:260] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.806455  8263 consensus_queue.cc:1048] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:27.808367  8235 ts_tablet_manager.cc:1434] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 12:42:27.812064  8239 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: No bootstrap required, opened a new log
I20260608 12:42:27.812661  8239 ts_tablet_manager.cc:1403] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent bootstrapping tablet: real 0.070s	user 0.018s	sys 0.012s
I20260608 12:42:27.812794  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.813755  8187 raft_consensus.cc:3060] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.807293  7937 catalog_manager.cc:5696] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.821532  8113 raft_consensus.cc:2468] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.824883  8003 leader_election.cc:304] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.824780  8239 raft_consensus.cc:359] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.825819  8239 raft_consensus.cc:385] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:27.826138  8239 raft_consensus.cc:740] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0ae4f1821b1f443aa9368aa48c9bc571, State: Initialized, Role: FOLLOWER
I20260608 12:42:27.826185  8241 raft_consensus.cc:2804] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.826797  8241 raft_consensus.cc:697] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:27.827682  8241 consensus_queue.cc:237] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.828809  8239 consensus_queue.cc:260] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.831738  8239 ts_tablet_manager.cc:1434] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Time spent starting tablet: real 0.019s	user 0.005s	sys 0.004s
I20260608 12:42:27.832787  8187 raft_consensus.cc:2468] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.850544  7934 catalog_manager.cc:5696] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:27.862964  8244 consensus_queue.cc:1048] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:27.874584  8244 consensus_queue.cc:1048] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:27.908792  8241 raft_consensus.cc:493] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:27.909344  8241 raft_consensus.cc:515] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.911302  8241 leader_election.cc:290] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.912160  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a631a92b10c448e3a600d907e5d8b23a" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:27.912562  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a631a92b10c448e3a600d907e5d8b23a" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:27.912932  8113 raft_consensus.cc:2468] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.913213  8187 raft_consensus.cc:2468] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:27.914129  8003 leader_election.cc:304] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.914947  8241 raft_consensus.cc:2804] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:27.915323  8241 raft_consensus.cc:493] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:27.915747  8241 raft_consensus.cc:3060] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.921519  8241 raft_consensus.cc:515] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.923609  8241 leader_election.cc:290] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:27.924710  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a631a92b10c448e3a600d907e5d8b23a" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:27.924738  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a631a92b10c448e3a600d907e5d8b23a" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:27.925741  8113 raft_consensus.cc:3060] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.925777  8187 raft_consensus.cc:3060] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:27.934381  8113 raft_consensus.cc:2468] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.934374  8187 raft_consensus.cc:2468] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:27.936154  8006 leader_election.cc:304] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:27.937004  8241 raft_consensus.cc:2804] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:27.937449  8241 raft_consensus.cc:697] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:27.938268  8241 consensus_queue.cc:237] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:27.945803  7934 catalog_manager.cc:5696] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:28.015575  8241 raft_consensus.cc:493] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:28.016172  8241 raft_consensus.cc:515] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:28.017958  8241 leader_election.cc:290] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:28.019052  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249701e921da4617b23a0b2266e30f98" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:28.019143  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249701e921da4617b23a0b2266e30f98" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
I20260608 12:42:28.019757  8113 raft_consensus.cc:2468] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:28.019796  8187 raft_consensus.cc:2468] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 0.
I20260608 12:42:28.021098  8006 leader_election.cc:304] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:28.021813  8241 raft_consensus.cc:2804] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:28.022183  8241 raft_consensus.cc:493] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:28.022418  8241 raft_consensus.cc:3060] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:28.027303  8241 raft_consensus.cc:515] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:28.029129  8241 leader_election.cc:290] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Requested vote from peers 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:28.030028  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249701e921da4617b23a0b2266e30f98" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:28.030251  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "249701e921da4617b23a0b2266e30f98" candidate_uuid: "b2b35c9c8d064c1480f33cb50171575e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3"
I20260608 12:42:28.030591  8113 raft_consensus.cc:3060] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:28.030828  8187 raft_consensus.cc:3060] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:28.035715  8113 raft_consensus.cc:2468] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:28.036167  8187 raft_consensus.cc:2468] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2b35c9c8d064c1480f33cb50171575e in term 1.
I20260608 12:42:28.037025  8003 leader_election.cc:304] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0ae4f1821b1f443aa9368aa48c9bc571, b2b35c9c8d064c1480f33cb50171575e; no voters: 
I20260608 12:42:28.037967  8241 raft_consensus.cc:2804] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:28.038511  8241 raft_consensus.cc:697] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Becoming Leader. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Running, Role: LEADER
I20260608 12:42:28.039402  8241 consensus_queue.cc:237] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:28.047756  7934 catalog_manager.cc:5696] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e reported cstate change: term changed from 0 to 1, leader changed from <none> to b2b35c9c8d064c1480f33cb50171575e (127.0.107.193). New cstate: current_term: 1 leader_uuid: "b2b35c9c8d064c1480f33cb50171575e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:28.130918   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:28.154866  8291 consensus_queue.cc:1048] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:28.159802   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:28.160838   431 tablet_replica.cc:333] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.161603   431 raft_consensus.cc:2243] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.162204   431 pending_rounds.cc:70] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:28.162372   431 pending_rounds.cc:77] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658756777644032 op_type: NO_OP noop_request { }
I20260608 12:42:28.162637   431 raft_consensus.cc:2889] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:28.162884   431 raft_consensus.cc:2272] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.165818   431 tablet_replica.cc:333] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.166674   431 raft_consensus.cc:2243] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.167519   431 pending_rounds.cc:70] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:28.167788   431 pending_rounds.cc:77] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658756362960896 op_type: NO_OP noop_request { }
I20260608 12:42:28.168188   431 raft_consensus.cc:2889] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:28.168534   431 raft_consensus.cc:2272] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.172084   431 tablet_replica.cc:333] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.173028   431 raft_consensus.cc:2243] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:28.173259  8291 consensus_queue.cc:1048] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:28.173676   431 raft_consensus.cc:2272] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.177898   431 tablet_replica.cc:333] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.178941   431 raft_consensus.cc:2243] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.180176   431 raft_consensus.cc:2272] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.184440   431 tablet_replica.cc:333] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.185412   431 raft_consensus.cc:2243] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:28.185909   431 raft_consensus.cc:2272] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.189252   431 tablet_replica.cc:333] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.189881   431 raft_consensus.cc:2243] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.190548   431 pending_rounds.cc:70] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:28.190763   431 pending_rounds.cc:77] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658755935948800 op_type: NO_OP noop_request { }
I20260608 12:42:28.191066   431 raft_consensus.cc:2889] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:28.191370   431 raft_consensus.cc:2272] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.194358   431 tablet_replica.cc:333] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.194958   431 raft_consensus.cc:2243] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.195802   431 raft_consensus.cc:2272] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.198890   431 tablet_replica.cc:333] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: stopping tablet replica
I20260608 12:42:28.199505   431 raft_consensus.cc:2243] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:28.200394   431 raft_consensus.cc:2272] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:28.223748   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
W20260608 12:42:28.378671  8153 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260608 12:42:28.381757  8153 consensus_peers.cc:597] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:28.497793  8079 consensus_peers.cc:597] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.001852  8313 consensus_queue.cc:579] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Leader has been unable to successfully communicate with peer b2b35c9c8d064c1480f33cb50171575e for more than 1 seconds (1.126s)
I20260608 12:42:29.186147  8309 consensus_queue.cc:579] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Leader has been unable to successfully communicate with peer b2b35c9c8d064c1480f33cb50171575e for more than 1 seconds (1.374s)
I20260608 12:42:29.187292  8317 raft_consensus.cc:493] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.187917  8317 raft_consensus.cc:515] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.190331  8317 leader_election.cc:290] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:29.191399  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
W20260608 12:42:29.195660  8079 leader_election.cc:336] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.196177  8079 leader_election.cc:304] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [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: 0ae4f1821b1f443aa9368aa48c9bc571; no voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e
I20260608 12:42:29.196995  8317 raft_consensus.cc:2749] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:29.256916  7934 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:48176:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:42:29.257519  7934 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:48176:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 12:42:29.275259  7934 catalog_manager.cc:5983] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Sending DeleteTablet for 3 replicas of tablet 440d95a04ee645b48f7949be018d15d8
I20260608 12:42:29.277374  7934 catalog_manager.cc:5983] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Sending DeleteTablet for 3 replicas of tablet a631a92b10c448e3a600d907e5d8b23a
I20260608 12:42:29.277798  8105 tablet_service.cc:1558] Processing DeleteTablet for tablet 440d95a04ee645b48f7949be018d15d8 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50958
I20260608 12:42:29.279268  8178 tablet_service.cc:1558] Processing DeleteTablet for tablet 440d95a04ee645b48f7949be018d15d8 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50180
I20260608 12:42:29.280462  8327 tablet_replica.cc:333] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:29.281337  8102 tablet_service.cc:1558] Processing DeleteTablet for tablet a631a92b10c448e3a600d907e5d8b23a with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50958
I20260608 12:42:29.282104  7934 catalog_manager.cc:5983] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Sending DeleteTablet for 3 replicas of tablet 249701e921da4617b23a0b2266e30f98
I20260608 12:42:29.281391  8176 tablet_service.cc:1558] Processing DeleteTablet for tablet a631a92b10c448e3a600d907e5d8b23a with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50180
I20260608 12:42:29.284188  7934 catalog_manager.cc:5983] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: Sending DeleteTablet for 3 replicas of tablet 5377c08899a945a896275f862f417538
I20260608 12:42:29.285056  8105 tablet_service.cc:1558] Processing DeleteTablet for tablet 249701e921da4617b23a0b2266e30f98 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50958
I20260608 12:42:29.281561  8327 raft_consensus.cc:2243] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.287004  8327 raft_consensus.cc:2272] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.288873   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 12:42:29.290202  8327 ts_tablet_manager.cc:1916] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.292645  8105 tablet_service.cc:1558] Processing DeleteTablet for tablet 5377c08899a945a896275f862f417538 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50958
I20260608 12:42:29.294646  8328 tablet_replica.cc:333] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:29.294961  8176 tablet_service.cc:1558] Processing DeleteTablet for tablet 5377c08899a945a896275f862f417538 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50180
I20260608 12:42:29.295740  8328 raft_consensus.cc:2243] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.295775  8178 tablet_service.cc:1558] Processing DeleteTablet for tablet 249701e921da4617b23a0b2266e30f98 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:50180
I20260608 12:42:29.296548  8328 raft_consensus.cc:2272] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:29.300333  7923 catalog_manager.cc:4754] TS b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 249701e921da4617b23a0b2266e30f98: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
W20260608 12:42:29.301679  8330 instance_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:42:29.301905  8328 ts_tablet_manager.cc:1916] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 12:42:29.302160  8331 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:29.311218  8327 ts_tablet_manager.cc:1929] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.311944  8327 log.cc:1199] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/wals/440d95a04ee645b48f7949be018d15d8
W20260608 12:42:29.312949  8333 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:29.313028  8327 ts_tablet_manager.cc:1950] T 440d95a04ee645b48f7949be018d15d8 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting consensus metadata
I20260608 12:42:29.313261   431 server_base.cc:1061] running on GCE node
I20260608 12:42:29.314531   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:29.314710   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:29.314848   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922549314836 us; error 0 us; skew 500 ppm
I20260608 12:42:29.315375   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:29.319051  8327 tablet_replica.cc:333] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
W20260608 12:42:29.319705  7986 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver b2b35c9c8d064c1480f33cb50171575e not available for placement
I20260608 12:42:29.320133  8327 raft_consensus.cc:2243] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.320760  7922 catalog_manager.cc:5027] TS 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): tablet 440d95a04ee645b48f7949be018d15d8 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.320825  8327 raft_consensus.cc:2272] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.321414   431 webserver.cc:533] Webserver started at http://127.0.107.196:33573/ using document root <none> and password file <none>
I20260608 12:42:29.322027  8328 ts_tablet_manager.cc:1929] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.322247   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:29.322455  8328 log.cc:1199] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/wals/440d95a04ee645b48f7949be018d15d8
I20260608 12:42:29.322546   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:29.323036   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:29.323348  8328 ts_tablet_manager.cc:1950] T 440d95a04ee645b48f7949be018d15d8 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting consensus metadata
I20260608 12:42:29.323845  8327 ts_tablet_manager.cc:1916] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.324610   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "9da4a5a8bdbf4758971aead708eba087"
format_stamp: "Formatted at 2026-06-08 12:42:29 on dist-test-slave-62kf"
I20260608 12:42:29.326707  8328 tablet_replica.cc:333] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:29.326902  7925 catalog_manager.cc:5027] TS 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753): tablet 440d95a04ee645b48f7949be018d15d8 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.327667  8328 raft_consensus.cc:2243] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.328290  8328 raft_consensus.cc:2272] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.331292  8328 ts_tablet_manager.cc:1916] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.338541  8327 ts_tablet_manager.cc:1929] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.338701   431 fs_manager.cc:696] Time spent creating directory manager: real 0.013s	user 0.008s	sys 0.004s
I20260608 12:42:29.339054  8327 log.cc:1199] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/wals/a631a92b10c448e3a600d907e5d8b23a
I20260608 12:42:29.339645  8327 ts_tablet_manager.cc:1950] T a631a92b10c448e3a600d907e5d8b23a P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting consensus metadata
I20260608 12:42:29.342303  8327 tablet_replica.cc:333] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:29.342487  7922 catalog_manager.cc:5027] TS 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): tablet a631a92b10c448e3a600d907e5d8b23a (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.343219  8327 raft_consensus.cc:2243] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.343888  8327 raft_consensus.cc:2272] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.346768  8327 ts_tablet_manager.cc:1916] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.348794  8338 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:29.350180   431 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.005s	sys 0.003s
I20260608 12:42:29.350651   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "9da4a5a8bdbf4758971aead708eba087"
format_stamp: "Formatted at 2026-06-08 12:42:29 on dist-test-slave-62kf"
I20260608 12:42:29.351082   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:29.351692  8309 raft_consensus.cc:493] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:29.352267  8309 raft_consensus.cc:515] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.354470  8328 ts_tablet_manager.cc:1929] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.354632  8309 leader_election.cc:290] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:29.355104  8328 log.cc:1199] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/wals/a631a92b10c448e3a600d907e5d8b23a
I20260608 12:42:29.355907  8328 ts_tablet_manager.cc:1950] T a631a92b10c448e3a600d907e5d8b23a P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting consensus metadata
I20260608 12:42:29.358821  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5377c08899a945a896275f862f417538" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:29.359376  8328 tablet_replica.cc:333] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:29.359593  8113 raft_consensus.cc:2468] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 1.
I20260608 12:42:29.359865  7925 catalog_manager.cc:5027] TS 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753): tablet a631a92b10c448e3a600d907e5d8b23a (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.360608  8328 raft_consensus.cc:2243] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.361299  8328 raft_consensus.cc:2272] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.361202  8152 leader_election.cc:304] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: 
W20260608 12:42:29.363459  8152 raft_consensus.cc:2686] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: unable to run election callback: Service unavailable: Thread pool token was shut down
I20260608 12:42:29.364655  8328 ts_tablet_manager.cc:1916] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 12:42:29.366596  8153 leader_election.cc:336] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.367250  8327 ts_tablet_manager.cc:1929] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.367915  8327 log.cc:1199] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/wals/249701e921da4617b23a0b2266e30f98
I20260608 12:42:29.368816  8327 ts_tablet_manager.cc:1950] T 249701e921da4617b23a0b2266e30f98 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting consensus metadata
I20260608 12:42:29.372627  8327 tablet_replica.cc:333] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:29.372925  7922 catalog_manager.cc:5027] TS 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): tablet 249701e921da4617b23a0b2266e30f98 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.373508  8327 raft_consensus.cc:2243] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.374095  8327 raft_consensus.cc:2272] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.377040  8327 ts_tablet_manager.cc:1916] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.378726   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:29.380336   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:29.381524  8328 ts_tablet_manager.cc:1929] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.382066  8328 log.cc:1199] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/wals/5377c08899a945a896275f862f417538
I20260608 12:42:29.382525   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:29.382843  8328 ts_tablet_manager.cc:1950] T 5377c08899a945a896275f862f417538 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting consensus metadata
I20260608 12:42:29.385646  8328 tablet_replica.cc:333] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:29.385895  7925 catalog_manager.cc:5027] TS 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753): tablet 5377c08899a945a896275f862f417538 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.386546  8328 raft_consensus.cc:2243] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.387230  8328 raft_consensus.cc:2272] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.387521   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:29.387892   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:29.388254   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:29.388487   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:29.390261  8328 ts_tablet_manager.cc:1916] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.397156  8327 ts_tablet_manager.cc:1929] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.397706  8327 log.cc:1199] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/wals/5377c08899a945a896275f862f417538
I20260608 12:42:29.398437  8327 ts_tablet_manager.cc:1950] T 5377c08899a945a896275f862f417538 P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting consensus metadata
I20260608 12:42:29.401862  7922 catalog_manager.cc:5027] TS 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): tablet 5377c08899a945a896275f862f417538 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.405623  8328 ts_tablet_manager.cc:1929] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 12:42:29.406118  8328 log.cc:1199] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-2-root/wals/249701e921da4617b23a0b2266e30f98
I20260608 12:42:29.406822  8328 ts_tablet_manager.cc:1950] T 249701e921da4617b23a0b2266e30f98 P 471b9f0be9b44dd0a2e3c6489d262bf3: Deleting consensus metadata
I20260608 12:42:29.410332  7925 catalog_manager.cc:5027] TS 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753): tablet 249701e921da4617b23a0b2266e30f98 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.445886   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46679
I20260608 12:42:29.446023  8400 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46679 every 8 connection(s)
I20260608 12:42:29.451154   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:29.459301  8404 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:29.460196  8405 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:29.463481  8407 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:29.466410  8401 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43219
I20260608 12:42:29.466903  8401 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:29.467096   431 server_base.cc:1061] running on GCE node
I20260608 12:42:29.467974  8401 heartbeater.cc:507] Master 127.0.107.254:43219 requested a full tablet report, sending...
I20260608 12:42:29.468645   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:29.468986   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:29.469223   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922549469202 us; error 0 us; skew 500 ppm
I20260608 12:42:29.469964   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:29.470723  7934 ts_manager.cc:194] Registered new tserver with Master: 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679)
I20260608 12:42:29.472877  7934 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52710
I20260608 12:42:29.475327   431 webserver.cc:533] Webserver started at http://127.0.107.193:39715/ using document root <none> and password file <none>
I20260608 12:42:29.476055   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:29.476266   431 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 12:42:29.481151   431 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:29.485255  8412 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:29.486121   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 12:42:29.486470   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "b2b35c9c8d064c1480f33cb50171575e"
format_stamp: "Formatted at 2026-06-08 12:42:25 on dist-test-slave-62kf"
I20260608 12:42:29.486783   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:29.499287   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:29.501139   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:29.503120   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:29.507220  8419 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 12:42:29.507537  8187 consensus_queue.cc:237] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:29.517910  8113 raft_consensus.cc:1275] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:29.519922  8309 consensus_queue.cc:1048] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 12:42:29.550414  8153 consensus_peers.cc:597] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:29.551862  8152 consensus_peers.cc:597] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679): Couldn't send request to peer 9da4a5a8bdbf4758971aead708eba087. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fa7919c1ad7e44bb8b52d45d4e470ca3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.554481  8309 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:29.556422  8113 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:29.567708  7925 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 12:42:29.572906  7934 catalog_manager.cc:5696] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:29.576057   431 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 12:42:29.576495   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.070s	user 0.002s	sys 0.000s
I20260608 12:42:29.576843   431 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 12:42:29.583809  8419 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.597672  8419 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.598512  8419 tablet_bootstrap.cc:492] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.599107  8419 ts_tablet_manager.cc:1403] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260608 12:42:29.601478  8419 raft_consensus.cc:359] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.602162  8419 raft_consensus.cc:740] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.602766  8419 consensus_queue.cc:260] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.605039  8419 ts_tablet_manager.cc:1434] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.003s
I20260608 12:42:29.605795  8419 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.613003   431 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 12:42:29.613330   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.036s	user 0.036s	sys 0.000s
I20260608 12:42:29.618242  8419 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.619109  8419 tablet_bootstrap.cc:492] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.619710  8419 ts_tablet_manager.cc:1403] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:42:29.622241  8419 raft_consensus.cc:359] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.622972  8419 raft_consensus.cc:740] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.623714  8419 consensus_queue.cc:260] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.625869  8419 ts_tablet_manager.cc:1434] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260608 12:42:29.626796  8419 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.642552  8419 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.643409  8419 tablet_bootstrap.cc:492] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.644089  8419 ts_tablet_manager.cc:1403] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.003s
I20260608 12:42:29.646672  8419 raft_consensus.cc:359] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.647251  8419 raft_consensus.cc:740] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.648195  8419 consensus_queue.cc:260] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.650339  8419 ts_tablet_manager.cc:1434] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:42:29.651088  8419 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.653000  8317 raft_consensus.cc:493] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.653718  8317 raft_consensus.cc:515] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.662410  8187 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" is_pre_election: true
W20260608 12:42:29.662706  8079 leader_election.cc:336] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.664337  8081 leader_election.cc:304] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [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: 0ae4f1821b1f443aa9368aa48c9bc571; no voters: 471b9f0be9b44dd0a2e3c6489d262bf3, b2b35c9c8d064c1480f33cb50171575e
I20260608 12:42:29.665758  8317 leader_election.cc:290] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:29.666322  8317 raft_consensus.cc:2749] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:29.669433  8419 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.670832  8419 tablet_bootstrap.cc:492] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.671782  8419 ts_tablet_manager.cc:1403] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.000s
I20260608 12:42:29.675339  8309 raft_consensus.cc:493] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.676009  8309 raft_consensus.cc:515] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.675372  8419 raft_consensus.cc:359] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.677222  8419 raft_consensus.cc:740] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.679034  8309 leader_election.cc:290] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:29.678185  8419 consensus_queue.cc:260] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.679751  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:29.680509  8113 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 1.
I20260608 12:42:29.680616  8309 raft_consensus.cc:493] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.681125  8419 ts_tablet_manager.cc:1434] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.004s
I20260608 12:42:29.681573  8309 raft_consensus.cc:515] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.682075  8419 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.681919  8152 leader_election.cc:304] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: 
I20260608 12:42:29.682942  8308 raft_consensus.cc:2804] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:29.683349  8308 raft_consensus.cc:493] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting leader election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.683736  8308 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Advancing to term 2
W20260608 12:42:29.684954  8153 leader_election.cc:336] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.685897  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" is_pre_election: true
I20260608 12:42:29.686604  8113 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 1.
I20260608 12:42:29.688025  8152 leader_election.cc:304] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: 
W20260608 12:42:29.688951  8153 leader_election.cc:336] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.689152  8238 raft_consensus.cc:2804] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 12:42:29.689728  8238 raft_consensus.cc:493] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Starting leader election (detected failure of leader b2b35c9c8d064c1480f33cb50171575e)
I20260608 12:42:29.690116  8238 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:29.691617  8308 raft_consensus.cc:515] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.700094  8309 leader_election.cc:290] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
W20260608 12:42:29.701831  8153 leader_election.cc:336] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.699865  8238 raft_consensus.cc:515] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.705662  8113 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db881330516d448ea78ecd3f8e067fdf" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:29.706595  8113 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:29.706925  8238 leader_election.cc:290] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 election: Requested vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:29.709748  8115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a0308478ea1441bdb5fcfbb112ccbb8e" candidate_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "0ae4f1821b1f443aa9368aa48c9bc571"
I20260608 12:42:29.710738  8115 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:29.713529  8419 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.714639  8419 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.715464  8419 ts_tablet_manager.cc:1403] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.034s	user 0.029s	sys 0.000s
I20260608 12:42:29.718293  8419 raft_consensus.cc:359] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.719159  8419 raft_consensus.cc:740] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
W20260608 12:42:29.719257  8153 leader_election.cc:336] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111)
I20260608 12:42:29.720131  8419 consensus_queue.cc:260] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.723348  8419 ts_tablet_manager.cc:1434] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.004s
I20260608 12:42:29.723722  8308 leader_election.cc:290] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [CANDIDATE]: Term 2 election: Requested vote from peers b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973), 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:29.724274  8419 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.724470  8113 raft_consensus.cc:2468] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 2.
I20260608 12:42:29.725297  8114 consensus_queue.cc:237] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:29.728492  8152 leader_election.cc:304] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: b2b35c9c8d064c1480f33cb50171575e
I20260608 12:42:29.730154  8308 raft_consensus.cc:2804] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:29.730901  8308 raft_consensus.cc:697] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Becoming Leader. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Running, Role: LEADER
I20260608 12:42:29.732782  8308 consensus_queue.cc:237] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.740828  8115 raft_consensus.cc:2468] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 471b9f0be9b44dd0a2e3c6489d262bf3 in term 2.
I20260608 12:42:29.742643  8152 leader_election.cc:304] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: 0ae4f1821b1f443aa9368aa48c9bc571, 471b9f0be9b44dd0a2e3c6489d262bf3; no voters: b2b35c9c8d064c1480f33cb50171575e
I20260608 12:42:29.743875  8238 raft_consensus.cc:2804] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 12:42:29.744644  8238 raft_consensus.cc:697] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Becoming Leader. State: Replica: 471b9f0be9b44dd0a2e3c6489d262bf3, State: Running, Role: LEADER
I20260608 12:42:29.745774  8238 consensus_queue.cc:237] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.767226  8419 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.769235  8187 raft_consensus.cc:1275] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Refusing update from remote peer 0ae4f1821b1f443aa9368aa48c9bc571: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:29.771170  8469 consensus_queue.cc:1048] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:29.767611  7936 catalog_manager.cc:5696] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: term changed from 1 to 2, leader changed from b2b35c9c8d064c1480f33cb50171575e (127.0.107.193) to 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } }
W20260608 12:42:29.776196  8078 consensus_peers.cc:597] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 -> Peer 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679): Couldn't send request to peer 9da4a5a8bdbf4758971aead708eba087. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 5d550c3985f54bd0ae455937afd06a07. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.777318  8419 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.778009  8419 ts_tablet_manager.cc:1403] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.054s	user 0.024s	sys 0.016s
I20260608 12:42:29.782871  8419 raft_consensus.cc:359] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.783609  8419 raft_consensus.cc:740] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.784425  8419 consensus_queue.cc:260] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
W20260608 12:42:29.784974  8079 consensus_peers.cc:597] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:29.786619  8419 ts_tablet_manager.cc:1434] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:29.787590  8419 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.786652  8469 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:29.793407  8187 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:29.805526  7936 catalog_manager.cc:5696] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: term changed from 1 to 2, leader changed from b2b35c9c8d064c1480f33cb50171575e (127.0.107.193) to 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195). New cstate: current_term: 2 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:29.818584  7922 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 5d550c3985f54bd0ae455937afd06a07 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260608 12:42:29.825294  8419 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.826718  8419 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.827657  8419 ts_tablet_manager.cc:1403] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.022s
I20260608 12:42:29.831542  8419 raft_consensus.cc:359] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.832566  8419 raft_consensus.cc:740] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.833544  8419 consensus_queue.cc:260] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.836417  8419 ts_tablet_manager.cc:1434] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:42:29.835309  7934 catalog_manager.cc:5696] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:29.837638  8419 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Bootstrap starting.
I20260608 12:42:29.860706   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:41973
I20260608 12:42:29.861585  8496 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:41973 every 8 connection(s)
I20260608 12:42:29.865938  8419 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: 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:42:29.867035  8419 tablet_bootstrap.cc:492] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Bootstrap complete.
I20260608 12:42:29.867795  8419 ts_tablet_manager.cc:1403] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Time spent bootstrapping tablet: real 0.030s	user 0.017s	sys 0.007s
I20260608 12:42:29.870620  8419 raft_consensus.cc:359] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.871483  8419 raft_consensus.cc:740] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2b35c9c8d064c1480f33cb50171575e, State: Initialized, Role: FOLLOWER
I20260608 12:42:29.872359  8419 consensus_queue.cc:260] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:29.876260  8419 ts_tablet_manager.cc:1434] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:29.891396  8497 heartbeater.cc:344] Connected to a master server at 127.0.107.254:43219
I20260608 12:42:29.891845  8497 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:29.892764  8497 heartbeater.cc:507] Master 127.0.107.254:43219 requested a full tablet report, sending...
I20260608 12:42:29.897853  7934 ts_manager.cc:194] Re-registered known tserver with Master: b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973)
I20260608 12:42:29.908042  8450 tablet_service.cc:1558] Processing DeleteTablet for tablet 249701e921da4617b23a0b2266e30f98 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:41828
I20260608 12:42:29.908500  7934 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52720
I20260608 12:42:29.909902  8501 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:29.911063  8501 raft_consensus.cc:2243] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.911612  8501 pending_rounds.cc:70] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:29.911875  8501 pending_rounds.cc:77] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658756777644032 op_type: NO_OP noop_request { }
I20260608 12:42:29.912182  8497 heartbeater.cc:499] Master 127.0.107.254:43219 was elected leader, sending a full tablet report...
I20260608 12:42:29.912293  8501 raft_consensus.cc:2889] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:29.912788  8501 raft_consensus.cc:2272] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.916061  8501 ts_tablet_manager.cc:1916] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.927189  8450 tablet_service.cc:1558] Processing DeleteTablet for tablet 440d95a04ee645b48f7949be018d15d8 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:41828
I20260608 12:42:29.931491  8501 ts_tablet_manager.cc:1929] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.931902  8501 log.cc:1199] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/wals/249701e921da4617b23a0b2266e30f98
I20260608 12:42:29.932588  8501 ts_tablet_manager.cc:1950] T 249701e921da4617b23a0b2266e30f98 P b2b35c9c8d064c1480f33cb50171575e: Deleting consensus metadata
I20260608 12:42:29.935277  8501 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:29.935410  8450 tablet_service.cc:1558] Processing DeleteTablet for tablet a631a92b10c448e3a600d907e5d8b23a with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:41828
I20260608 12:42:29.935590  7923 catalog_manager.cc:5027] TS b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): tablet 249701e921da4617b23a0b2266e30f98 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.936317  8501 raft_consensus.cc:2243] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.936837  8501 raft_consensus.cc:2272] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.939172  8501 ts_tablet_manager.cc:1916] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.949661  8501 ts_tablet_manager.cc:1929] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.950064  8501 log.cc:1199] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/wals/440d95a04ee645b48f7949be018d15d8
I20260608 12:42:29.950695  8501 ts_tablet_manager.cc:1950] T 440d95a04ee645b48f7949be018d15d8 P b2b35c9c8d064c1480f33cb50171575e: Deleting consensus metadata
I20260608 12:42:29.953202  8501 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:29.953481  7923 catalog_manager.cc:5027] TS b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): tablet 440d95a04ee645b48f7949be018d15d8 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.954218  8501 raft_consensus.cc:2243] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.954645  8501 pending_rounds.cc:70] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:29.954808  8501 pending_rounds.cc:77] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658756362960896 op_type: NO_OP noop_request { }
I20260608 12:42:29.955068  8501 raft_consensus.cc:2889] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:29.955332  8501 raft_consensus.cc:2272] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.957621  8501 ts_tablet_manager.cc:1916] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.968680  8501 ts_tablet_manager.cc:1929] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.968986  8501 log.cc:1199] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/wals/a631a92b10c448e3a600d907e5d8b23a
I20260608 12:42:29.969553  8501 ts_tablet_manager.cc:1950] T a631a92b10c448e3a600d907e5d8b23a P b2b35c9c8d064c1480f33cb50171575e: Deleting consensus metadata
I20260608 12:42:29.972452  7923 catalog_manager.cc:5027] TS b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): tablet a631a92b10c448e3a600d907e5d8b23a (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:29.973033  8450 tablet_service.cc:1558] Processing DeleteTablet for tablet 5377c08899a945a896275f862f417538 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 12:42:29 UTC) from {username='slave'} at 127.0.0.1:41828
I20260608 12:42:29.973917  8501 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:29.974648  8501 raft_consensus.cc:2243] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:29.975085  8501 pending_rounds.cc:70] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Trying to abort 1 pending ops.
I20260608 12:42:29.975258  8501 pending_rounds.cc:77] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658755935948800 op_type: NO_OP noop_request { }
I20260608 12:42:29.975792  8501 raft_consensus.cc:2889] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:42:29.976274  8501 raft_consensus.cc:2272] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:29.979188  8501 ts_tablet_manager.cc:1916] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 12:42:29.989984  8502 ts_tablet_manager.cc:933] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Initiating tablet copy from peer 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:29.991914  8502 tablet_copy_client.cc:323] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36753
I20260608 12:42:29.993559  8501 ts_tablet_manager.cc:1929] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 12:42:29.994081  8501 log.cc:1199] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-0-root/wals/5377c08899a945a896275f862f417538
I20260608 12:42:29.995007  8501 ts_tablet_manager.cc:1950] T 5377c08899a945a896275f862f417538 P b2b35c9c8d064c1480f33cb50171575e: Deleting consensus metadata
I20260608 12:42:29.998520  7923 catalog_manager.cc:5027] TS b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): tablet 5377c08899a945a896275f862f417538 (table dugtrio [id=15ac3dfbec24425a9698962ffb97a90f]) successfully deleted
I20260608 12:42:30.004145  8199 tablet_copy_service.cc:140] P 471b9f0be9b44dd0a2e3c6489d262bf3: Received BeginTabletCopySession request for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 from peer 9da4a5a8bdbf4758971aead708eba087 ({username='slave'} at 127.0.0.1:60574)
I20260608 12:42:30.004786  8199 tablet_copy_service.cc:161] P 471b9f0be9b44dd0a2e3c6489d262bf3: Beginning new tablet copy session on tablet fa7919c1ad7e44bb8b52d45d4e470ca3 from peer 9da4a5a8bdbf4758971aead708eba087 at {username='slave'} at 127.0.0.1:60574: session id = 9da4a5a8bdbf4758971aead708eba087-fa7919c1ad7e44bb8b52d45d4e470ca3
I20260608 12:42:30.010239  8199 tablet_copy_source_session.cc:215] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.013258  8502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa7919c1ad7e44bb8b52d45d4e470ca3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.027904  8502 tablet_copy_client.cc:806] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.028558  8502 tablet_copy_client.cc:670] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.032645  8502 tablet_copy_client.cc:538] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.031708  8460 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:30.040266  8502 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Bootstrap starting.
I20260608 12:42:30.060356  8502 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: 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:42:30.061049  8502 tablet_bootstrap.cc:492] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Bootstrap complete.
I20260608 12:42:30.061687  8502 ts_tablet_manager.cc:1403] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Time spent bootstrapping tablet: real 0.022s	user 0.019s	sys 0.001s
I20260608 12:42:30.063921  8502 raft_consensus.cc:359] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.064541  8502 raft_consensus.cc:740] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9da4a5a8bdbf4758971aead708eba087, State: Initialized, Role: LEARNER
I20260608 12:42:30.065008  8502 consensus_queue.cc:260] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.066864  8401 heartbeater.cc:499] Master 127.0.107.254:43219 was elected leader, sending a full tablet report...
I20260608 12:42:30.067255  8502 ts_tablet_manager.cc:1434] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Time spent starting tablet: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:42:30.069713  8199 tablet_copy_service.cc:342] P 471b9f0be9b44dd0a2e3c6489d262bf3: Request end of tablet copy session 9da4a5a8bdbf4758971aead708eba087-fa7919c1ad7e44bb8b52d45d4e470ca3 received from {username='slave'} at 127.0.0.1:60574
I20260608 12:42:30.070175  8199 tablet_copy_service.cc:434] P 471b9f0be9b44dd0a2e3c6489d262bf3: ending tablet copy session 9da4a5a8bdbf4758971aead708eba087-fa7919c1ad7e44bb8b52d45d4e470ca3 on tablet fa7919c1ad7e44bb8b52d45d4e470ca3 with peer 9da4a5a8bdbf4758971aead708eba087
I20260608 12:42:30.182996  8460 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:30.198693  8460 raft_consensus.cc:3060] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:30.204300  8460 raft_consensus.cc:1275] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:30.205730  8308 consensus_queue.cc:1048] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:30.215854  8114 raft_consensus.cc:1275] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:30.218145  8238 consensus_queue.cc:1048] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:30.265599  8502 ts_tablet_manager.cc:933] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Initiating tablet copy from peer 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713)
I20260608 12:42:30.267177  8502 tablet_copy_client.cc:323] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:40713
I20260608 12:42:30.278431  8125 tablet_copy_service.cc:140] P 0ae4f1821b1f443aa9368aa48c9bc571: Received BeginTabletCopySession request for tablet 5d550c3985f54bd0ae455937afd06a07 from peer 9da4a5a8bdbf4758971aead708eba087 ({username='slave'} at 127.0.0.1:41954)
I20260608 12:42:30.279137  8125 tablet_copy_service.cc:161] P 0ae4f1821b1f443aa9368aa48c9bc571: Beginning new tablet copy session on tablet 5d550c3985f54bd0ae455937afd06a07 from peer 9da4a5a8bdbf4758971aead708eba087 at {username='slave'} at 127.0.0.1:41954: session id = 9da4a5a8bdbf4758971aead708eba087-5d550c3985f54bd0ae455937afd06a07
I20260608 12:42:30.285933  8125 tablet_copy_source_session.cc:215] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.287462  8460 raft_consensus.cc:3060] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Advancing to term 2
I20260608 12:42:30.289525  8502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5d550c3985f54bd0ae455937afd06a07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.291148  8114 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:30.292938  8238 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:30.294636  8460 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 12:42:30.296307  8238 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:30.313531  8502 tablet_copy_client.cc:806] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.314288  8502 tablet_copy_client.cc:670] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.319275  8502 tablet_copy_client.cc:538] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.329855  8502 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Bootstrap starting.
W20260608 12:42:30.349985  7986 auto_rebalancer.cc:591] Failed to schedule move for tablet fa7919c1ad7e44bb8b52d45d4e470ca3: Invalid argument: Server with UUID 9da4a5a8bdbf4758971aead708eba087 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.351104  8502 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: 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:42:30.352169  8502 tablet_bootstrap.cc:492] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Bootstrap complete.
I20260608 12:42:30.352955  8502 ts_tablet_manager.cc:1403] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.005s
I20260608 12:42:30.355582  8502 raft_consensus.cc:359] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.355602  8187 consensus_queue.cc:237] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.356390  8502 raft_consensus.cc:740] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 9da4a5a8bdbf4758971aead708eba087, State: Initialized, Role: LEARNER
I20260608 12:42:30.357054  8502 consensus_queue.cc:260] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.359431  8502 ts_tablet_manager.cc:1434] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 12:42:30.362277  8125 tablet_copy_service.cc:342] P 0ae4f1821b1f443aa9368aa48c9bc571: Request end of tablet copy session 9da4a5a8bdbf4758971aead708eba087-5d550c3985f54bd0ae455937afd06a07 received from {username='slave'} at 127.0.0.1:41954
I20260608 12:42:30.362810  8125 tablet_copy_service.cc:434] P 0ae4f1821b1f443aa9368aa48c9bc571: ending tablet copy session 9da4a5a8bdbf4758971aead708eba087-5d550c3985f54bd0ae455937afd06a07 on tablet 5d550c3985f54bd0ae455937afd06a07 with peer 9da4a5a8bdbf4758971aead708eba087
W20260608 12:42:30.362828  8152 consensus_peers.cc:597] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679): Couldn't send request to peer 9da4a5a8bdbf4758971aead708eba087. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a0308478ea1441bdb5fcfbb112ccbb8e. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:30.363943  8460 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:30.364059  8114 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 12:42:30.368490  8238 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:30.369391  8309 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } 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:42:30.376911  8308 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:30.379207  8460 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:30.380754  8114 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
I20260608 12:42:30.394340  7934 catalog_manager.cc:5696] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e reported cstate change: config changed from index -1 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) added. New cstate: current_term: 2 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } } }
W20260608 12:42:30.406694  7986 auto_rebalancer.cc:591] Failed to schedule move for tablet 5d550c3985f54bd0ae455937afd06a07: Invalid argument: Server with UUID 9da4a5a8bdbf4758971aead708eba087 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.506430  8376 raft_consensus.cc:1217] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 12:42:30.644829  8187 consensus_queue.cc:237] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:30.653352  8114 raft_consensus.cc:1275] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:30.654078  8460 raft_consensus.cc:1275] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:30.655087  8238 consensus_queue.cc:1048] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:30.655828  8308 consensus_queue.cc:1048] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:30.664083  8308 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.666245  8460 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.673347  7925 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:30.676682  8114 raft_consensus.cc:2955] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.682670  7937 catalog_manager.cc:5696] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:30.716001  8366 tablet_service.cc:1558] Processing DeleteTablet for tablet fa7919c1ad7e44bb8b52d45d4e470ca3 with delete_type TABLET_DATA_TOMBSTONED (TS 9da4a5a8bdbf4758971aead708eba087 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:52852
I20260608 12:42:30.718230  8528 tablet_replica.cc:333] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: stopping tablet replica
I20260608 12:42:30.719228  8528 raft_consensus.cc:2243] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:30.719863  8528 raft_consensus.cc:2272] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:30.722208  8528 ts_tablet_manager.cc:1916] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:30.738368  8528 ts_tablet_manager.cc:1929] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:42:30.738798  8528 log.cc:1199] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 9da4a5a8bdbf4758971aead708eba087: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root/wals/fa7919c1ad7e44bb8b52d45d4e470ca3
I20260608 12:42:30.740586  7922 catalog_manager.cc:5027] TS 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679): tablet fa7919c1ad7e44bb8b52d45d4e470ca3 (table test-workload [id=cf860236167743baa4865f8affad79b5]) successfully deleted
I20260608 12:42:30.747005  8114 consensus_queue.cc:237] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } }
I20260608 12:42:30.753453  8460 raft_consensus.cc:1275] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Refusing update from remote peer 0ae4f1821b1f443aa9368aa48c9bc571: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:30.753430  8187 raft_consensus.cc:1275] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Refusing update from remote peer 0ae4f1821b1f443aa9368aa48c9bc571: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:30.755313  8529 consensus_queue.cc:1048] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:42:30.756176  8530 consensus_queue.cc:1048] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [LEADER]: Connected to new peer: Peer: permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:30.763677  8469 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.769342  8187 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.769747  8460 raft_consensus.cc:2955] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.772853  7922 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 5d550c3985f54bd0ae455937afd06a07 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:30.784315  7938 catalog_manager.cc:5696] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: config changed from index 2 to 3, NON_VOTER 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } }
I20260608 12:42:30.796154  8366 tablet_service.cc:1558] Processing DeleteTablet for tablet 5d550c3985f54bd0ae455937afd06a07 with delete_type TABLET_DATA_TOMBSTONED (TS 9da4a5a8bdbf4758971aead708eba087 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:52852
I20260608 12:42:30.797223  8528 tablet_replica.cc:333] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: stopping tablet replica
I20260608 12:42:30.798027  8528 raft_consensus.cc:2243] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:42:30.798583  8528 raft_consensus.cc:2272] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:42:30.802745  8528 ts_tablet_manager.cc:1916] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:30.817165  8528 ts_tablet_manager.cc:1929] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 12:42:30.817633  8528 log.cc:1199] T 5d550c3985f54bd0ae455937afd06a07 P 9da4a5a8bdbf4758971aead708eba087: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-3-root/wals/5d550c3985f54bd0ae455937afd06a07
I20260608 12:42:30.819198  7922 catalog_manager.cc:5027] TS 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196:46679): tablet 5d550c3985f54bd0ae455937afd06a07 (table test-workload [id=cf860236167743baa4865f8affad79b5]) successfully deleted
I20260608 12:42:30.849969  8502 ts_tablet_manager.cc:933] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: Initiating tablet copy from peer 471b9f0be9b44dd0a2e3c6489d262bf3 (127.0.107.195:36753)
I20260608 12:42:30.851706  8502 tablet_copy_client.cc:323] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:36753
I20260608 12:42:30.853562  8199 tablet_copy_service.cc:140] P 471b9f0be9b44dd0a2e3c6489d262bf3: Received BeginTabletCopySession request for tablet a0308478ea1441bdb5fcfbb112ccbb8e from peer 9da4a5a8bdbf4758971aead708eba087 ({username='slave'} at 127.0.0.1:60574)
I20260608 12:42:30.854166  8199 tablet_copy_service.cc:161] P 471b9f0be9b44dd0a2e3c6489d262bf3: Beginning new tablet copy session on tablet a0308478ea1441bdb5fcfbb112ccbb8e from peer 9da4a5a8bdbf4758971aead708eba087 at {username='slave'} at 127.0.0.1:60574: session id = 9da4a5a8bdbf4758971aead708eba087-a0308478ea1441bdb5fcfbb112ccbb8e
I20260608 12:42:30.862445  8199 tablet_copy_source_session.cc:215] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:30.865970  8502 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a0308478ea1441bdb5fcfbb112ccbb8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:30.879036  8502 tablet_copy_client.cc:806] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:30.879680  8502 tablet_copy_client.cc:670] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:30.884207  8502 tablet_copy_client.cc:538] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:30.892045  8502 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: Bootstrap starting.
I20260608 12:42:30.910678  8502 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: 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:42:30.911522  8502 tablet_bootstrap.cc:492] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: Bootstrap complete.
I20260608 12:42:30.912268  8502 ts_tablet_manager.cc:1403] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: Time spent bootstrapping tablet: real 0.020s	user 0.023s	sys 0.001s
I20260608 12:42:30.914698  8502 raft_consensus.cc:359] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.915369  8502 raft_consensus.cc:740] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 9da4a5a8bdbf4758971aead708eba087, State: Initialized, Role: LEARNER
I20260608 12:42:30.915931  8502 consensus_queue.cc:260] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: true } }
I20260608 12:42:30.917876  8502 ts_tablet_manager.cc:1434] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:30.919799  8199 tablet_copy_service.cc:342] P 471b9f0be9b44dd0a2e3c6489d262bf3: Request end of tablet copy session 9da4a5a8bdbf4758971aead708eba087-a0308478ea1441bdb5fcfbb112ccbb8e received from {username='slave'} at 127.0.0.1:60574
I20260608 12:42:30.920313  8199 tablet_copy_service.cc:434] P 471b9f0be9b44dd0a2e3c6489d262bf3: ending tablet copy session 9da4a5a8bdbf4758971aead708eba087-a0308478ea1441bdb5fcfbb112ccbb8e on tablet a0308478ea1441bdb5fcfbb112ccbb8e with peer 9da4a5a8bdbf4758971aead708eba087
I20260608 12:42:31.291415  8376 raft_consensus.cc:1217] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 12:42:31.912727  8534 raft_consensus.cc:1064] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: attempting to promote NON_VOTER 9da4a5a8bdbf4758971aead708eba087 to VOTER
I20260608 12:42:31.915583  8534 consensus_queue.cc:237] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } }
I20260608 12:42:31.924299  8376 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 LEARNER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:31.924595  8114 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:31.926070  8460 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 12:42:31.926298  8534 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } 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:42:31.927435  8536 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } 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:42:31.928447  8538 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:31.949458  8534 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:31.952107  8114 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:31.954432  8460 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:31.971331  7934 catalog_manager.cc:5696] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 reported cstate change: config changed from index 3 to 4, 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:31.972149  8376 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 9da4a5a8bdbf4758971aead708eba087 (127.0.107.196) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "0ae4f1821b1f443aa9368aa48c9bc571" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40713 } attrs { replace: true } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:32.004639  8187 consensus_queue.cc:237] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [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: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } }
I20260608 12:42:32.010704  8376 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:42:32.011912  8460 raft_consensus.cc:1275] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Refusing update from remote peer 471b9f0be9b44dd0a2e3c6489d262bf3: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 12:42:32.013767  8534 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 12:42:32.015242  8538 consensus_queue.cc:1048] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 12:42:32.021121  8534 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:32.023878  8460 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:32.028846  8376 raft_consensus.cc:2955] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } } }
I20260608 12:42:32.031594  7925 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a0308478ea1441bdb5fcfbb112ccbb8e with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:32.037125  7937 catalog_manager.cc:5696] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 reported cstate change: config changed from index 4 to 5, VOTER 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194) evicted. New cstate: current_term: 2 leader_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "b2b35c9c8d064c1480f33cb50171575e" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 41973 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "471b9f0be9b44dd0a2e3c6489d262bf3" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 36753 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9da4a5a8bdbf4758971aead708eba087" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 46679 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:32.050741  8105 tablet_service.cc:1558] Processing DeleteTablet for tablet a0308478ea1441bdb5fcfbb112ccbb8e with delete_type TABLET_DATA_TOMBSTONED (TS 0ae4f1821b1f443aa9368aa48c9bc571 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:50958
I20260608 12:42:32.059093  8548 tablet_replica.cc:333] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:32.060098  8548 raft_consensus.cc:2243] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:32.060740  8548 raft_consensus.cc:2272] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:32.063788  8548 ts_tablet_manager.cc:1916] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 12:42:32.077417  8548 ts_tablet_manager.cc:1929] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 12:42:32.077848  8548 log.cc:1199] T a0308478ea1441bdb5fcfbb112ccbb8e P 0ae4f1821b1f443aa9368aa48c9bc571: Deleting WAL directory at /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780922350108766-431-0/minicluster-data/ts-1-root/wals/a0308478ea1441bdb5fcfbb112ccbb8e
I20260608 12:42:32.079641  7922 catalog_manager.cc:5027] TS 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): tablet a0308478ea1441bdb5fcfbb112ccbb8e (table test-workload [id=cf860236167743baa4865f8affad79b5]) successfully deleted
W20260608 12:42:33.058477  7986 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver b2b35c9c8d064c1480f33cb50171575e not available for placement
I20260608 12:42:33.907812   431 tablet_server.cc:179] TabletServer@127.0.107.193:41973 shutting down...
I20260608 12:42:33.934423   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:33.935230   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:33.935925   431 raft_consensus.cc:2243] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:33.936780   431 raft_consensus.cc:2272] T fa7919c1ad7e44bb8b52d45d4e470ca3 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:33.939240   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:33.939839   431 raft_consensus.cc:2243] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:33.940724   431 raft_consensus.cc:2272] T a0308478ea1441bdb5fcfbb112ccbb8e P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:33.942987   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:33.943538   431 raft_consensus.cc:2243] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:33.944335   431 raft_consensus.cc:2272] T 5d550c3985f54bd0ae455937afd06a07 P b2b35c9c8d064c1480f33cb50171575e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:33.946590   431 tablet_replica.cc:333] stopping tablet replica
I20260608 12:42:33.947084   431 raft_consensus.cc:2243] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:33.947563   431 raft_consensus.cc:2272] T db881330516d448ea78ecd3f8e067fdf P b2b35c9c8d064c1480f33cb50171575e [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:33.973399   431 tablet_server.cc:196] TabletServer@127.0.107.193:41973 shutdown complete.
I20260608 12:42:33.998389   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:34.027308   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:34.028185   431 tablet_replica.cc:333] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:34.028914   431 raft_consensus.cc:2243] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:34.029484   431 raft_consensus.cc:2272] T db881330516d448ea78ecd3f8e067fdf P 0ae4f1821b1f443aa9368aa48c9bc571 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.031840   431 tablet_replica.cc:333] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:34.032474   431 raft_consensus.cc:2243] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:34.033447   431 raft_consensus.cc:2272] T 5d550c3985f54bd0ae455937afd06a07 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.036075   431 tablet_replica.cc:333] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571: stopping tablet replica
I20260608 12:42:34.036633   431 raft_consensus.cc:2243] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:34.037272   431 raft_consensus.cc:2272] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 0ae4f1821b1f443aa9368aa48c9bc571 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:34.047786  8152 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 34 similar messages]
W20260608 12:42:34.054191  8152 consensus_peers.cc:597] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer 0ae4f1821b1f443aa9368aa48c9bc571 (127.0.107.194:40713): Couldn't send request to peer 0ae4f1821b1f443aa9368aa48c9bc571. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:40713: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:34.058911  8153 consensus_peers.cc:597] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:34.060781  7986 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver b2b35c9c8d064c1480f33cb50171575e not available for placement
I20260608 12:42:34.065292   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:42:34.092574  8153 consensus_peers.cc:597] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 -> Peer b2b35c9c8d064c1480f33cb50171575e (127.0.107.193:41973): Couldn't send request to peer b2b35c9c8d064c1480f33cb50171575e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:41973: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:34.093134   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:34.124331   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:34.125129   431 tablet_replica.cc:333] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:34.125840   431 raft_consensus.cc:2243] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:34.126717   431 raft_consensus.cc:2272] T a0308478ea1441bdb5fcfbb112ccbb8e P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.129354   431 tablet_replica.cc:333] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:34.129968   431 raft_consensus.cc:2243] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:34.130728   431 raft_consensus.cc:2272] T 5d550c3985f54bd0ae455937afd06a07 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.133221   431 tablet_replica.cc:333] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:34.133893   431 raft_consensus.cc:2243] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 LEADER]: Raft consensus shutting down.
I20260608 12:42:34.134824   431 raft_consensus.cc:2272] T db881330516d448ea78ecd3f8e067fdf P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.137247   431 tablet_replica.cc:333] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3: stopping tablet replica
I20260608 12:42:34.137791   431 raft_consensus.cc:2243] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:34.138707   431 raft_consensus.cc:2272] T fa7919c1ad7e44bb8b52d45d4e470ca3 P 471b9f0be9b44dd0a2e3c6489d262bf3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.163405   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:34.188436   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:34.213426   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:34.214268   431 tablet_replica.cc:333] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087: stopping tablet replica
I20260608 12:42:34.214879   431 raft_consensus.cc:2243] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:34.215417   431 raft_consensus.cc:2272] T a0308478ea1441bdb5fcfbb112ccbb8e P 9da4a5a8bdbf4758971aead708eba087 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.238461   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:34.254212   431 master.cc:562] Master@127.0.107.254:43219 shutting down...
I20260608 12:42:34.272945   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:34.273576   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:34.273936   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P a8c3dfc7a32f4a5c9e10724addc93535: stopping tablet replica
I20260608 12:42:34.294466   431 master.cc:584] Master@127.0.107.254:43219 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9189 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 12:42:34.341720   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:33051
I20260608 12:42:34.343276   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:34.349675  8553 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.349872  8552 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.350678  8555 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:34.352012   431 server_base.cc:1061] running on GCE node
I20260608 12:42:34.352890   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:34.353073   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:34.353191   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922554353180 us; error 0 us; skew 500 ppm
I20260608 12:42:34.353713   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:34.356410   431 webserver.cc:533] Webserver started at http://127.0.107.254:46195/ using document root <none> and password file <none>
I20260608 12:42:34.356925   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:34.357093   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:34.357324   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:34.358443   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "380b7723201f4cc6a50046a572f56334"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.363586   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
I20260608 12:42:34.367566  8560 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.368547   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:34.368880   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "380b7723201f4cc6a50046a572f56334"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.369185   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:34.382546   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:34.383896   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:34.423661   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:33051
I20260608 12:42:34.423761  8611 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:33051 every 8 connection(s)
I20260608 12:42:34.428007  8612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:34.439612  8612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334: Bootstrap starting.
I20260608 12:42:34.444828  8612 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:34.449594  8612 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334: No bootstrap required, opened a new log
I20260608 12:42:34.452261  8612 raft_consensus.cc:359] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380b7723201f4cc6a50046a572f56334" member_type: VOTER }
I20260608 12:42:34.452699  8612 raft_consensus.cc:385] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:34.452967  8612 raft_consensus.cc:740] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 380b7723201f4cc6a50046a572f56334, State: Initialized, Role: FOLLOWER
I20260608 12:42:34.453672  8612 consensus_queue.cc:260] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "380b7723201f4cc6a50046a572f56334" member_type: VOTER }
I20260608 12:42:34.454135  8612 raft_consensus.cc:399] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:34.454376  8612 raft_consensus.cc:493] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:34.454671  8612 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:34.459673  8612 raft_consensus.cc:515] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380b7723201f4cc6a50046a572f56334" member_type: VOTER }
I20260608 12:42:34.460337  8612 leader_election.cc:304] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [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: 380b7723201f4cc6a50046a572f56334; no voters: 
I20260608 12:42:34.461553  8612 leader_election.cc:290] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:34.461990  8615 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:34.463510  8615 raft_consensus.cc:697] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 1 LEADER]: Becoming Leader. State: Replica: 380b7723201f4cc6a50046a572f56334, State: Running, Role: LEADER
I20260608 12:42:34.464226  8615 consensus_queue.cc:237] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [LEADER]: Queue going to LEADER mode. State: All 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: "380b7723201f4cc6a50046a572f56334" member_type: VOTER }
I20260608 12:42:34.464769  8612 sys_catalog.cc:565] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:34.469600  8616 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "380b7723201f4cc6a50046a572f56334" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380b7723201f4cc6a50046a572f56334" member_type: VOTER } }
I20260608 12:42:34.469789  8617 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 380b7723201f4cc6a50046a572f56334. Latest consensus state: current_term: 1 leader_uuid: "380b7723201f4cc6a50046a572f56334" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380b7723201f4cc6a50046a572f56334" member_type: VOTER } }
I20260608 12:42:34.470722  8617 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:34.470530  8616 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:34.473874  8623 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:34.481045  8623 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:34.482147   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:34.490958  8623 catalog_manager.cc:1382] Generated new cluster ID: 5d2ed21961e14813b6b359b453a5718f
I20260608 12:42:34.491246  8623 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:34.507041  8623 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:34.508483  8623 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:34.531606  8623 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334: Generated new TSK 0
I20260608 12:42:34.532284  8623 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:34.548982   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:34.555595  8633 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.556581  8634 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.558585  8636 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:34.560915   431 server_base.cc:1061] running on GCE node
I20260608 12:42:34.561885   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:34.562109   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:34.562316   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922554562299 us; error 0 us; skew 500 ppm
I20260608 12:42:34.562919   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:34.566005   431 webserver.cc:533] Webserver started at http://127.0.107.193:34189/ using document root <none> and password file <none>
I20260608 12:42:34.566520   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:34.566723   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:34.566951   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:34.568157   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "5eb4e8bce1794ed7891451c23502f2c5"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.573330   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:42:34.577409  8641 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.578358   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:42:34.578701   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "5eb4e8bce1794ed7891451c23502f2c5"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.579018   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:34.591802   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:34.593186   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:34.594784   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:34.597393   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:34.597646   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.597908   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:34.598102   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.640523   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:42111
I20260608 12:42:34.640648  8703 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:42111 every 8 connection(s)
I20260608 12:42:34.646204   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:34.654031  8708 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.654737  8709 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.655879  8711 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:34.658411   431 server_base.cc:1061] running on GCE node
I20260608 12:42:34.659456   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:34.659765   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:34.659673  8704 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33051
I20260608 12:42:34.660266   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922554660245 us; error 0 us; skew 500 ppm
I20260608 12:42:34.660486  8704 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:34.661041   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:34.661412  8704 heartbeater.cc:507] Master 127.0.107.254:33051 requested a full tablet report, sending...
I20260608 12:42:34.664130   431 webserver.cc:533] Webserver started at http://127.0.107.194:34545/ using document root <none> and password file <none>
I20260608 12:42:34.664354  8577 ts_manager.cc:194] Registered new tserver with Master: 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111)
I20260608 12:42:34.664815   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:34.665107   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:34.665395   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:34.666596   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "c7feffed64a249e2bcfc0423f69b3f42"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.666661  8577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54860
I20260608 12:42:34.671851   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:42:34.675828  8716 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.677052   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:34.677417   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "c7feffed64a249e2bcfc0423f69b3f42"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.677752   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:34.687755   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:34.689028   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:34.690600   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:34.693116   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:34.693367   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.693656   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:34.693890   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.736029   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:37581
I20260608 12:42:34.736120  8778 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:37581 every 8 connection(s)
I20260608 12:42:34.741385   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:34.749555  8782 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.752274  8783 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:34.753374  8785 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:34.754192   431 server_base.cc:1061] running on GCE node
I20260608 12:42:34.758904  8779 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33051
I20260608 12:42:34.759445  8779 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:34.759617   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:34.759912   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:34.760154   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922554760135 us; error 0 us; skew 500 ppm
I20260608 12:42:34.760443  8779 heartbeater.cc:507] Master 127.0.107.254:33051 requested a full tablet report, sending...
I20260608 12:42:34.761124   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:34.763123  8577 ts_manager.cc:194] Registered new tserver with Master: c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581)
I20260608 12:42:34.764174   431 webserver.cc:533] Webserver started at http://127.0.107.195:34805/ using document root <none> and password file <none>
I20260608 12:42:34.764693  8577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54862
I20260608 12:42:34.764779   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:34.765232   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:34.765540   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:34.767107   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "2cbb383d359f445ebc57e3ceac007497"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.772459   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.004s
I20260608 12:42:34.776160  8790 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.777082   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:42:34.777366   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "2cbb383d359f445ebc57e3ceac007497"
format_stamp: "Formatted at 2026-06-08 12:42:34 on dist-test-slave-62kf"
I20260608 12:42:34.777642   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:34.803375   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:34.804610   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:34.806080   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:34.808557   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:34.808746   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.809063   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:34.809227   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:34.850957   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39565
I20260608 12:42:34.851094  8852 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39565 every 8 connection(s)
I20260608 12:42:34.865999  8853 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33051
I20260608 12:42:34.866585  8853 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:34.867687  8853 heartbeater.cc:507] Master 127.0.107.254:33051 requested a full tablet report, sending...
I20260608 12:42:34.869968  8577 ts_manager.cc:194] Registered new tserver with Master: 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:34.870754   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016205387s
I20260608 12:42:34.871613  8577 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54868
I20260608 12:42:35.669827  8704 heartbeater.cc:499] Master 127.0.107.254:33051 was elected leader, sending a full tablet report...
I20260608 12:42:35.768157  8779 heartbeater.cc:499] Master 127.0.107.254:33051 was elected leader, sending a full tablet report...
I20260608 12:42:35.874826  8853 heartbeater.cc:499] Master 127.0.107.254:33051 was elected leader, sending a full tablet report...
I20260608 12:42:35.934826  8577 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54878:
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:42:35.937469  8577 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:35.997777  8744 tablet_service.cc:1511] Processing CreateTablet for tablet 8b20e07a41014a239180d201b58cf27e (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:36.001850  8743 tablet_service.cc:1511] Processing CreateTablet for tablet 3ec8a5ae509c457ab828a5c67599ae57 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:35.999379  8744 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b20e07a41014a239180d201b58cf27e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.011492  8743 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ec8a5ae509c457ab828a5c67599ae57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.012570  8742 tablet_service.cc:1511] Processing CreateTablet for tablet a45d532d55e645a8a18ae4742b43e4fa (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:36.014139  8742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a45d532d55e645a8a18ae4742b43e4fa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.017506  8668 tablet_service.cc:1511] Processing CreateTablet for tablet 3ec8a5ae509c457ab828a5c67599ae57 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:36.019188  8668 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ec8a5ae509c457ab828a5c67599ae57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.021281  8667 tablet_service.cc:1511] Processing CreateTablet for tablet a45d532d55e645a8a18ae4742b43e4fa (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:36.022819  8667 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a45d532d55e645a8a18ae4742b43e4fa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.025326  8666 tablet_service.cc:1511] Processing CreateTablet for tablet 1122bd47c8794a1ba38a577cb0010ab3 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:36.027110  8669 tablet_service.cc:1511] Processing CreateTablet for tablet 8b20e07a41014a239180d201b58cf27e (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:36.029477  8741 tablet_service.cc:1511] Processing CreateTablet for tablet 1122bd47c8794a1ba38a577cb0010ab3 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:36.030748  8666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1122bd47c8794a1ba38a577cb0010ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.031548  8741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1122bd47c8794a1ba38a577cb0010ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.035382  8818 tablet_service.cc:1511] Processing CreateTablet for tablet 8b20e07a41014a239180d201b58cf27e (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 12:42:36.037572  8818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b20e07a41014a239180d201b58cf27e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.041278  8816 tablet_service.cc:1511] Processing CreateTablet for tablet a45d532d55e645a8a18ae4742b43e4fa (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 12:42:36.045395  8815 tablet_service.cc:1511] Processing CreateTablet for tablet 1122bd47c8794a1ba38a577cb0010ab3 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 12:42:36.031522  8669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b20e07a41014a239180d201b58cf27e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.047487  8873 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: Bootstrap starting.
I20260608 12:42:36.048588  8817 tablet_service.cc:1511] Processing CreateTablet for tablet 3ec8a5ae509c457ab828a5c67599ae57 (DEFAULT_TABLE table=test-workload [id=20e7bfde40784f77ae72cc7910e8a6fb]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 12:42:36.055270  8873 tablet_bootstrap.cc:654] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.074848  8816 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a45d532d55e645a8a18ae4742b43e4fa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.080068  8817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ec8a5ae509c457ab828a5c67599ae57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.084507  8815 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1122bd47c8794a1ba38a577cb0010ab3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:36.160030  8875 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: Bootstrap starting.
I20260608 12:42:36.162281  8876 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: Bootstrap starting.
I20260608 12:42:36.169281  8875 tablet_bootstrap.cc:654] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.170715  8876 tablet_bootstrap.cc:654] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.172515  8873 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: No bootstrap required, opened a new log
I20260608 12:42:36.173123  8873 ts_tablet_manager.cc:1403] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: Time spent bootstrapping tablet: real 0.126s	user 0.044s	sys 0.071s
I20260608 12:42:36.180650  8873 raft_consensus.cc:359] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.181445  8873 raft_consensus.cc:385] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.181767  8873 raft_consensus.cc:740] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.182650  8873 consensus_queue.cc:260] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.199398  8873 ts_tablet_manager.cc:1434] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: Time spent starting tablet: real 0.026s	user 0.016s	sys 0.005s
I20260608 12:42:36.200003  8876 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: No bootstrap required, opened a new log
I20260608 12:42:36.200196  8875 tablet_bootstrap.cc:492] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: No bootstrap required, opened a new log
I20260608 12:42:36.200579  8873 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: Bootstrap starting.
I20260608 12:42:36.200773  8875 ts_tablet_manager.cc:1403] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: Time spent bootstrapping tablet: real 0.041s	user 0.024s	sys 0.012s
I20260608 12:42:36.200708  8876 ts_tablet_manager.cc:1403] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: Time spent bootstrapping tablet: real 0.039s	user 0.011s	sys 0.022s
I20260608 12:42:36.204638  8875 raft_consensus.cc:359] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.205503  8875 raft_consensus.cc:385] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.205909  8875 raft_consensus.cc:740] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5eb4e8bce1794ed7891451c23502f2c5, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.206956  8875 consensus_queue.cc:260] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.207531  8876 raft_consensus.cc:359] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.208506  8876 raft_consensus.cc:385] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.209192  8876 raft_consensus.cc:740] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cbb383d359f445ebc57e3ceac007497, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.210216  8876 consensus_queue.cc:260] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.210711  8875 ts_tablet_manager.cc:1434] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:42:36.212209  8875 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: Bootstrap starting.
I20260608 12:42:36.208521  8873 tablet_bootstrap.cc:654] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.219291  8875 tablet_bootstrap.cc:654] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.224267  8880 raft_consensus.cc:493] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.224879  8880 raft_consensus.cc:515] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.226999  8876 ts_tablet_manager.cc:1434] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.015s
I20260608 12:42:36.228214  8876 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: Bootstrap starting.
I20260608 12:42:36.231580  8880 leader_election.cc:290] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.237565  8873 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: No bootstrap required, opened a new log
I20260608 12:42:36.238210  8873 ts_tablet_manager.cc:1403] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: Time spent bootstrapping tablet: real 0.038s	user 0.010s	sys 0.012s
I20260608 12:42:36.239199  8875 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: No bootstrap required, opened a new log
I20260608 12:42:36.239786  8875 ts_tablet_manager.cc:1403] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.008s
I20260608 12:42:36.241554  8873 raft_consensus.cc:359] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.242399  8873 raft_consensus.cc:385] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.242728  8873 raft_consensus.cc:740] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.246064  8873 consensus_queue.cc:260] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.248862  8873 ts_tablet_manager.cc:1434] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.003s
I20260608 12:42:36.249480  8876 tablet_bootstrap.cc:654] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.250061  8873 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: Bootstrap starting.
I20260608 12:42:36.251652  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b20e07a41014a239180d201b58cf27e" candidate_uuid: "5eb4e8bce1794ed7891451c23502f2c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42" is_pre_election: true
I20260608 12:42:36.252530  8754 raft_consensus.cc:2468] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5eb4e8bce1794ed7891451c23502f2c5 in term 0.
I20260608 12:42:36.254406  8642 leader_election.cc:304] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5eb4e8bce1794ed7891451c23502f2c5, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.255352  8880 raft_consensus.cc:2804] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:36.255734  8880 raft_consensus.cc:493] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:36.256089  8880 raft_consensus.cc:3060] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.258396  8873 tablet_bootstrap.cc:654] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.247004  8875 raft_consensus.cc:359] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.262682  8875 raft_consensus.cc:385] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.263023  8875 raft_consensus.cc:740] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5eb4e8bce1794ed7891451c23502f2c5, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.263872  8875 consensus_queue.cc:260] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.264576  8880 raft_consensus.cc:515] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.268203  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b20e07a41014a239180d201b58cf27e" candidate_uuid: "5eb4e8bce1794ed7891451c23502f2c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497" is_pre_election: true
I20260608 12:42:36.269131  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b20e07a41014a239180d201b58cf27e" candidate_uuid: "5eb4e8bce1794ed7891451c23502f2c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42"
I20260608 12:42:36.269299  8828 raft_consensus.cc:2468] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5eb4e8bce1794ed7891451c23502f2c5 in term 0.
I20260608 12:42:36.270090  8754 raft_consensus.cc:3060] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.281845  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b20e07a41014a239180d201b58cf27e" candidate_uuid: "5eb4e8bce1794ed7891451c23502f2c5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497"
I20260608 12:42:36.282840  8828 raft_consensus.cc:3060] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.296087  8880 leader_election.cc:290] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [CANDIDATE]: Term 1 election: Requested vote from peers c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.302490  8828 raft_consensus.cc:2468] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5eb4e8bce1794ed7891451c23502f2c5 in term 1.
I20260608 12:42:36.304361  8644 leader_election.cc:304] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cbb383d359f445ebc57e3ceac007497, 5eb4e8bce1794ed7891451c23502f2c5; no voters: 
I20260608 12:42:36.305961  8880 raft_consensus.cc:2804] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:36.306530  8880 raft_consensus.cc:697] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 LEADER]: Becoming Leader. State: Replica: 5eb4e8bce1794ed7891451c23502f2c5, State: Running, Role: LEADER
I20260608 12:42:36.307452  8880 consensus_queue.cc:237] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.295537  8754 raft_consensus.cc:2468] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5eb4e8bce1794ed7891451c23502f2c5 in term 1.
I20260608 12:42:36.314352  8879 raft_consensus.cc:493] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.315080  8879 raft_consensus.cc:515] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.324018  8879 leader_election.cc:290] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.335242  8876 tablet_bootstrap.cc:492] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: No bootstrap required, opened a new log
I20260608 12:42:36.335912  8876 ts_tablet_manager.cc:1403] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: Time spent bootstrapping tablet: real 0.108s	user 0.026s	sys 0.042s
I20260608 12:42:36.336826  8873 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: No bootstrap required, opened a new log
I20260608 12:42:36.337415  8873 ts_tablet_manager.cc:1403] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: Time spent bootstrapping tablet: real 0.088s	user 0.030s	sys 0.055s
I20260608 12:42:36.337661  8875 ts_tablet_manager.cc:1434] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: Time spent starting tablet: real 0.097s	user 0.028s	sys 0.043s
I20260608 12:42:36.339437  8876 raft_consensus.cc:359] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.340305  8876 raft_consensus.cc:385] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.340615  8876 raft_consensus.cc:740] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cbb383d359f445ebc57e3ceac007497, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.340742  8873 raft_consensus.cc:359] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.341511  8873 raft_consensus.cc:385] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.342034  8873 raft_consensus.cc:740] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.341517  8876 consensus_queue.cc:260] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.345532  8876 ts_tablet_manager.cc:1434] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 12:42:36.346690  8876 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: Bootstrap starting.
I20260608 12:42:36.346715  8875 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: Bootstrap starting.
I20260608 12:42:36.352469  8881 raft_consensus.cc:493] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.353109  8881 raft_consensus.cc:515] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.354991  8876 tablet_bootstrap.cc:654] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.361259  8875 tablet_bootstrap.cc:654] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.372356  8881 leader_election.cc:290] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581)
I20260608 12:42:36.343417  8873 consensus_queue.cc:260] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.375765  8873 ts_tablet_manager.cc:1434] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: Time spent starting tablet: real 0.038s	user 0.006s	sys 0.003s
I20260608 12:42:36.377054  8873 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: Bootstrap starting.
I20260608 12:42:36.387847  8575 catalog_manager.cc:5696] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "5eb4e8bce1794ed7891451c23502f2c5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:36.395557  8873 tablet_bootstrap.cc:654] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.399312  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5" is_pre_election: true
I20260608 12:42:36.400194  8679 raft_consensus.cc:2468] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 0.
I20260608 12:42:36.401710  8719 leader_election.cc:304] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5eb4e8bce1794ed7891451c23502f2c5, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.408368  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497" is_pre_election: true
I20260608 12:42:36.403503  8879 raft_consensus.cc:493] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.409366  8828 raft_consensus.cc:2468] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 0.
I20260608 12:42:36.409679  8879 raft_consensus.cc:515] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.412209  8879 leader_election.cc:290] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.412875  8879 raft_consensus.cc:2804] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:36.413273  8879 raft_consensus.cc:493] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:36.413684  8879 raft_consensus.cc:3060] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.419783  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5" is_pre_election: true
I20260608 12:42:36.420564  8679 raft_consensus.cc:2468] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cbb383d359f445ebc57e3ceac007497 in term 0.
I20260608 12:42:36.422586  8793 leader_election.cc:304] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cbb383d359f445ebc57e3ceac007497, 5eb4e8bce1794ed7891451c23502f2c5; no voters: 
I20260608 12:42:36.424192  8881 raft_consensus.cc:2804] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:36.424578  8881 raft_consensus.cc:493] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:36.424909  8881 raft_consensus.cc:3060] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.425621  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5" is_pre_election: true
W20260608 12:42:36.427374  8719 leader_election.cc:343] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:36.435843  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497" is_pre_election: true
I20260608 12:42:36.433073  8879 raft_consensus.cc:515] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
W20260608 12:42:36.437920  8719 leader_election.cc:343] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:36.438172  8875 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: No bootstrap required, opened a new log
I20260608 12:42:36.438539  8719 leader_election.cc:304] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [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: c7feffed64a249e2bcfc0423f69b3f42; no voters: 2cbb383d359f445ebc57e3ceac007497, 5eb4e8bce1794ed7891451c23502f2c5
I20260608 12:42:36.438788  8879 leader_election.cc:290] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 election: Requested vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.439563  8879 raft_consensus.cc:2749] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:36.440867  8873 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: No bootstrap required, opened a new log
I20260608 12:42:36.441191  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5"
I20260608 12:42:36.438805  8875 ts_tablet_manager.cc:1403] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: Time spent bootstrapping tablet: real 0.092s	user 0.016s	sys 0.004s
I20260608 12:42:36.441862  8679 raft_consensus.cc:3060] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.442232  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497"
I20260608 12:42:36.445402  8875 raft_consensus.cc:359] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.446198  8875 raft_consensus.cc:385] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.446506  8875 raft_consensus.cc:740] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5eb4e8bce1794ed7891451c23502f2c5, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.447386  8875 consensus_queue.cc:260] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.441428  8873 ts_tablet_manager.cc:1403] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: Time spent bootstrapping tablet: real 0.065s	user 0.019s	sys 0.001s
I20260608 12:42:36.450047  8679 raft_consensus.cc:2468] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 1.
I20260608 12:42:36.451429  8873 raft_consensus.cc:359] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.452121  8873 raft_consensus.cc:385] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.452392  8873 raft_consensus.cc:740] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.452469  8719 leader_election.cc:304] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5eb4e8bce1794ed7891451c23502f2c5, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.453998  8895 raft_consensus.cc:2804] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:36.454661  8895 raft_consensus.cc:697] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Becoming Leader. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Running, Role: LEADER
I20260608 12:42:36.455013  8873 consensus_queue.cc:260] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.454110  8875 ts_tablet_manager.cc:1434] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:42:36.455598  8895 consensus_queue.cc:237] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.443213  8881 raft_consensus.cc:515] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.457623  8828 raft_consensus.cc:2393] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c7feffed64a249e2bcfc0423f69b3f42 in current term 1: Already voted for candidate 2cbb383d359f445ebc57e3ceac007497 in this term.
I20260608 12:42:36.459477  8875 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: Bootstrap starting.
I20260608 12:42:36.461952  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42" is_pre_election: true
I20260608 12:42:36.464402  8881 leader_election.cc:290] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 election: Requested vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581)
I20260608 12:42:36.464308  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42"
I20260608 12:42:36.465987  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a45d532d55e645a8a18ae4742b43e4fa" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5"
I20260608 12:42:36.466907  8679 raft_consensus.cc:2393] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 2cbb383d359f445ebc57e3ceac007497 in current term 1: Already voted for candidate c7feffed64a249e2bcfc0423f69b3f42 in this term.
I20260608 12:42:36.468106  8793 leader_election.cc:304] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [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: 2cbb383d359f445ebc57e3ceac007497; no voters: 5eb4e8bce1794ed7891451c23502f2c5, c7feffed64a249e2bcfc0423f69b3f42
I20260608 12:42:36.469429  8881 raft_consensus.cc:2749] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:36.470731  8875 tablet_bootstrap.cc:654] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.473505  8876 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: No bootstrap required, opened a new log
I20260608 12:42:36.474234  8876 ts_tablet_manager.cc:1403] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: Time spent bootstrapping tablet: real 0.128s	user 0.015s	sys 0.018s
I20260608 12:42:36.478060  8873 ts_tablet_manager.cc:1434] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: Time spent starting tablet: real 0.030s	user 0.018s	sys 0.004s
I20260608 12:42:36.482364  8875 tablet_bootstrap.cc:492] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: No bootstrap required, opened a new log
W20260608 12:42:36.482389  8625 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:36.483011  8875 ts_tablet_manager.cc:1403] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.008s
I20260608 12:42:36.482980  8876 raft_consensus.cc:359] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.484234  8876 raft_consensus.cc:385] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.483479  8576 catalog_manager.cc:5696] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: term changed from 0 to 1, leader changed from <none> to c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:36.484575  8876 raft_consensus.cc:740] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cbb383d359f445ebc57e3ceac007497, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.485517  8876 consensus_queue.cc:260] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.486299  8875 raft_consensus.cc:359] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.487063  8875 raft_consensus.cc:385] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.487353  8875 raft_consensus.cc:740] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5eb4e8bce1794ed7891451c23502f2c5, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.487697  8876 ts_tablet_manager.cc:1434] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:42:36.488217  8875 consensus_queue.cc:260] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.491358  8875 ts_tablet_manager.cc:1434] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:36.488833  8876 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: Bootstrap starting.
I20260608 12:42:36.499902  8876 tablet_bootstrap.cc:654] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:36.506420  8876 tablet_bootstrap.cc:492] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: No bootstrap required, opened a new log
I20260608 12:42:36.506989  8876 ts_tablet_manager.cc:1403] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: Time spent bootstrapping tablet: real 0.018s	user 0.006s	sys 0.006s
I20260608 12:42:36.510125  8876 raft_consensus.cc:359] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.510869  8881 raft_consensus.cc:493] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.510905  8876 raft_consensus.cc:385] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:36.511458  8876 raft_consensus.cc:740] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cbb383d359f445ebc57e3ceac007497, State: Initialized, Role: FOLLOWER
I20260608 12:42:36.511420  8881 raft_consensus.cc:515] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.513120  8876 consensus_queue.cc:260] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.514101  8881 leader_election.cc:290] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581)
I20260608 12:42:36.515101  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5" is_pre_election: true
I20260608 12:42:36.515383  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42" is_pre_election: true
I20260608 12:42:36.516189  8679 raft_consensus.cc:2468] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cbb383d359f445ebc57e3ceac007497 in term 0.
I20260608 12:42:36.516379  8754 raft_consensus.cc:2468] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cbb383d359f445ebc57e3ceac007497 in term 0.
I20260608 12:42:36.518146  8791 leader_election.cc:304] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cbb383d359f445ebc57e3ceac007497, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.519286  8903 raft_consensus.cc:2804] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:36.519730  8903 raft_consensus.cc:493] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:36.520156  8876 ts_tablet_manager.cc:1434] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.005s
I20260608 12:42:36.520140  8903 raft_consensus.cc:3060] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.527467  8903 raft_consensus.cc:515] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.530061  8903 leader_election.cc:290] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 election: Requested vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194:37581)
I20260608 12:42:36.530987  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5"
I20260608 12:42:36.531188  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ec8a5ae509c457ab828a5c67599ae57" candidate_uuid: "2cbb383d359f445ebc57e3ceac007497" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c7feffed64a249e2bcfc0423f69b3f42"
I20260608 12:42:36.531734  8679 raft_consensus.cc:3060] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.531857  8754 raft_consensus.cc:3060] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.537263  8679 raft_consensus.cc:2468] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cbb383d359f445ebc57e3ceac007497 in term 1.
I20260608 12:42:36.537264  8754 raft_consensus.cc:2468] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cbb383d359f445ebc57e3ceac007497 in term 1.
I20260608 12:42:36.538599  8793 leader_election.cc:304] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cbb383d359f445ebc57e3ceac007497, 5eb4e8bce1794ed7891451c23502f2c5; no voters: 
I20260608 12:42:36.539386  8903 raft_consensus.cc:2804] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:36.539920  8903 raft_consensus.cc:697] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 LEADER]: Becoming Leader. State: Replica: 2cbb383d359f445ebc57e3ceac007497, State: Running, Role: LEADER
I20260608 12:42:36.540705  8903 consensus_queue.cc:237] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.548774  8576 catalog_manager.cc:5696] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "2cbb383d359f445ebc57e3ceac007497" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:36.573570  8895 raft_consensus.cc:493] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:36.574203  8895 raft_consensus.cc:515] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.576347  8895 leader_election.cc:290] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.577188  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1122bd47c8794a1ba38a577cb0010ab3" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5" is_pre_election: true
I20260608 12:42:36.577385  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1122bd47c8794a1ba38a577cb0010ab3" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497" is_pre_election: true
I20260608 12:42:36.577816  8679 raft_consensus.cc:2468] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 0.
I20260608 12:42:36.578038  8828 raft_consensus.cc:2468] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 0.
I20260608 12:42:36.579008  8719 leader_election.cc:304] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5eb4e8bce1794ed7891451c23502f2c5, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.579870  8895 raft_consensus.cc:2804] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:36.580215  8895 raft_consensus.cc:493] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:36.580538  8895 raft_consensus.cc:3060] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.585783  8895 raft_consensus.cc:515] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.587553  8895 leader_election.cc:290] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 election: Requested vote from peers 5eb4e8bce1794ed7891451c23502f2c5 (127.0.107.193:42111), 2cbb383d359f445ebc57e3ceac007497 (127.0.107.195:39565)
I20260608 12:42:36.588580  8679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1122bd47c8794a1ba38a577cb0010ab3" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5eb4e8bce1794ed7891451c23502f2c5"
I20260608 12:42:36.588863  8828 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1122bd47c8794a1ba38a577cb0010ab3" candidate_uuid: "c7feffed64a249e2bcfc0423f69b3f42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cbb383d359f445ebc57e3ceac007497"
I20260608 12:42:36.589229  8679 raft_consensus.cc:3060] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.589516  8828 raft_consensus.cc:3060] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:36.594820  8828 raft_consensus.cc:2468] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 1.
I20260608 12:42:36.594970  8679 raft_consensus.cc:2468] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c7feffed64a249e2bcfc0423f69b3f42 in term 1.
I20260608 12:42:36.596202  8719 leader_election.cc:304] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cbb383d359f445ebc57e3ceac007497, c7feffed64a249e2bcfc0423f69b3f42; no voters: 
I20260608 12:42:36.597102  8895 raft_consensus.cc:2804] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:36.597599  8895 raft_consensus.cc:697] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Becoming Leader. State: Replica: c7feffed64a249e2bcfc0423f69b3f42, State: Running, Role: LEADER
I20260608 12:42:36.598429  8895 consensus_queue.cc:237] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:36.606572  8576 catalog_manager.cc:5696] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: term changed from 0 to 1, leader changed from <none> to c7feffed64a249e2bcfc0423f69b3f42 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:36.744796   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:36.750993  8906 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:36.752113  8907 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:36.754372   431 server_base.cc:1061] running on GCE node
W20260608 12:42:36.754612  8909 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:36.755709   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:36.756008   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:36.756265   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922556756215 us; error 0 us; skew 500 ppm
I20260608 12:42:36.756889   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:36.759400   431 webserver.cc:533] Webserver started at http://127.0.107.196:46599/ using document root <none> and password file <none>
I20260608 12:42:36.760038   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:36.760267   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:36.760547   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:36.761761   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "f8af65ae6792403ea5b32e0e38341a71"
format_stamp: "Formatted at 2026-06-08 12:42:36 on dist-test-slave-62kf"
I20260608 12:42:36.766695   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:36.770447  8914 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:36.771426   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
I20260608 12:42:36.771725   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "f8af65ae6792403ea5b32e0e38341a71"
format_stamp: "Formatted at 2026-06-08 12:42:36 on dist-test-slave-62kf"
I20260608 12:42:36.772053   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780922350108766-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:36.796310   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:36.797595   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:36.799396   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:36.802179   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:36.802440   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:36.802726   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:36.802976   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:36.805487  8880 consensus_queue.cc:1048] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:36.830093  8880 consensus_queue.cc:1048] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:36.878954   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39221
I20260608 12:42:36.879060  8982 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39221 every 8 connection(s)
I20260608 12:42:36.894343  8983 heartbeater.cc:344] Connected to a master server at 127.0.107.254:33051
I20260608 12:42:36.894783  8983 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:36.895545  8983 heartbeater.cc:507] Master 127.0.107.254:33051 requested a full tablet report, sending...
I20260608 12:42:36.897785  8575 ts_manager.cc:194] Registered new tserver with Master: f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221)
I20260608 12:42:36.899380  8575 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54892
I20260608 12:42:36.975190  8903 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:36.988356  8903 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:37.006847  8895 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:37.018635  8991 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:37.031090  8899 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:37.046872  8895 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 12:42:37.506604  8754 consensus_queue.cc:237] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: true } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
I20260608 12:42:37.513664  8828 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:37.514027  8679 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:37.515558  8991 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } 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:42:37.517920  8899 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 12:42:37.524240  8991 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: true } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.528393  8679 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: true } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.527681  8828 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: true } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
W20260608 12:42:37.530730  8717 consensus_peers.cc:597] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a45d532d55e645a8a18ae4742b43e4fa. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.541399  8575 catalog_manager.cc:5696] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 reported cstate change: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: true } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.556293  8828 consensus_queue.cc:237] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: true } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
I20260608 12:42:37.565107  8754 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:37.565125  8679 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:37.568463  8988 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:42:37.570740  8988 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } 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:42:37.576682  8903 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: true } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.581161  8754 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: true } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.580708  8679 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: true } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
W20260608 12:42:37.588359  8791 consensus_peers.cc:597] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3ec8a5ae509c457ab828a5c67599ae57. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.593813  8576 catalog_manager.cc:5696] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 reported cstate change: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "2cbb383d359f445ebc57e3ceac007497" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:37.595451  8753 consensus_queue.cc:237] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
I20260608 12:42:37.604403  8828 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:42:37.605088  8717 consensus_peers.cc:597] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1122bd47c8794a1ba38a577cb0010ab3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.606421  8899 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 12:42:37.607005  8679 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:37.608765  8895 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } 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:42:37.616070  8899 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.618554  8828 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.625005  8679 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: true } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.631106  8577 catalog_manager.cc:5696] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: config changed from index -1 to 2, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:37.632440  8753 consensus_queue.cc:237] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
I20260608 12:42:37.639580  8828 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.641310  8991 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 12:42:37.644177  8717 consensus_peers.cc:597] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a45d532d55e645a8a18ae4742b43e4fa. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.644843  8679 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.647116  8991 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 12:42:37.650942  8991 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.655913  8828 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.659312  8679 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
W20260608 12:42:37.661657  8625 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:42:37.662182  8625 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:42:37.665853  8576 catalog_manager.cc:5696] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:37.668561  8827 consensus_queue.cc:237] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
I20260608 12:42:37.678747  8753 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.678884  8679 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.680811  8988 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260608 12:42:37.683595  8791 consensus_peers.cc:597] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3ec8a5ae509c457ab828a5c67599ae57. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.684753  8988 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } 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:42:37.688709  8753 consensus_queue.cc:237] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } }
I20260608 12:42:37.691484  8903 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.696139  8827 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.696486  8754 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.696952  8679 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.699715  8991 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
W20260608 12:42:37.705786  8625 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:42:37.706296  8625 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:42:37.700512  8678 raft_consensus.cc:1275] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.708684  8991 consensus_queue.cc:1048] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:37.708878  8577 catalog_manager.cc:5696] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "2cbb383d359f445ebc57e3ceac007497" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:37.712199  8753 consensus_queue.cc:237] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } }
W20260608 12:42:37.721747  8717 consensus_peers.cc:597] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 -> Peer f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): Couldn't send request to peer f8af65ae6792403ea5b32e0e38341a71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1122bd47c8794a1ba38a577cb0010ab3. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:37.723503  8678 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.724243  8895 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } }
I20260608 12:42:37.726416  8827 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 12:42:37.729195  8899 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } 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:42:37.730746  8827 consensus_queue.cc:237] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:37.736168  8561 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet a45d532d55e645a8a18ae4742b43e4fa with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:37.738940  8828 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } }
I20260608 12:42:37.739102  8678 raft_consensus.cc:2955] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } } }
I20260608 12:42:37.741720  8679 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.747301  8903 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:37.750346  8753 raft_consensus.cc:1275] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Refusing update from remote peer 2cbb383d359f445ebc57e3ceac007497: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.752645  8576 catalog_manager.cc:5696] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } attrs { replace: false } health_report { overall_health: HEALTHY } } }
I20260608 12:42:37.753625  9004 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 12:42:37.757193  8988 consensus_queue.cc:1048] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } 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:42:37.759975  8903 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.763669  8677 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.767293  9004 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.771091  8678 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
W20260608 12:42:37.780095  8625 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 12:42:37.780539  8625 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 12:42:37.785591  8753 raft_consensus.cc:2955] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.788885  8577 catalog_manager.cc:5696] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 reported cstate change: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "2cbb383d359f445ebc57e3ceac007497" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } attrs { replace: false } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.794535  8575 catalog_manager.cc:5696] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:37.796965  8948 tablet_service.cc:1558] Processing DeleteTablet for tablet a45d532d55e645a8a18ae4742b43e4fa with delete_type TABLET_DATA_TOMBSTONED (TS f8af65ae6792403ea5b32e0e38341a71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45364
I20260608 12:42:37.799162  8563 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 3ec8a5ae509c457ab828a5c67599ae57 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:37.803045  8828 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } peers { permanent_uuid: "f8af65ae6792403ea5b32e0e38341a71" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39221 } attrs { promote: true } } }
I20260608 12:42:37.804282  8947 tablet_service.cc:1558] Processing DeleteTablet for tablet 3ec8a5ae509c457ab828a5c67599ae57 with delete_type TABLET_DATA_TOMBSTONED (TS f8af65ae6792403ea5b32e0e38341a71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45364
W20260608 12:42:37.821872  8561 catalog_manager.cc:4994] TS f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): delete failed for tablet a45d532d55e645a8a18ae4742b43e4fa because the tablet was not found. No further retry: Not found: Tablet not found: a45d532d55e645a8a18ae4742b43e4fa
W20260608 12:42:37.822840  8561 catalog_manager.cc:4994] TS f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): delete failed for tablet 3ec8a5ae509c457ab828a5c67599ae57 because the tablet was not found. No further retry: Not found: Tablet not found: 3ec8a5ae509c457ab828a5c67599ae57
I20260608 12:42:37.834424  8753 consensus_queue.cc:237] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [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: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } }
I20260608 12:42:37.839701  8828 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.839704  8678 raft_consensus.cc:1275] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Refusing update from remote peer c7feffed64a249e2bcfc0423f69b3f42: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 12:42:37.841552  8899 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } 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:42:37.842258  8895 consensus_queue.cc:1048] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 12:42:37.849000  8899 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.851233  8678 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.852290  8828 raft_consensus.cc:2955] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.859606  8561 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 1122bd47c8794a1ba38a577cb0010ab3 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 12:42:37.864472  8577 catalog_manager.cc:5696] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 reported cstate change: config changed from index 3 to 4, NON_VOTER f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196) evicted. New cstate: current_term: 1 leader_uuid: "c7feffed64a249e2bcfc0423f69b3f42" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5eb4e8bce1794ed7891451c23502f2c5" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 42111 } attrs { replace: false } } peers { permanent_uuid: "c7feffed64a249e2bcfc0423f69b3f42" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 37581 } } peers { permanent_uuid: "2cbb383d359f445ebc57e3ceac007497" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39565 } } }
I20260608 12:42:37.875686  8948 tablet_service.cc:1558] Processing DeleteTablet for tablet 1122bd47c8794a1ba38a577cb0010ab3 with delete_type TABLET_DATA_TOMBSTONED (TS f8af65ae6792403ea5b32e0e38341a71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45364
W20260608 12:42:37.877549  8561 catalog_manager.cc:4994] TS f8af65ae6792403ea5b32e0e38341a71 (127.0.107.196:39221): delete failed for tablet 1122bd47c8794a1ba38a577cb0010ab3 because the tablet was not found. No further retry: Not found: Tablet not found: 1122bd47c8794a1ba38a577cb0010ab3
I20260608 12:42:37.902540  8983 heartbeater.cc:499] Master 127.0.107.254:33051 was elected leader, sending a full tablet report...
I20260608 12:42:37.967017   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:37.989006   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:37.989663   431 tablet_replica.cc:333] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5: stopping tablet replica
I20260608 12:42:37.990302   431 raft_consensus.cc:2243] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:37.991041   431 raft_consensus.cc:2272] T 3ec8a5ae509c457ab828a5c67599ae57 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:37.993599   431 tablet_replica.cc:333] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5: stopping tablet replica
I20260608 12:42:37.994213   431 raft_consensus.cc:2243] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:37.994859   431 raft_consensus.cc:2272] T 1122bd47c8794a1ba38a577cb0010ab3 P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:37.997342   431 tablet_replica.cc:333] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5: stopping tablet replica
I20260608 12:42:37.997939   431 raft_consensus.cc:2243] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:37.998553   431 raft_consensus.cc:2272] T a45d532d55e645a8a18ae4742b43e4fa P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.001237   431 tablet_replica.cc:333] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5: stopping tablet replica
I20260608 12:42:38.001787   431 raft_consensus.cc:2243] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:38.002669   431 raft_consensus.cc:2272] T 8b20e07a41014a239180d201b58cf27e P 5eb4e8bce1794ed7891451c23502f2c5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.026659   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:38.040834   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:38.059070   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:38.059702   431 tablet_replica.cc:333] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42: stopping tablet replica
I20260608 12:42:38.060365   431 raft_consensus.cc:2243] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:38.061170   431 raft_consensus.cc:2272] T 1122bd47c8794a1ba38a577cb0010ab3 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.063635   431 tablet_replica.cc:333] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42: stopping tablet replica
I20260608 12:42:38.064270   431 raft_consensus.cc:2243] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:38.064860   431 raft_consensus.cc:2272] T 3ec8a5ae509c457ab828a5c67599ae57 P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.067370   431 tablet_replica.cc:333] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42: stopping tablet replica
I20260608 12:42:38.067881   431 raft_consensus.cc:2243] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:38.068889   431 raft_consensus.cc:2272] T a45d532d55e645a8a18ae4742b43e4fa P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.071238   431 tablet_replica.cc:333] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42: stopping tablet replica
I20260608 12:42:38.071779   431 raft_consensus.cc:2243] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:38.072252   431 raft_consensus.cc:2272] T 8b20e07a41014a239180d201b58cf27e P c7feffed64a249e2bcfc0423f69b3f42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.097054   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:38.110715   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:38.134155   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:38.134933   431 tablet_replica.cc:333] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497: stopping tablet replica
I20260608 12:42:38.135533   431 raft_consensus.cc:2243] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:38.136230   431 raft_consensus.cc:2272] T 1122bd47c8794a1ba38a577cb0010ab3 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.138957   431 tablet_replica.cc:333] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497: stopping tablet replica
I20260608 12:42:38.139494   431 raft_consensus.cc:2243] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:38.140511   431 raft_consensus.cc:2272] T 3ec8a5ae509c457ab828a5c67599ae57 P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.143364   431 tablet_replica.cc:333] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497: stopping tablet replica
I20260608 12:42:38.143877   431 raft_consensus.cc:2243] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:38.144517   431 raft_consensus.cc:2272] T a45d532d55e645a8a18ae4742b43e4fa P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.146890   431 tablet_replica.cc:333] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497: stopping tablet replica
I20260608 12:42:38.147372   431 raft_consensus.cc:2243] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:38.147773   431 raft_consensus.cc:2272] T 8b20e07a41014a239180d201b58cf27e P 2cbb383d359f445ebc57e3ceac007497 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.162175   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:38.175753   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:42:38.195500   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:38.212123   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:42:38.221011   431 master.cc:562] Master@127.0.107.254:33051 shutting down...
I20260608 12:42:38.237644   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:38.238251   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:38.238600   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 380b7723201f4cc6a50046a572f56334: stopping tablet replica
I20260608 12:42:38.258895   431 master.cc:584] Master@127.0.107.254:33051 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3947 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 12:42:38.289059   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:44431
I20260608 12:42:38.290230   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:38.296262  9010 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.296414  9011 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.299752  9013 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:38.300478   431 server_base.cc:1061] running on GCE node
I20260608 12:42:38.301438   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:38.301666   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:38.301855   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922558301818 us; error 0 us; skew 500 ppm
I20260608 12:42:38.302479   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:38.304960   431 webserver.cc:533] Webserver started at http://127.0.107.254:41183/ using document root <none> and password file <none>
I20260608 12:42:38.305496   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:38.305699   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:38.306047   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:38.307210   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "804ec677602d482b8dcd0bffd482fb1a"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.311878   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:38.315542  9018 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.316408   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:38.316761   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "804ec677602d482b8dcd0bffd482fb1a"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.317063   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:38.335080   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:38.336318   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:38.375692   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:44431
I20260608 12:42:38.375815  9069 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:44431 every 8 connection(s)
I20260608 12:42:38.380105  9070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:38.390604  9070 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a: Bootstrap starting.
I20260608 12:42:38.395365  9070 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:38.399585  9070 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a: No bootstrap required, opened a new log
I20260608 12:42:38.401849  9070 raft_consensus.cc:359] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER }
I20260608 12:42:38.402256  9070 raft_consensus.cc:385] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:38.402529  9070 raft_consensus.cc:740] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 804ec677602d482b8dcd0bffd482fb1a, State: Initialized, Role: FOLLOWER
I20260608 12:42:38.403309  9070 consensus_queue.cc:260] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER }
I20260608 12:42:38.403987  9070 raft_consensus.cc:399] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:38.404361  9070 raft_consensus.cc:493] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:38.404860  9070 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:38.409715  9070 raft_consensus.cc:515] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER }
I20260608 12:42:38.410394  9070 leader_election.cc:304] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [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: 804ec677602d482b8dcd0bffd482fb1a; no voters: 
I20260608 12:42:38.411614  9070 leader_election.cc:290] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:38.412094  9073 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:38.413518  9073 raft_consensus.cc:697] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 1 LEADER]: Becoming Leader. State: Replica: 804ec677602d482b8dcd0bffd482fb1a, State: Running, Role: LEADER
I20260608 12:42:38.414253  9073 consensus_queue.cc:237] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [LEADER]: Queue going to LEADER mode. State: All 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: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER }
I20260608 12:42:38.414856  9070 sys_catalog.cc:565] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:38.417248  9075 sys_catalog.cc:455] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 804ec677602d482b8dcd0bffd482fb1a. Latest consensus state: current_term: 1 leader_uuid: "804ec677602d482b8dcd0bffd482fb1a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER } }
I20260608 12:42:38.417210  9074 sys_catalog.cc:455] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "804ec677602d482b8dcd0bffd482fb1a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "804ec677602d482b8dcd0bffd482fb1a" member_type: VOTER } }
I20260608 12:42:38.418084  9074 sys_catalog.cc:458] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:38.418018  9075 sys_catalog.cc:458] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:38.424268  9078 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:38.432430  9078 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:38.433511   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:38.442128  9078 catalog_manager.cc:1382] Generated new cluster ID: 383f90e4615d405ca63b76a3c28727d6
I20260608 12:42:38.442471  9078 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:38.461004  9078 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:38.462380  9078 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:38.478089  9078 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a: Generated new TSK 0
I20260608 12:42:38.478821  9078 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:38.500332   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:38.506707  9091 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.507858  9092 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.509060  9094 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:38.509407   431 server_base.cc:1061] running on GCE node
I20260608 12:42:38.510497   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:38.510690   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:38.510892   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922558510877 us; error 0 us; skew 500 ppm
I20260608 12:42:38.511566   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:38.514384   431 webserver.cc:533] Webserver started at http://127.0.107.193:36795/ using document root <none> and password file <none>
I20260608 12:42:38.515026   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:38.515270   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:38.515588   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:38.517061   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "5f794133b9704446b867347f8381ad20"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.522644   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
I20260608 12:42:38.526552  9099 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.527362   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:38.527709   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "5f794133b9704446b867347f8381ad20"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.528066   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:38.553558   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:38.554695   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:38.556295   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:38.558840   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:38.559088   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.559365   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:38.559551   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.600760   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:35389
I20260608 12:42:38.600869  9161 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:35389 every 8 connection(s)
I20260608 12:42:38.606388   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:38.613152  9166 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.615515  9169 instance_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:42:38.616246  9167 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:38.617563   431 server_base.cc:1061] running on GCE node
I20260608 12:42:38.618892   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:38.619060  9162 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44431
W20260608 12:42:38.619201   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:38.619602   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922558619585 us; error 0 us; skew 500 ppm
I20260608 12:42:38.619648  9162 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:38.620357   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:38.620626  9162 heartbeater.cc:507] Master 127.0.107.254:44431 requested a full tablet report, sending...
I20260608 12:42:38.623219   431 webserver.cc:533] Webserver started at http://127.0.107.194:37609/ using document root <none> and password file <none>
I20260608 12:42:38.623309  9035 ts_manager.cc:194] Registered new tserver with Master: 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389)
I20260608 12:42:38.623879   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:38.624208   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:38.624526   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:38.625491  9035 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39160
I20260608 12:42:38.625859   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "39a96d49a3104a8ebce594b2ac1eb683"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.630798   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:42:38.634442  9174 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.635272   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 12:42:38.635586   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "39a96d49a3104a8ebce594b2ac1eb683"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.635883   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:38.658612   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:38.659746   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:38.661293   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:38.663667   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:38.663909   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.664203   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:38.664393   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.703285   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:45489
I20260608 12:42:38.703413  9236 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:45489 every 8 connection(s)
I20260608 12:42:38.708606   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:38.715466  9240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:38.716490  9241 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:38.718638   431 server_base.cc:1061] running on GCE node
W20260608 12:42:38.720422  9244 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:38.721534  9237 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44431
I20260608 12:42:38.721586   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:42:38.722061  9237 heartbeater.cc:461] Registering TS with master...
W20260608 12:42:38.722062   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:38.722580   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922558722564 us; error 0 us; skew 500 ppm
I20260608 12:42:38.723090  9237 heartbeater.cc:507] Master 127.0.107.254:44431 requested a full tablet report, sending...
I20260608 12:42:38.723268   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:38.725498  9035 ts_manager.cc:194] Registered new tserver with Master: 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:38.726403   431 webserver.cc:533] Webserver started at http://127.0.107.195:38241/ using document root <none> and password file <none>
I20260608 12:42:38.727144   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:38.727149  9035 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39166
I20260608 12:42:38.727631   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:38.728015   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:38.729142   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "146691f405fe4d2fa1284e7f34326cb6"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.733934   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:38.737489  9248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.738315   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:38.738626   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "146691f405fe4d2fa1284e7f34326cb6"
format_stamp: "Formatted at 2026-06-08 12:42:38 on dist-test-slave-62kf"
I20260608 12:42:38.738904   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:38.761269   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:38.762439   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:38.763908   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:38.766361   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:38.766582   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.766872   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:38.767043   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:38.806596   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:39099
I20260608 12:42:38.806715  9310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:39099 every 8 connection(s)
I20260608 12:42:38.821874  9311 heartbeater.cc:344] Connected to a master server at 127.0.107.254:44431
I20260608 12:42:38.822347  9311 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:38.823065  9311 heartbeater.cc:507] Master 127.0.107.254:44431 requested a full tablet report, sending...
I20260608 12:42:38.825330  9035 ts_manager.cc:194] Registered new tserver with Master: 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:38.826028   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015945365s
I20260608 12:42:38.827083  9035 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39182
I20260608 12:42:39.628206  9162 heartbeater.cc:499] Master 127.0.107.254:44431 was elected leader, sending a full tablet report...
I20260608 12:42:39.730230  9237 heartbeater.cc:499] Master 127.0.107.254:44431 was elected leader, sending a full tablet report...
I20260608 12:42:39.830252  9311 heartbeater.cc:499] Master 127.0.107.254:44431 was elected leader, sending a full tablet report...
I20260608 12:42:39.883869  9035 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39186:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:39.886363  9035 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:39.952139  9276 tablet_service.cc:1511] Processing CreateTablet for tablet 7197c4db544449b3996a2808c7fe81e3 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:39.952139  9275 tablet_service.cc:1511] Processing CreateTablet for tablet 59290eabc4da4a77b84a50ef7514680a (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:39.954051  9276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7197c4db544449b3996a2808c7fe81e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.954806  9275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 59290eabc4da4a77b84a50ef7514680a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.957000  9274 tablet_service.cc:1511] Processing CreateTablet for tablet 2d42ac4cb39846f9ab0ccba7bd98f102 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:39.958508  9274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d42ac4cb39846f9ab0ccba7bd98f102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.964169  9273 tablet_service.cc:1511] Processing CreateTablet for tablet 301b3cb26b2a4a7ebf34a00e56b64e08 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:39.966230  9273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 301b3cb26b2a4a7ebf34a00e56b64e08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.980839  9272 tablet_service.cc:1511] Processing CreateTablet for tablet 7dc797038b8c4589824a6837c243984d (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:39.982491  9272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dc797038b8c4589824a6837c243984d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.983686  9127 tablet_service.cc:1511] Processing CreateTablet for tablet 7197c4db544449b3996a2808c7fe81e3 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:39.985203  9127 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7197c4db544449b3996a2808c7fe81e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:39.998921  9126 tablet_service.cc:1511] Processing CreateTablet for tablet 59290eabc4da4a77b84a50ef7514680a (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:40.002341  9126 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 59290eabc4da4a77b84a50ef7514680a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.003175  9125 tablet_service.cc:1511] Processing CreateTablet for tablet 2d42ac4cb39846f9ab0ccba7bd98f102 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:40.004868  9125 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d42ac4cb39846f9ab0ccba7bd98f102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.009544  9124 tablet_service.cc:1511] Processing CreateTablet for tablet 301b3cb26b2a4a7ebf34a00e56b64e08 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:40.010435  9123 tablet_service.cc:1511] Processing CreateTablet for tablet 7dc797038b8c4589824a6837c243984d (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:40.011427  9124 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 301b3cb26b2a4a7ebf34a00e56b64e08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.012223  9123 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dc797038b8c4589824a6837c243984d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.015730  9331 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.017582  9122 tablet_service.cc:1511] Processing CreateTablet for tablet 4585a1ee9f5a4f50bae4c5c3ad877318 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:40.018501  9275 tablet_service.cc:1511] Processing CreateTablet for tablet 4585a1ee9f5a4f50bae4c5c3ad877318 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:40.019071  9122 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4585a1ee9f5a4f50bae4c5c3ad877318. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.020093  9275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4585a1ee9f5a4f50bae4c5c3ad877318. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.023514  9331 tablet_bootstrap.cc:654] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.029083  9202 tablet_service.cc:1511] Processing CreateTablet for tablet 7197c4db544449b3996a2808c7fe81e3 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:40.031816  9198 tablet_service.cc:1511] Processing CreateTablet for tablet 7dc797038b8c4589824a6837c243984d (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:40.033694  9198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7dc797038b8c4589824a6837c243984d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.033340  9201 tablet_service.cc:1511] Processing CreateTablet for tablet 59290eabc4da4a77b84a50ef7514680a (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:40.034823  9201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 59290eabc4da4a77b84a50ef7514680a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.037256  9199 tablet_service.cc:1511] Processing CreateTablet for tablet 301b3cb26b2a4a7ebf34a00e56b64e08 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:40.038936  9199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 301b3cb26b2a4a7ebf34a00e56b64e08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.031816  9200 tablet_service.cc:1511] Processing CreateTablet for tablet 2d42ac4cb39846f9ab0ccba7bd98f102 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:40.037153  9197 tablet_service.cc:1511] Processing CreateTablet for tablet 4585a1ee9f5a4f50bae4c5c3ad877318 (DEFAULT_TABLE table=test-workload [id=f8a4ff6c6f9e4fba9ffe44af8d6fcb74]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:40.048434  9202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7197c4db544449b3996a2808c7fe81e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.052443  9197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4585a1ee9f5a4f50bae4c5c3ad877318. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.053360  9200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2d42ac4cb39846f9ab0ccba7bd98f102. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:40.073442  9331 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.074231  9331 ts_tablet_manager.cc:1403] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.059s	user 0.015s	sys 0.000s
I20260608 12:42:40.077899  9331 raft_consensus.cc:359] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.094597  9331 raft_consensus.cc:385] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.095095  9331 raft_consensus.cc:740] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.096856  9332 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.096287  9331 consensus_queue.cc:260] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.109508  9332 tablet_bootstrap.cc:654] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.111294  9334 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.115586  9331 ts_tablet_manager.cc:1434] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.041s	user 0.011s	sys 0.000s
I20260608 12:42:40.117137  9331 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.120751  9334 tablet_bootstrap.cc:654] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.122391  9332 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.123071  9332 ts_tablet_manager.cc:1403] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.027s	user 0.015s	sys 0.000s
I20260608 12:42:40.124994  9331 tablet_bootstrap.cc:654] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.127525  9332 raft_consensus.cc:359] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.128805  9332 raft_consensus.cc:385] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.129282  9332 raft_consensus.cc:740] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.130570  9332 consensus_queue.cc:260] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.139863  9332 ts_tablet_manager.cc:1434] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.016s	user 0.013s	sys 0.004s
I20260608 12:42:40.140604  9334 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.141175  9332 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.141269  9331 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.141356  9334 ts_tablet_manager.cc:1403] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.030s	user 0.022s	sys 0.003s
I20260608 12:42:40.142324  9331 ts_tablet_manager.cc:1403] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.015s
I20260608 12:42:40.145192  9334 raft_consensus.cc:359] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.146139  9334 raft_consensus.cc:385] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.146530  9334 raft_consensus.cc:740] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.147574  9334 consensus_queue.cc:260] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.148604  9332 tablet_bootstrap.cc:654] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.149488  9331 raft_consensus.cc:359] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.150610  9331 raft_consensus.cc:385] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.151057  9331 raft_consensus.cc:740] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.152565  9331 consensus_queue.cc:260] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.155793  9331 ts_tablet_manager.cc:1434] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.002s
I20260608 12:42:40.157150  9331 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.157598  9334 ts_tablet_manager.cc:1434] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 12:42:40.158450  9332 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.159078  9332 ts_tablet_manager.cc:1403] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.009s
I20260608 12:42:40.162243  9332 raft_consensus.cc:359] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.163091  9332 raft_consensus.cc:385] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.163436  9332 raft_consensus.cc:740] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.163813  9331 tablet_bootstrap.cc:654] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.164469  9332 consensus_queue.cc:260] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.166608  9334 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.169905  9332 ts_tablet_manager.cc:1434] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.004s
I20260608 12:42:40.171159  9332 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.175159  9334 tablet_bootstrap.cc:654] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.179394  9331 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.180075  9331 ts_tablet_manager.cc:1403] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.023s	user 0.018s	sys 0.001s
I20260608 12:42:40.177721  9332 tablet_bootstrap.cc:654] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.184041  9331 raft_consensus.cc:359] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.185220  9331 raft_consensus.cc:385] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.185685  9331 raft_consensus.cc:740] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.187053  9331 consensus_queue.cc:260] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.190397  9334 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.190794  9331 ts_tablet_manager.cc:1434] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 12:42:40.190884  9332 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.191064  9334 ts_tablet_manager.cc:1403] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.025s	user 0.015s	sys 0.005s
I20260608 12:42:40.191730  9332 ts_tablet_manager.cc:1403] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.021s	user 0.013s	sys 0.004s
I20260608 12:42:40.192212  9331 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.194975  9334 raft_consensus.cc:359] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.195230  9332 raft_consensus.cc:359] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.195801  9334 raft_consensus.cc:385] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.196163  9332 raft_consensus.cc:385] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.196300  9334 raft_consensus.cc:740] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.196650  9332 raft_consensus.cc:740] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.197547  9334 consensus_queue.cc:260] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.197674  9332 consensus_queue.cc:260] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.200205  9332 ts_tablet_manager.cc:1434] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.005s
I20260608 12:42:40.201359  9332 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.201809  9331 tablet_bootstrap.cc:654] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.204823  9334 ts_tablet_manager.cc:1434] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260608 12:42:40.206218  9334 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.208966  9332 tablet_bootstrap.cc:654] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.214145  9334 tablet_bootstrap.cc:654] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.221297  9331 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.221462  9332 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.222154  9331 ts_tablet_manager.cc:1403] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.030s	user 0.019s	sys 0.002s
I20260608 12:42:40.222262  9332 ts_tablet_manager.cc:1403] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.011s
I20260608 12:42:40.225726  9331 raft_consensus.cc:359] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.225975  9332 raft_consensus.cc:359] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.226634  9331 raft_consensus.cc:385] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.226888  9332 raft_consensus.cc:385] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.227093  9331 raft_consensus.cc:740] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.227376  9332 raft_consensus.cc:740] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.229559  9332 consensus_queue.cc:260] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.229557  9331 consensus_queue.cc:260] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.232725  9332 ts_tablet_manager.cc:1434] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260608 12:42:40.234228  9332 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.236574  9334 tablet_bootstrap.cc:492] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.237236  9334 ts_tablet_manager.cc:1403] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.003s
I20260608 12:42:40.238502  9331 ts_tablet_manager.cc:1434] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260608 12:42:40.239760  9331 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.240646  9332 tablet_bootstrap.cc:654] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.241161  9334 raft_consensus.cc:359] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.242043  9334 raft_consensus.cc:385] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.242413  9334 raft_consensus.cc:740] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.243513  9334 consensus_queue.cc:260] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.247252  9331 tablet_bootstrap.cc:654] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.250521  9334 ts_tablet_manager.cc:1434] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.013s	user 0.003s	sys 0.004s
I20260608 12:42:40.260617  9331 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.261121  9334 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.261312  9331 ts_tablet_manager.cc:1403] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.012s
I20260608 12:42:40.264854  9331 raft_consensus.cc:359] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.265280  9335 raft_consensus.cc:493] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.266004  9335 raft_consensus.cc:515] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.268508  9334 tablet_bootstrap.cc:654] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.271600  9335 leader_election.cc:290] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.275162  9332 tablet_bootstrap.cc:492] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.275979  9332 ts_tablet_manager.cc:1403] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.042s	user 0.034s	sys 0.004s
I20260608 12:42:40.276971  9331 raft_consensus.cc:385] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.277357  9331 raft_consensus.cc:740] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.278267  9331 consensus_queue.cc:260] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.279258  9332 raft_consensus.cc:359] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.280102  9332 raft_consensus.cc:385] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.280500  9332 raft_consensus.cc:740] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.281600  9332 consensus_queue.cc:260] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.288645  9332 ts_tablet_manager.cc:1434] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 12:42:40.289865  9332 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: Bootstrap starting.
I20260608 12:42:40.288775  9331 ts_tablet_manager.cc:1434] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.027s	user 0.007s	sys 0.000s
I20260608 12:42:40.296756  9332 tablet_bootstrap.cc:654] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.300211  9331 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: Bootstrap starting.
I20260608 12:42:40.300884  9340 raft_consensus.cc:493] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.301477  9340 raft_consensus.cc:515] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.309572  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.309850  9340 leader_election.cc:290] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.324839  9334 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.325878  9334 ts_tablet_manager.cc:1403] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.065s	user 0.016s	sys 0.002s
W20260608 12:42:40.326828  9249 leader_election.cc:343] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:40.328938  9332 tablet_bootstrap.cc:492] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: No bootstrap required, opened a new log
I20260608 12:42:40.329649  9332 ts_tablet_manager.cc:1403] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: Time spent bootstrapping tablet: real 0.040s	user 0.020s	sys 0.011s
I20260608 12:42:40.329073  9334 raft_consensus.cc:359] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.330255  9334 raft_consensus.cc:385] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.330664  9334 raft_consensus.cc:740] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.331727  9334 consensus_queue.cc:260] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.332926  9331 tablet_bootstrap.cc:654] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.333014  9332 raft_consensus.cc:359] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.333950  9332 raft_consensus.cc:385] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.334249  9332 raft_consensus.cc:740] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5f794133b9704446b867347f8381ad20, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.335170  9332 consensus_queue.cc:260] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.340298  9332 ts_tablet_manager.cc:1434] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 12:42:40.343169  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.343935  9137 raft_consensus.cc:2468] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.345618  9249 leader_election.cc:304] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [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: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20; no voters: 39a96d49a3104a8ebce594b2ac1eb683
I20260608 12:42:40.346904  9335 raft_consensus.cc:2804] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.347289  9335 raft_consensus.cc:493] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.347647  9335 raft_consensus.cc:3060] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.347793  9334 ts_tablet_manager.cc:1434] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.022s	user 0.004s	sys 0.004s
I20260608 12:42:40.352365  9334 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.355400  9335 raft_consensus.cc:515] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.357291  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dc797038b8c4589824a6837c243984d" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6" is_pre_election: true
I20260608 12:42:40.358101  9286 raft_consensus.cc:2468] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a96d49a3104a8ebce594b2ac1eb683 in term 0.
I20260608 12:42:40.363224  9176 leader_election.cc:304] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 
I20260608 12:42:40.364651  9340 raft_consensus.cc:2804] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.365223  9340 raft_consensus.cc:493] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.365677  9340 raft_consensus.cc:3060] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.366619  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.367295  9137 raft_consensus.cc:3060] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.369655  9136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dc797038b8c4589824a6837c243984d" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.370714  9136 raft_consensus.cc:2468] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a96d49a3104a8ebce594b2ac1eb683 in term 0.
I20260608 12:42:40.374373  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
W20260608 12:42:40.375999  9249 leader_election.cc:343] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:40.380118  9335 leader_election.cc:290] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.382014  9137 raft_consensus.cc:2468] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.382570  9334 tablet_bootstrap.cc:654] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.383893  9249 leader_election.cc:304] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [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: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20; no voters: 39a96d49a3104a8ebce594b2ac1eb683
I20260608 12:42:40.384790  9331 tablet_bootstrap.cc:492] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: No bootstrap required, opened a new log
I20260608 12:42:40.385324  9331 ts_tablet_manager.cc:1403] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: Time spent bootstrapping tablet: real 0.086s	user 0.017s	sys 0.032s
I20260608 12:42:40.385241  9335 raft_consensus.cc:2804] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.386453  9340 raft_consensus.cc:515] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.389772  9331 raft_consensus.cc:359] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.390736  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dc797038b8c4589824a6837c243984d" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.391008  9331 raft_consensus.cc:385] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.391722  9137 raft_consensus.cc:3060] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.391758  9331 raft_consensus.cc:740] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.393254  9335 raft_consensus.cc:697] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Running, Role: LEADER
I20260608 12:42:40.393388  9331 consensus_queue.cc:260] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.394457  9335 consensus_queue.cc:237] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.395309  9334 tablet_bootstrap.cc:492] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.396025  9334 ts_tablet_manager.cc:1403] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.044s	user 0.021s	sys 0.000s
I20260608 12:42:40.399341  9334 raft_consensus.cc:359] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.399765  9137 raft_consensus.cc:2468] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a96d49a3104a8ebce594b2ac1eb683 in term 1.
I20260608 12:42:40.401265  9334 raft_consensus.cc:385] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.402032  9334 raft_consensus.cc:740] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.402280  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7dc797038b8c4589824a6837c243984d" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6"
I20260608 12:42:40.402818  9175 leader_election.cc:304] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 39a96d49a3104a8ebce594b2ac1eb683, 5f794133b9704446b867347f8381ad20; no voters: 
I20260608 12:42:40.403234  9286 raft_consensus.cc:3060] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.403113  9334 consensus_queue.cc:260] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.401298  9340 leader_election.cc:290] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.405622  9340 raft_consensus.cc:2804] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.409368  9359 raft_consensus.cc:493] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.410181  9359 raft_consensus.cc:515] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.415555  9359 leader_election.cc:290] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.416205  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.416556  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.417044  9212 raft_consensus.cc:2468] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.417245  9137 raft_consensus.cc:2468] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.418187  9286 raft_consensus.cc:2468] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 39a96d49a3104a8ebce594b2ac1eb683 in term 1.
I20260608 12:42:40.418705  9331 ts_tablet_manager.cc:1434] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: Time spent starting tablet: real 0.033s	user 0.015s	sys 0.016s
I20260608 12:42:40.418573  9249 leader_election.cc:304] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 
I20260608 12:42:40.425529  9335 raft_consensus.cc:2804] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.428030  9335 raft_consensus.cc:493] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.428512  9335 raft_consensus.cc:3060] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.428839  9334 ts_tablet_manager.cc:1434] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.032s	user 0.007s	sys 0.009s
W20260608 12:42:40.429422  9083 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:40.428368  9034 catalog_manager.cc:5696] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "146691f405fe4d2fa1284e7f34326cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:40.430881  9334 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: Bootstrap starting.
I20260608 12:42:40.432119  9364 raft_consensus.cc:493] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.437021  9359 raft_consensus.cc:493] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.437559  9360 raft_consensus.cc:493] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.437753  9359 raft_consensus.cc:515] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.438181  9360 raft_consensus.cc:515] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.440507  9339 raft_consensus.cc:493] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.440747  9335 raft_consensus.cc:515] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.441380  9339 raft_consensus.cc:515] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.442245  9359 leader_election.cc:290] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.442523  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7197c4db544449b3996a2808c7fe81e3" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.442852  9364 raft_consensus.cc:515] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.443296  9212 raft_consensus.cc:2468] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.444622  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7197c4db544449b3996a2808c7fe81e3" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.444933  9249 leader_election.cc:304] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 
I20260608 12:42:40.445345  9137 raft_consensus.cc:2468] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.445912  9359 raft_consensus.cc:2804] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.446307  9359 raft_consensus.cc:493] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.446663  9359 raft_consensus.cc:3060] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.426415  9340 raft_consensus.cc:697] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 LEADER]: Becoming Leader. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Running, Role: LEADER
I20260608 12:42:40.447813  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6" is_pre_election: true
I20260608 12:42:40.450595  9286 raft_consensus.cc:2393] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 39a96d49a3104a8ebce594b2ac1eb683 in current term 1: Already voted for candidate 146691f405fe4d2fa1284e7f34326cb6 in this term.
I20260608 12:42:40.450821  9360 leader_election.cc:290] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.453739  9340 consensus_queue.cc:237] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.458047  9334 tablet_bootstrap.cc:654] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:40.458415  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.459059  9137 raft_consensus.cc:2468] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.445420  9364 leader_election.cc:290] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.461143  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.464092  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.464514  9249 leader_election.cc:304] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20; no voters: 
I20260608 12:42:40.464838  9137 raft_consensus.cc:2468] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 39a96d49a3104a8ebce594b2ac1eb683 in term 0.
I20260608 12:42:40.463116  9212 raft_consensus.cc:2468] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.466086  9175 leader_election.cc:304] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [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: 39a96d49a3104a8ebce594b2ac1eb683, 5f794133b9704446b867347f8381ad20; no voters: 146691f405fe4d2fa1284e7f34326cb6
I20260608 12:42:40.466773  9360 raft_consensus.cc:2804] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.467615  9360 raft_consensus.cc:493] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.468066  9360 raft_consensus.cc:3060] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.469264  9339 leader_election.cc:290] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.470021  9364 raft_consensus.cc:2804] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.470520  9364 raft_consensus.cc:493] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.470868  9364 raft_consensus.cc:3060] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.471702  9335 leader_election.cc:290] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.478525  9335 raft_consensus.cc:493] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:40.468416  9359 raft_consensus.cc:515] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.471887  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.480268  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
I20260608 12:42:40.480427  9137 raft_consensus.cc:3060] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.482218  9136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7197c4db544449b3996a2808c7fe81e3" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.482904  9136 raft_consensus.cc:3060] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.479123  9335 raft_consensus.cc:515] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.491706  9135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "301b3cb26b2a4a7ebf34a00e56b64e08" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:40.492530  9135 raft_consensus.cc:2468] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.493393  9137 raft_consensus.cc:2468] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.490564  9335 leader_election.cc:290] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.495677  9359 leader_election.cc:290] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.497743  9136 raft_consensus.cc:2468] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.497974  9211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "301b3cb26b2a4a7ebf34a00e56b64e08" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.497349  9249 leader_election.cc:304] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20; no voters: 
I20260608 12:42:40.498977  9211 raft_consensus.cc:2468] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 0.
I20260608 12:42:40.498709  9364 raft_consensus.cc:515] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.499552  9249 leader_election.cc:304] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20; no voters: 
I20260608 12:42:40.500108  9212 raft_consensus.cc:2393] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 146691f405fe4d2fa1284e7f34326cb6 in current term 1: Already voted for candidate 39a96d49a3104a8ebce594b2ac1eb683 in this term.
I20260608 12:42:40.501592  9211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7197c4db544449b3996a2808c7fe81e3" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
I20260608 12:42:40.502234  9211 raft_consensus.cc:3060] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.503667  9136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.503887  9364 leader_election.cc:290] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.504662  9136 raft_consensus.cc:2393] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 39a96d49a3104a8ebce594b2ac1eb683 in current term 1: Already voted for candidate 146691f405fe4d2fa1284e7f34326cb6 in this term.
I20260608 12:42:40.505831  9334 tablet_bootstrap.cc:492] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: No bootstrap required, opened a new log
I20260608 12:42:40.506683  9334 ts_tablet_manager.cc:1403] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent bootstrapping tablet: real 0.076s	user 0.016s	sys 0.000s
I20260608 12:42:40.502187  9335 raft_consensus.cc:2804] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.507328  9335 raft_consensus.cc:493] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.508342  9359 raft_consensus.cc:2804] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.496261  9360 raft_consensus.cc:515] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.510954  9211 raft_consensus.cc:2468] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.510653  9334 raft_consensus.cc:359] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.511456  9360 leader_election.cc:290] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.511587  9334 raft_consensus.cc:385] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:40.512193  9334 raft_consensus.cc:740] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 39a96d49a3104a8ebce594b2ac1eb683, State: Initialized, Role: FOLLOWER
I20260608 12:42:40.513074  9334 consensus_queue.cc:260] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.515529  9334 ts_tablet_manager.cc:1434] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:42:40.516062  9335 raft_consensus.cc:3060] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.518647  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "59290eabc4da4a77b84a50ef7514680a" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6"
I20260608 12:42:40.525585  9359 raft_consensus.cc:697] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Running, Role: LEADER
I20260608 12:42:40.527030  9211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "5f794133b9704446b867347f8381ad20" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683" is_pre_election: true
I20260608 12:42:40.527413  9285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "5f794133b9704446b867347f8381ad20" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6" is_pre_election: true
I20260608 12:42:40.526808  9359 consensus_queue.cc:237] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.528371  9285 raft_consensus.cc:2393] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5f794133b9704446b867347f8381ad20 in current term 1: Already voted for candidate 146691f405fe4d2fa1284e7f34326cb6 in this term.
I20260608 12:42:40.527822  9211 raft_consensus.cc:2468] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5f794133b9704446b867347f8381ad20 in term 0.
I20260608 12:42:40.529850  9100 leader_election.cc:304] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 39a96d49a3104a8ebce594b2ac1eb683, 5f794133b9704446b867347f8381ad20; no voters: 
I20260608 12:42:40.515647  9249 leader_election.cc:304] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 
I20260608 12:42:40.529459  9032 catalog_manager.cc:5696] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 reported cstate change: term changed from 0 to 1, leader changed from <none> to 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "39a96d49a3104a8ebce594b2ac1eb683" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:40.530829  9339 raft_consensus.cc:2804] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:40.531306  9339 raft_consensus.cc:493] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:40.531720  9339 raft_consensus.cc:3060] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.532660  9335 raft_consensus.cc:515] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.534523  9335 leader_election.cc:290] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Requested vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
I20260608 12:42:40.540215  9211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
I20260608 12:42:40.539872  9339 raft_consensus.cc:515] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.540864  9211 raft_consensus.cc:3060] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.541803  9212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "301b3cb26b2a4a7ebf34a00e56b64e08" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
I20260608 12:42:40.541996  9176 leader_election.cc:304] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [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: 39a96d49a3104a8ebce594b2ac1eb683; no voters: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20
I20260608 12:42:40.542502  9212 raft_consensus.cc:3060] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.543252  9340 raft_consensus.cc:2749] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:40.543371  9210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "5f794133b9704446b867347f8381ad20" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "39a96d49a3104a8ebce594b2ac1eb683"
I20260608 12:42:40.539829  9359 raft_consensus.cc:2804] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.544878  9359 raft_consensus.cc:697] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Running, Role: LEADER
I20260608 12:42:40.547142  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "5f794133b9704446b867347f8381ad20" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6"
I20260608 12:42:40.547382  9359 consensus_queue.cc:237] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } }
I20260608 12:42:40.548050  9286 raft_consensus.cc:2393] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5f794133b9704446b867347f8381ad20 in current term 1: Already voted for candidate 146691f405fe4d2fa1284e7f34326cb6 in this term.
I20260608 12:42:40.549630  9101 leader_election.cc:304] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [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: 5f794133b9704446b867347f8381ad20; no voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683
I20260608 12:42:40.552796  9212 raft_consensus.cc:2468] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.554847  9137 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "301b3cb26b2a4a7ebf34a00e56b64e08" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.555604  9137 raft_consensus.cc:3060] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.554867  9249 leader_election.cc:304] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 
I20260608 12:42:40.561048  9335 raft_consensus.cc:2804] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.561596  9335 raft_consensus.cc:697] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Running, Role: LEADER
I20260608 12:42:40.560739  9034 catalog_manager.cc:5696] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "146691f405fe4d2fa1284e7f34326cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:40.562475  9335 consensus_queue.cc:237] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.539842  9136 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4585a1ee9f5a4f50bae4c5c3ad877318" candidate_uuid: "146691f405fe4d2fa1284e7f34326cb6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20"
I20260608 12:42:40.564776  9136 raft_consensus.cc:2393] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 146691f405fe4d2fa1284e7f34326cb6 in current term 1: Already voted for candidate 5f794133b9704446b867347f8381ad20 in this term.
I20260608 12:42:40.568490  9211 raft_consensus.cc:2468] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.570200  9249 leader_election.cc:304] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [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: 146691f405fe4d2fa1284e7f34326cb6, 39a96d49a3104a8ebce594b2ac1eb683; no voters: 5f794133b9704446b867347f8381ad20
I20260608 12:42:40.571135  9360 raft_consensus.cc:2804] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:40.571662  9360 raft_consensus.cc:697] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Becoming Leader. State: Replica: 146691f405fe4d2fa1284e7f34326cb6, State: Running, Role: LEADER
I20260608 12:42:40.572635  9360 consensus_queue.cc:237] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:40.576440  9374 raft_consensus.cc:2749] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:42:40.554924  9339 leader_election.cc:290] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [CANDIDATE]: Term 1 election: Requested vote from peers 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:40.580755  9137 raft_consensus.cc:2468] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 146691f405fe4d2fa1284e7f34326cb6 in term 1.
I20260608 12:42:40.587430  9034 catalog_manager.cc:5696] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "146691f405fe4d2fa1284e7f34326cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:40.589085  9034 catalog_manager.cc:5696] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "146691f405fe4d2fa1284e7f34326cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:40.590492  9034 catalog_manager.cc:5696] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195). New cstate: current_term: 1 leader_uuid: "146691f405fe4d2fa1284e7f34326cb6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:40.815342  9360 consensus_queue.cc:1048] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:40.827133  9211 raft_consensus.cc:3060] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:40.847656  9360 consensus_queue.cc:1048] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:41.095578  9385 raft_consensus.cc:493] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:41.096961  9385 raft_consensus.cc:515] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:41.101511  9385 leader_election.cc:290] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 146691f405fe4d2fa1284e7f34326cb6 (127.0.107.195:39099)
I20260608 12:42:41.111691  9286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "146691f405fe4d2fa1284e7f34326cb6" is_pre_election: true
I20260608 12:42:41.112655  9360 consensus_queue.cc:1048] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.114758  9360 consensus_queue.cc:1048] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.116922  9335 consensus_queue.cc:1048] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.226150  9335 consensus_queue.cc:1048] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.249415  9400 consensus_queue.cc:1048] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.263062  9405 consensus_queue.cc:1048] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:41.263708  9390 consensus_queue.cc:1048] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:41.265625  9135 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2d42ac4cb39846f9ab0ccba7bd98f102" candidate_uuid: "39a96d49a3104a8ebce594b2ac1eb683" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5f794133b9704446b867347f8381ad20" is_pre_election: true
I20260608 12:42:41.276870  9404 consensus_queue.cc:1048] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:41.282496  9175 leader_election.cc:304] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [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: 39a96d49a3104a8ebce594b2ac1eb683; no voters: 146691f405fe4d2fa1284e7f34326cb6, 5f794133b9704446b867347f8381ad20
I20260608 12:42:41.284116  9390 raft_consensus.cc:2749] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 12:42:41.530423  9385 consensus_queue.cc:1048] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [LEADER]: Connected to new peer: Peer: permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
W20260608 12:42:41.556933  9317 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:44431, user_credentials={real_user=slave}} blocked reactor thread for 99799.6us
I20260608 12:42:41.604550  9402 consensus_queue.cc:1048] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:42:42.274966  9233 debug-util.cc:398] Leaking SignalData structure 0x7b0800285fc0 after lost signal to thread 434
W20260608 12:42:42.276664  9233 debug-util.cc:398] Leaking SignalData structure 0x7b08002af740 after lost signal to thread 9069
W20260608 12:42:42.278553  9233 debug-util.cc:398] Leaking SignalData structure 0x7b0800040a80 after lost signal to thread 9161
W20260608 12:42:42.280246  9233 debug-util.cc:398] Leaking SignalData structure 0x7b08000d4100 after lost signal to thread 9236
W20260608 12:42:42.331100  9233 debug-util.cc:398] Leaking SignalData structure 0x7b08001acac0 after lost signal to thread 9310
I20260608 12:42:43.054502   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:43.114429   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:43.115875   431 tablet_replica.cc:333] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.117066   431 raft_consensus.cc:2243] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.117925   431 raft_consensus.cc:2272] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.122511   431 tablet_replica.cc:333] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.123449   431 raft_consensus.cc:2243] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.124235   431 raft_consensus.cc:2272] T 59290eabc4da4a77b84a50ef7514680a P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.128178   431 tablet_replica.cc:333] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.129081   431 raft_consensus.cc:2243] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.129797   431 raft_consensus.cc:2272] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.133905   431 tablet_replica.cc:333] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.134786   431 raft_consensus.cc:2243] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.135568   431 raft_consensus.cc:2272] T 7dc797038b8c4589824a6837c243984d P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.140543   431 tablet_replica.cc:333] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.141526   431 raft_consensus.cc:2243] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.142508   431 raft_consensus.cc:2272] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.146919   431 tablet_replica.cc:333] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20: stopping tablet replica
I20260608 12:42:43.147822   431 raft_consensus.cc:2243] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.148669   431 raft_consensus.cc:2272] T 7197c4db544449b3996a2808c7fe81e3 P 5f794133b9704446b867347f8381ad20 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.185107   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:43.212877   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:43.258927   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:43.259805   431 tablet_replica.cc:333] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.260695   431 raft_consensus.cc:2243] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.261312   431 raft_consensus.cc:2272] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.264856   431 tablet_replica.cc:333] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.265509   431 raft_consensus.cc:2243] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.266062   431 raft_consensus.cc:2272] T 59290eabc4da4a77b84a50ef7514680a P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.269269   431 tablet_replica.cc:333] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.269871   431 raft_consensus.cc:2243] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.270391   431 raft_consensus.cc:2272] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.273312   431 tablet_replica.cc:333] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.273895   431 raft_consensus.cc:2243] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.274497   431 raft_consensus.cc:2272] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.277514   431 tablet_replica.cc:333] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.278069   431 raft_consensus.cc:2243] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:43.279042   431 raft_consensus.cc:2272] T 7dc797038b8c4589824a6837c243984d P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:43.282769   431 tablet_replica.cc:333] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683: stopping tablet replica
I20260608 12:42:43.283567   431 raft_consensus.cc:2243] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:43.284374   431 raft_consensus.cc:2272] T 7197c4db544449b3996a2808c7fe81e3 P 39a96d49a3104a8ebce594b2ac1eb683 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:43.388240  9249 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260608 12:42:43.392885  9249 consensus_peers.cc:597] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.408911  9249 consensus_peers.cc:597] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.423130  9249 consensus_peers.cc:597] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.426178  9249 consensus_peers.cc:597] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.445452  9249 consensus_peers.cc:597] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.456357  9249 consensus_peers.cc:597] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.516522  9249 consensus_peers.cc:597] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.543274  9249 consensus_peers.cc:597] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.576292  9249 consensus_peers.cc:597] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:43.625718  9249 consensus_peers.cc:597] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:44.317495   431 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 9233)
I20260608 12:42:44.406368  9423 raft_consensus.cc:493] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 39a96d49a3104a8ebce594b2ac1eb683)
I20260608 12:42:44.407066  9423 raft_consensus.cc:515] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:44.409569  9423 leader_election.cc:290] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
W20260608 12:42:44.415364  9249 leader_election.cc:336] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111)
W20260608 12:42:44.416194  9249 leader_election.cc:336] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111)
I20260608 12:42:44.416587  9249 leader_election.cc:304] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [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: 146691f405fe4d2fa1284e7f34326cb6; no voters: 39a96d49a3104a8ebce594b2ac1eb683, 5f794133b9704446b867347f8381ad20
I20260608 12:42:44.417233  9423 raft_consensus.cc:2749] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:42:45.318096   431 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 9233)
W20260608 12:42:45.722894  9249 consensus_peers.cc:597] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:45.754177  9249 consensus_peers.cc:597] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:45.843900  9249 consensus_peers.cc:597] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:45.876987  9249 consensus_peers.cc:597] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:45.967448  9249 consensus_peers.cc:597] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 12:42:46.087917  9423 raft_consensus.cc:493] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 39a96d49a3104a8ebce594b2ac1eb683)
I20260608 12:42:46.088591  9423 raft_consensus.cc:515] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5f794133b9704446b867347f8381ad20" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 35389 } } peers { permanent_uuid: "39a96d49a3104a8ebce594b2ac1eb683" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 45489 } } peers { permanent_uuid: "146691f405fe4d2fa1284e7f34326cb6" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 39099 } }
I20260608 12:42:46.090348  9423 leader_election.cc:290] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389), 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489)
W20260608 12:42:46.095223  9249 leader_election.cc:336] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111)
W20260608 12:42:46.096292  9249 leader_election.cc:336] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111)
I20260608 12:42:46.096731  9249 leader_election.cc:304] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [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: 146691f405fe4d2fa1284e7f34326cb6; no voters: 39a96d49a3104a8ebce594b2ac1eb683, 5f794133b9704446b867347f8381ad20
I20260608 12:42:46.097558  9423 raft_consensus.cc:2749] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 12:42:46.140679  9249 consensus_peers.cc:597] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:46.143788  9249 consensus_peers.cc:597] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:46.232641  9249 consensus_peers.cc:597] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:46.252763  9249 consensus_peers.cc:597] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 39a96d49a3104a8ebce594b2ac1eb683 (127.0.107.194:45489): Couldn't send request to peer 39a96d49a3104a8ebce594b2ac1eb683. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:45489: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:46.309101  9249 consensus_peers.cc:597] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 -> Peer 5f794133b9704446b867347f8381ad20 (127.0.107.193:35389): Couldn't send request to peer 5f794133b9704446b867347f8381ad20. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:35389: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 12:42:46.318647   431 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 9233)
I20260608 12:42:46.764199   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:46.789374   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:46.816440   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:46.817616   431 tablet_replica.cc:333] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.818408   431 raft_consensus.cc:2243] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.819555   431 raft_consensus.cc:2272] T 59290eabc4da4a77b84a50ef7514680a P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.822255   431 tablet_replica.cc:333] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.822860   431 raft_consensus.cc:2243] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.823843   431 raft_consensus.cc:2272] T 2d42ac4cb39846f9ab0ccba7bd98f102 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.826432   431 tablet_replica.cc:333] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.827077   431 raft_consensus.cc:2243] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.827906   431 raft_consensus.cc:2272] T 301b3cb26b2a4a7ebf34a00e56b64e08 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.830367   431 tablet_replica.cc:333] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.830947   431 raft_consensus.cc:2243] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.831805   431 raft_consensus.cc:2272] T 4585a1ee9f5a4f50bae4c5c3ad877318 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.834262   431 tablet_replica.cc:333] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.834823   431 raft_consensus.cc:2243] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:46.835393   431 raft_consensus.cc:2272] T 7dc797038b8c4589824a6837c243984d P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.838176   431 tablet_replica.cc:333] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6: stopping tablet replica
I20260608 12:42:46.838681   431 raft_consensus.cc:2243] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.839517   431 raft_consensus.cc:2272] T 7197c4db544449b3996a2808c7fe81e3 P 146691f405fe4d2fa1284e7f34326cb6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.867663   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:46.888362   431 master.cc:562] Master@127.0.107.254:44431 shutting down...
I20260608 12:42:46.910211   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:46.910912   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:46.911271   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 804ec677602d482b8dcd0bffd482fb1a: stopping tablet replica
I20260608 12:42:46.933049   431 master.cc:584] Master@127.0.107.254:44431 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (8684 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 12:42:46.973922   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38627
I20260608 12:42:46.975207   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:46.981303  9455 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:46.981645  9456 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:46.982347  9458 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:46.983078   431 server_base.cc:1061] running on GCE node
I20260608 12:42:46.984079   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:46.984297   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:46.984465   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922566984431 us; error 0 us; skew 500 ppm
I20260608 12:42:46.985092   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:46.987601   431 webserver.cc:533] Webserver started at http://127.0.107.254:42479/ using document root <none> and password file <none>
I20260608 12:42:46.988427   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:46.988633   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:46.988936   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:46.990104   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "fe5d2706a68c499180a02af3992e6d1c"
format_stamp: "Formatted at 2026-06-08 12:42:46 on dist-test-slave-62kf"
I20260608 12:42:46.994887   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 12:42:46.998723  9463 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:46.999678   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:47.000017   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "fe5d2706a68c499180a02af3992e6d1c"
format_stamp: "Formatted at 2026-06-08 12:42:46 on dist-test-slave-62kf"
I20260608 12:42:47.000275   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:47.010982   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:47.012266   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:47.056708   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38627
I20260608 12:42:47.056865  9514 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38627 every 8 connection(s)
I20260608 12:42:47.060844  9515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:47.072038  9515 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c: Bootstrap starting.
I20260608 12:42:47.077273  9515 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:47.081859  9515 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c: No bootstrap required, opened a new log
I20260608 12:42:47.084347  9515 raft_consensus.cc:359] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER }
I20260608 12:42:47.084800  9515 raft_consensus.cc:385] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:47.085049  9515 raft_consensus.cc:740] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5d2706a68c499180a02af3992e6d1c, State: Initialized, Role: FOLLOWER
I20260608 12:42:47.085675  9515 consensus_queue.cc:260] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER }
I20260608 12:42:47.086170  9515 raft_consensus.cc:399] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:47.086431  9515 raft_consensus.cc:493] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:47.086704  9515 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:47.091537  9515 raft_consensus.cc:515] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER }
I20260608 12:42:47.092162  9515 leader_election.cc:304] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [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: fe5d2706a68c499180a02af3992e6d1c; no voters: 
I20260608 12:42:47.093375  9515 leader_election.cc:290] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:47.093906  9518 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:47.095340  9518 raft_consensus.cc:697] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 1 LEADER]: Becoming Leader. State: Replica: fe5d2706a68c499180a02af3992e6d1c, State: Running, Role: LEADER
I20260608 12:42:47.096163  9518 consensus_queue.cc:237] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [LEADER]: Queue going to LEADER mode. State: All 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: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER }
I20260608 12:42:47.096619  9515 sys_catalog.cc:565] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:47.100777  9519 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fe5d2706a68c499180a02af3992e6d1c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER } }
I20260608 12:42:47.101565  9520 sys_catalog.cc:455] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [sys.catalog]: SysCatalogTable state changed. Reason: New leader fe5d2706a68c499180a02af3992e6d1c. Latest consensus state: current_term: 1 leader_uuid: "fe5d2706a68c499180a02af3992e6d1c" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fe5d2706a68c499180a02af3992e6d1c" member_type: VOTER } }
I20260608 12:42:47.102836  9520 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:47.101539  9519 sys_catalog.cc:458] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:47.104846  9526 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:47.110406  9526 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:47.113150   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:47.119997  9526 catalog_manager.cc:1382] Generated new cluster ID: 8eeedc2fdf2e4d46ac640f6e0e9a9e8f
I20260608 12:42:47.120321  9526 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:47.144361  9526 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:47.145864  9526 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:47.161262  9526 catalog_manager.cc:6069] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c: Generated new TSK 0
I20260608 12:42:47.161947  9526 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:47.179876   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:47.186203  9536 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:47.187561  9537 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:47.189522   431 server_base.cc:1061] running on GCE node
W20260608 12:42:47.189878  9539 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:47.190816   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:47.191041   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:47.191221   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922567191201 us; error 0 us; skew 500 ppm
I20260608 12:42:47.191829   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:47.194301   431 webserver.cc:533] Webserver started at http://127.0.107.193:42113/ using document root <none> and password file <none>
I20260608 12:42:47.194855   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:47.195053   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:47.195344   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:47.196548   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "270259018f484d2f938aeb168abc59c6"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.201851   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:42:47.205679  9544 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.206473   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 12:42:47.206820   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "270259018f484d2f938aeb168abc59c6"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.207172   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:47.230406   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:47.231807   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:47.233517   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:47.235888   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:47.236177   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.236388   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:47.236517   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.278661   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:45123
I20260608 12:42:47.278775  9606 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:45123 every 8 connection(s)
I20260608 12:42:47.284410   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:47.291905  9611 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:47.293809  9612 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:47.297235  9614 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:47.297706   431 server_base.cc:1061] running on GCE node
I20260608 12:42:47.299324  9607 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38627
I20260608 12:42:47.299772  9607 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:47.300570  9607 heartbeater.cc:507] Master 127.0.107.254:38627 requested a full tablet report, sending...
I20260608 12:42:47.301265   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:47.301596   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:47.301899   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922567301877 us; error 0 us; skew 500 ppm
I20260608 12:42:47.302753   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:47.303243  9480 ts_manager.cc:194] Registered new tserver with Master: 270259018f484d2f938aeb168abc59c6 (127.0.107.193:45123)
I20260608 12:42:47.305859   431 webserver.cc:533] Webserver started at http://127.0.107.194:39275/ using document root <none> and password file <none>
I20260608 12:42:47.306149  9480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57072
I20260608 12:42:47.306656   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:47.306963   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:47.307304   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:47.308702   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "14edbfb431bc41e5bbb8d908dbe2689b"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.313530   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:42:47.317363  9619 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.318172   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:42:47.318516   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "14edbfb431bc41e5bbb8d908dbe2689b"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.318802   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:47.339988   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:47.341271   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:47.342777   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:47.345243   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:47.345439   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.345757   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:47.345950   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.387214   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40071
I20260608 12:42:47.387329  9681 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40071 every 8 connection(s)
I20260608 12:42:47.392565   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:47.399927  9685 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:47.400599  9686 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:47.403650  9688 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:47.404024   431 server_base.cc:1061] running on GCE node
I20260608 12:42:47.405340   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:47.405578   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:47.405797   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922567405776 us; error 0 us; skew 500 ppm
I20260608 12:42:47.406086  9682 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38627
I20260608 12:42:47.406560  9682 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:47.406577   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:47.407768  9682 heartbeater.cc:507] Master 127.0.107.254:38627 requested a full tablet report, sending...
I20260608 12:42:47.409998   431 webserver.cc:533] Webserver started at http://127.0.107.195:44699/ using document root <none> and password file <none>
I20260608 12:42:47.410498  9480 ts_manager.cc:194] Registered new tserver with Master: 14edbfb431bc41e5bbb8d908dbe2689b (127.0.107.194:40071)
I20260608 12:42:47.410792   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:47.411120   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:47.411454   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:47.412585  9480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59592
I20260608 12:42:47.413173   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "abab52f70eac4861b543380257a5e04e"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.418757   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:42:47.422761  9693 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.423596   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:42:47.424000   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "abab52f70eac4861b543380257a5e04e"
format_stamp: "Formatted at 2026-06-08 12:42:47 on dist-test-slave-62kf"
I20260608 12:42:47.424316   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:47.442044   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:47.443342   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:47.444880   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:47.447377   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:47.447623   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:47.447887   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:47.448161   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:42:47.489387   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35521
I20260608 12:42:47.489509  9755 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35521 every 8 connection(s)
I20260608 12:42:47.504264  9756 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38627
I20260608 12:42:47.504669  9756 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:47.505410  9756 heartbeater.cc:507] Master 127.0.107.254:38627 requested a full tablet report, sending...
I20260608 12:42:47.507525  9480 ts_manager.cc:194] Registered new tserver with Master: abab52f70eac4861b543380257a5e04e (127.0.107.195:35521)
I20260608 12:42:47.507819   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014862244s
I20260608 12:42:47.509079  9480 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59608
I20260608 12:42:48.309451  9607 heartbeater.cc:499] Master 127.0.107.254:38627 was elected leader, sending a full tablet report...
I20260608 12:42:48.415849  9682 heartbeater.cc:499] Master 127.0.107.254:38627 was elected leader, sending a full tablet report...
I20260608 12:42:48.512236  9756 heartbeater.cc:499] Master 127.0.107.254:38627 was elected leader, sending a full tablet report...
I20260608 12:42:48.565011  9480 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59614:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:48.567039  9480 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:48.615684  9647 tablet_service.cc:1511] Processing CreateTablet for tablet 041ff894c4d74f78856c5294de74f2fe (DEFAULT_TABLE table=test-workload [id=c16d15a2911d4c7aaa5d3263346230c9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:48.616438  9572 tablet_service.cc:1511] Processing CreateTablet for tablet 041ff894c4d74f78856c5294de74f2fe (DEFAULT_TABLE table=test-workload [id=c16d15a2911d4c7aaa5d3263346230c9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:48.617168  9647 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 041ff894c4d74f78856c5294de74f2fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:48.617805  9572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 041ff894c4d74f78856c5294de74f2fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:48.627579  9721 tablet_service.cc:1511] Processing CreateTablet for tablet 041ff894c4d74f78856c5294de74f2fe (DEFAULT_TABLE table=test-workload [id=c16d15a2911d4c7aaa5d3263346230c9]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:42:48.628926  9721 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 041ff894c4d74f78856c5294de74f2fe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:48.638173  9776 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: Bootstrap starting.
I20260608 12:42:48.639732  9777 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: Bootstrap starting.
I20260608 12:42:48.645130  9776 tablet_bootstrap.cc:654] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:48.647461  9777 tablet_bootstrap.cc:654] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:48.649591  9778 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: Bootstrap starting.
I20260608 12:42:48.652724  9776 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: No bootstrap required, opened a new log
I20260608 12:42:48.653342  9776 ts_tablet_manager.cc:1403] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: Time spent bootstrapping tablet: real 0.015s	user 0.013s	sys 0.000s
I20260608 12:42:48.654379  9777 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: No bootstrap required, opened a new log
I20260608 12:42:48.654848  9777 ts_tablet_manager.cc:1403] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.003s
I20260608 12:42:48.656770  9776 raft_consensus.cc:359] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.657176  9778 tablet_bootstrap.cc:654] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:48.657143  9777 raft_consensus.cc:359] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.657749  9776 raft_consensus.cc:385] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:48.658061  9777 raft_consensus.cc:385] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:48.658224  9776 raft_consensus.cc:740] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 270259018f484d2f938aeb168abc59c6, State: Initialized, Role: FOLLOWER
I20260608 12:42:48.658565  9777 raft_consensus.cc:740] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14edbfb431bc41e5bbb8d908dbe2689b, State: Initialized, Role: FOLLOWER
I20260608 12:42:48.659479  9776 consensus_queue.cc:260] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.659577  9777 consensus_queue.cc:260] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.663146  9776 ts_tablet_manager.cc:1434] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 12:42:48.664103  9778 tablet_bootstrap.cc:492] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: No bootstrap required, opened a new log
I20260608 12:42:48.664155  9777 ts_tablet_manager.cc:1434] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.005s
I20260608 12:42:48.664673  9778 ts_tablet_manager.cc:1403] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.003s
I20260608 12:42:48.667644  9778 raft_consensus.cc:359] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.668335  9778 raft_consensus.cc:385] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:48.668619  9778 raft_consensus.cc:740] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: abab52f70eac4861b543380257a5e04e, State: Initialized, Role: FOLLOWER
I20260608 12:42:48.669355  9778 consensus_queue.cc:260] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.672614  9778 ts_tablet_manager.cc:1434] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
W20260608 12:42:48.745339  9757 tablet.cc:2404] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 12:42:48.904148  9782 raft_consensus.cc:493] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:48.904882  9782 raft_consensus.cc:515] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.908373  9782 leader_election.cc:290] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14edbfb431bc41e5bbb8d908dbe2689b (127.0.107.194:40071), abab52f70eac4861b543380257a5e04e (127.0.107.195:35521)
I20260608 12:42:48.921027  9657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "041ff894c4d74f78856c5294de74f2fe" candidate_uuid: "270259018f484d2f938aeb168abc59c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" is_pre_election: true
I20260608 12:42:48.922020  9657 raft_consensus.cc:2468] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 270259018f484d2f938aeb168abc59c6 in term 0.
I20260608 12:42:48.923246  9548 leader_election.cc:304] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14edbfb431bc41e5bbb8d908dbe2689b, 270259018f484d2f938aeb168abc59c6; no voters: 
I20260608 12:42:48.923362  9731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "041ff894c4d74f78856c5294de74f2fe" candidate_uuid: "270259018f484d2f938aeb168abc59c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abab52f70eac4861b543380257a5e04e" is_pre_election: true
I20260608 12:42:48.924156  9731 raft_consensus.cc:2468] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 270259018f484d2f938aeb168abc59c6 in term 0.
I20260608 12:42:48.924249  9782 raft_consensus.cc:2804] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:48.924701  9782 raft_consensus.cc:493] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:48.925014  9782 raft_consensus.cc:3060] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:48.930781  9782 raft_consensus.cc:515] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.932557  9782 leader_election.cc:290] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [CANDIDATE]: Term 1 election: Requested vote from peers 14edbfb431bc41e5bbb8d908dbe2689b (127.0.107.194:40071), abab52f70eac4861b543380257a5e04e (127.0.107.195:35521)
I20260608 12:42:48.933377  9657 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "041ff894c4d74f78856c5294de74f2fe" candidate_uuid: "270259018f484d2f938aeb168abc59c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14edbfb431bc41e5bbb8d908dbe2689b"
I20260608 12:42:48.933609  9731 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "041ff894c4d74f78856c5294de74f2fe" candidate_uuid: "270259018f484d2f938aeb168abc59c6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "abab52f70eac4861b543380257a5e04e"
I20260608 12:42:48.933960  9657 raft_consensus.cc:3060] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:48.934208  9731 raft_consensus.cc:3060] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:48.939756  9657 raft_consensus.cc:2468] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 270259018f484d2f938aeb168abc59c6 in term 1.
I20260608 12:42:48.939776  9731 raft_consensus.cc:2468] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 270259018f484d2f938aeb168abc59c6 in term 1.
I20260608 12:42:48.941145  9548 leader_election.cc:304] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14edbfb431bc41e5bbb8d908dbe2689b, 270259018f484d2f938aeb168abc59c6; no voters: 
I20260608 12:42:48.941931  9782 raft_consensus.cc:2804] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:48.943077  9782 raft_consensus.cc:697] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 1 LEADER]: Becoming Leader. State: Replica: 270259018f484d2f938aeb168abc59c6, State: Running, Role: LEADER
I20260608 12:42:48.943831  9782 consensus_queue.cc:237] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } }
I20260608 12:42:48.952343  9479 catalog_manager.cc:5696] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 270259018f484d2f938aeb168abc59c6 (127.0.107.193). New cstate: current_term: 1 leader_uuid: "270259018f484d2f938aeb168abc59c6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "270259018f484d2f938aeb168abc59c6" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 45123 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:49.203547  9657 raft_consensus.cc:1275] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 1 FOLLOWER]: Refusing update from remote peer 270259018f484d2f938aeb168abc59c6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:49.203547  9731 raft_consensus.cc:1275] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 1 FOLLOWER]: Refusing update from remote peer 270259018f484d2f938aeb168abc59c6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:42:49.205574  9787 consensus_queue.cc:1048] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14edbfb431bc41e5bbb8d908dbe2689b" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40071 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:49.206283  9782 consensus_queue.cc:1048] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "abab52f70eac4861b543380257a5e04e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:49.249559  9801 mvcc.cc:204] Tried to move back new op lower bound from 7294658843441639424 to 7294658842401337344. Current Snapshot: MvccSnapshot[applied={T|T < 7294658843441639424}]
I20260608 12:42:49.699035   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:42:49.724774   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:49.725564   431 tablet_replica.cc:333] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6: stopping tablet replica
I20260608 12:42:49.726197   431 raft_consensus.cc:2243] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:49.727238   431 raft_consensus.cc:2272] T 041ff894c4d74f78856c5294de74f2fe P 270259018f484d2f938aeb168abc59c6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:49.749943   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:49.761471   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:49.791554   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:49.792349   431 tablet_replica.cc:333] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b: stopping tablet replica
I20260608 12:42:49.792919   431 raft_consensus.cc:2243] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:49.793455   431 raft_consensus.cc:2272] T 041ff894c4d74f78856c5294de74f2fe P 14edbfb431bc41e5bbb8d908dbe2689b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:49.815241   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:49.827286   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:49.851265   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:49.852159   431 tablet_replica.cc:333] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e: stopping tablet replica
I20260608 12:42:49.852753   431 raft_consensus.cc:2243] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:49.853308   431 raft_consensus.cc:2272] T 041ff894c4d74f78856c5294de74f2fe P abab52f70eac4861b543380257a5e04e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:49.864806   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:42:49.875805   431 master.cc:562] Master@127.0.107.254:38627 shutting down...
I20260608 12:42:49.897176   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:49.897879   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:49.898233   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P fe5d2706a68c499180a02af3992e6d1c: stopping tablet replica
I20260608 12:42:49.918779   431 master.cc:584] Master@127.0.107.254:38627 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2974 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 12:42:49.950862   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:42581
I20260608 12:42:49.952296   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:49.957724  9813 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:49.957752  9814 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:49.959467  9816 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:49.960379   431 server_base.cc:1061] running on GCE node
I20260608 12:42:49.961151   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:49.961402   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:49.961571   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922569961547 us; error 0 us; skew 500 ppm
I20260608 12:42:49.962193   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:49.964737   431 webserver.cc:533] Webserver started at http://127.0.107.254:43303/ using document root <none> and password file <none>
I20260608 12:42:49.965296   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:49.965513   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:49.965798   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:49.966991   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "1dc21fad812a4c3781aa73e7c6516d29"
format_stamp: "Formatted at 2026-06-08 12:42:49 on dist-test-slave-62kf"
I20260608 12:42:49.972152   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:42:49.976121  9821 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:49.977105   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:42:49.977389   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "1dc21fad812a4c3781aa73e7c6516d29"
format_stamp: "Formatted at 2026-06-08 12:42:49 on dist-test-slave-62kf"
I20260608 12:42:49.977660   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:50.000497   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:50.001521   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:50.038254   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:42581
I20260608 12:42:50.038378  9872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:42581 every 8 connection(s)
I20260608 12:42:50.042759  9873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:50.054131  9873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29: Bootstrap starting.
I20260608 12:42:50.059111  9873 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:50.063421  9873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29: No bootstrap required, opened a new log
I20260608 12:42:50.065719  9873 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER }
I20260608 12:42:50.066141  9873 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:50.066371  9873 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1dc21fad812a4c3781aa73e7c6516d29, State: Initialized, Role: FOLLOWER
I20260608 12:42:50.067085  9873 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER }
I20260608 12:42:50.067580  9873 raft_consensus.cc:399] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:50.067839  9873 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:50.068183  9873 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:50.073156  9873 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER }
I20260608 12:42:50.073763  9873 leader_election.cc:304] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [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: 1dc21fad812a4c3781aa73e7c6516d29; no voters: 
I20260608 12:42:50.074942  9873 leader_election.cc:290] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:50.075408  9876 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:50.076943  9876 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 1 LEADER]: Becoming Leader. State: Replica: 1dc21fad812a4c3781aa73e7c6516d29, State: Running, Role: LEADER
I20260608 12:42:50.077709  9876 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [LEADER]: Queue going to LEADER mode. State: All 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: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER }
I20260608 12:42:50.078148  9873 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:42:50.081001  9877 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "1dc21fad812a4c3781aa73e7c6516d29" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER } }
I20260608 12:42:50.081846  9877 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:50.081022  9878 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1dc21fad812a4c3781aa73e7c6516d29. Latest consensus state: current_term: 1 leader_uuid: "1dc21fad812a4c3781aa73e7c6516d29" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "1dc21fad812a4c3781aa73e7c6516d29" member_type: VOTER } }
I20260608 12:42:50.082631  9878 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [sys.catalog]: This master's current role is: LEADER
I20260608 12:42:50.085870  9882 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:42:50.091215  9882 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:42:50.095427   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:42:50.101642  9882 catalog_manager.cc:1382] Generated new cluster ID: ee0d7f14fb7945b0a4a9e19db5b4dd59
I20260608 12:42:50.101977  9882 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:42:50.131971  9882 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:42:50.133401  9882 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:42:50.149940  9882 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29: Generated new TSK 0
I20260608 12:42:50.150657  9882 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:42:50.162943   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:50.169579  9894 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:50.171082  9895 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:50.172353  9897 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:50.174676   431 server_base.cc:1061] running on GCE node
I20260608 12:42:50.175653   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:50.175902   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:50.176153   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922570176121 us; error 0 us; skew 500 ppm
I20260608 12:42:50.176761   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:50.179340   431 webserver.cc:533] Webserver started at http://127.0.107.193:46221/ using document root <none> and password file <none>
I20260608 12:42:50.180176   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:50.180403   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:50.180698   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:50.181866   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "4597d03683914d45915dee82fc4e887f"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.186900   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:42:50.190847  9902 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.191814   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:50.192239   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "4597d03683914d45915dee82fc4e887f"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.192579   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:50.222012   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:50.223254   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:50.224836   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:50.227324   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:50.227581   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.227873   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:50.228127   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:42:50.271926   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:32787
I20260608 12:42:50.272136  9964 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:32787 every 8 connection(s)
I20260608 12:42:50.277519   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:50.284905  9969 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:50.286135  9970 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:50.289809   431 server_base.cc:1061] running on GCE node
W20260608 12:42:50.290256  9972 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:50.292613   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:50.292876   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:50.293109   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922570293086 us; error 0 us; skew 500 ppm
I20260608 12:42:50.293850   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:50.297418  9965 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42581
I20260608 12:42:50.297842  9965 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:50.298645  9965 heartbeater.cc:507] Master 127.0.107.254:42581 requested a full tablet report, sending...
I20260608 12:42:50.299150   431 webserver.cc:533] Webserver started at http://127.0.107.194:38095/ using document root <none> and password file <none>
I20260608 12:42:50.299775   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:50.300024   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:50.300313   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:50.301194  9838 ts_manager.cc:194] Registered new tserver with Master: 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787)
I20260608 12:42:50.301488   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "916900caecb6497db95332ac99055643"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.303150  9838 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:32844
I20260608 12:42:50.306519   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260608 12:42:50.310485  9977 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.311475   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:50.311770   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "916900caecb6497db95332ac99055643"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.312111   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:50.321048   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:50.322069   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:50.323422   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:50.325822   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:50.326009   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.326311   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:50.326476   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.366293   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:36889
I20260608 12:42:50.366401 10039 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:36889 every 8 connection(s)
I20260608 12:42:50.371459   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:50.379283 10044 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:50.380306 10043 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:50.382386 10046 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:50.383416 10040 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42581
I20260608 12:42:50.383867 10040 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:50.383927   431 server_base.cc:1061] running on GCE node
I20260608 12:42:50.385025 10040 heartbeater.cc:507] Master 127.0.107.254:42581 requested a full tablet report, sending...
I20260608 12:42:50.385174   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:50.385489   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:50.385735   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922570385713 us; error 0 us; skew 500 ppm
I20260608 12:42:50.386561   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:50.387583  9838 ts_manager.cc:194] Registered new tserver with Master: 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:50.389283  9838 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:32856
I20260608 12:42:50.389582   431 webserver.cc:533] Webserver started at http://127.0.107.195:34881/ using document root <none> and password file <none>
I20260608 12:42:50.390321   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:50.390578   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:50.390875   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:50.392081   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.397017   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:42:50.400779 10051 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.401664   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 12:42:50.402009   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce"
format_stamp: "Formatted at 2026-06-08 12:42:50 on dist-test-slave-62kf"
I20260608 12:42:50.402328   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:50.418892   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:50.420049   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:50.421540   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:50.424002   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:50.424259   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.424528   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:50.424711   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:50.464643   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:41141
I20260608 12:42:50.464751 10113 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:41141 every 8 connection(s)
I20260608 12:42:50.479529 10114 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42581
I20260608 12:42:50.480011 10114 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:50.480772 10114 heartbeater.cc:507] Master 127.0.107.254:42581 requested a full tablet report, sending...
I20260608 12:42:50.482880  9838 ts_manager.cc:194] Registered new tserver with Master: 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:50.482990   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.0148887s
I20260608 12:42:50.484498  9838 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:32866
I20260608 12:42:51.306110  9965 heartbeater.cc:499] Master 127.0.107.254:42581 was elected leader, sending a full tablet report...
I20260608 12:42:51.392974 10040 heartbeater.cc:499] Master 127.0.107.254:42581 was elected leader, sending a full tablet report...
I20260608 12:42:51.487506 10114 heartbeater.cc:499] Master 127.0.107.254:42581 was elected leader, sending a full tablet report...
I20260608 12:42:51.546133  9838 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:32878:
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"
    }
  }
}
W20260608 12:42:52.846518  9886 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
W20260608 12:42:52.891129  9822 thread.cc:641] client-negotiator [worker] (thread pool) Time spent creating pthread: real 1.294s	user 0.008s	sys 0.025s
W20260608 12:42:52.891999  9822 thread.cc:608] client-negotiator [worker] (thread pool) Time spent starting thread: real 1.296s	user 0.010s	sys 0.025s
I20260608 12:42:52.917218 10078 tablet_service.cc:1511] Processing CreateTablet for tablet 330fe67be2e84f4facd86cf602bb9069 (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:52.919198 10078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 330fe67be2e84f4facd86cf602bb9069. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:52.917223 10005 tablet_service.cc:1511] Processing CreateTablet for tablet d538fc648b9241768f86a75f731fca69 (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:52.923215 10005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d538fc648b9241768f86a75f731fca69. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:52.929735 10079 tablet_service.cc:1511] Processing CreateTablet for tablet aa07d0e6337c4b22a1a7be333a9edfc4 (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:52.940308 10079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aa07d0e6337c4b22a1a7be333a9edfc4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:52.950635 10004 tablet_service.cc:1511] Processing CreateTablet for tablet bfcd00a8967442bfb16be6c6bf1f18d2 (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:52.953516 10004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bfcd00a8967442bfb16be6c6bf1f18d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:52.971263  9930 tablet_service.cc:1511] Processing CreateTablet for tablet 39ba1ffa164f43e7ba328f4c10d0c92f (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:52.973526  9930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 39ba1ffa164f43e7ba328f4c10d0c92f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:52.982909  9929 tablet_service.cc:1511] Processing CreateTablet for tablet 7c2ede8c91374911a78b005f3c48f350 (DEFAULT_TABLE table=test-workload [id=0f0b4a05a6464b0e8e6576f3693a2d5a]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:52.984706  9929 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7c2ede8c91374911a78b005f3c48f350. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:53.014978 10135 tablet_bootstrap.cc:492] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:53.045182 10136 tablet_bootstrap.cc:492] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:53.051885 10135 tablet_bootstrap.cc:654] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.054000 10136 tablet_bootstrap.cc:654] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.062369 10137 tablet_bootstrap.cc:492] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:53.065737 10135 tablet_bootstrap.cc:492] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:53.066494 10135 ts_tablet_manager.cc:1403] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.052s	user 0.011s	sys 0.003s
I20260608 12:42:53.070549 10135 raft_consensus.cc:359] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.071529 10135 raft_consensus.cc:385] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.071915 10135 raft_consensus.cc:740] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.073217 10135 consensus_queue.cc:260] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.074105 10135 raft_consensus.cc:399] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.074497 10135 raft_consensus.cc:493] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.074970 10135 raft_consensus.cc:3060] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.075217 10136 tablet_bootstrap.cc:492] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:53.075770 10136 ts_tablet_manager.cc:1403] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.000s
I20260608 12:42:53.079339 10136 raft_consensus.cc:359] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.080006 10136 raft_consensus.cc:385] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.080308 10136 raft_consensus.cc:740] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.081194 10136 consensus_queue.cc:260] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.081936 10136 raft_consensus.cc:399] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.082269 10136 raft_consensus.cc:493] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.082621 10136 raft_consensus.cc:3060] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.084136 10135 raft_consensus.cc:515] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.085137 10137 tablet_bootstrap.cc:654] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.085125 10135 leader_election.cc:304] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:53.092444 10136 raft_consensus.cc:515] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.093634 10136 leader_election.cc:304] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [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: 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:53.094374 10135 leader_election.cc:290] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.094936 10140 raft_consensus.cc:2804] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.099689 10137 tablet_bootstrap.cc:492] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:53.100610 10137 ts_tablet_manager.cc:1403] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.039s	user 0.010s	sys 0.010s
I20260608 12:42:53.105182 10137 raft_consensus.cc:359] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.108183 10137 raft_consensus.cc:385] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.107362 10140 raft_consensus.cc:697] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Becoming Leader. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Running, Role: LEADER
I20260608 12:42:53.110898 10140 consensus_queue.cc:237] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Queue going to LEADER mode. State: All 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: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.114068 10137 raft_consensus.cc:740] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.115623 10137 consensus_queue.cc:260] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.116765 10137 raft_consensus.cc:399] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.117286 10137 raft_consensus.cc:493] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.117973 10137 raft_consensus.cc:3060] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.119042 10136 leader_election.cc:290] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.119808 10142 raft_consensus.cc:2804] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.127112 10135 ts_tablet_manager.cc:1434] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.060s	user 0.033s	sys 0.026s
I20260608 12:42:53.128736 10135 tablet_bootstrap.cc:492] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:53.133540 10142 raft_consensus.cc:697] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Becoming Leader. State: Replica: 916900caecb6497db95332ac99055643, State: Running, Role: LEADER
I20260608 12:42:53.135293 10142 consensus_queue.cc:237] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [LEADER]: Queue going to LEADER mode. State: All 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: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.140779 10136 ts_tablet_manager.cc:1434] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.065s	user 0.026s	sys 0.019s
I20260608 12:42:53.142009 10136 tablet_bootstrap.cc:492] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:53.137269 10135 tablet_bootstrap.cc:654] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.137943 10137 raft_consensus.cc:515] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.148499 10137 leader_election.cc:304] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [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: 4597d03683914d45915dee82fc4e887f; no voters: 
I20260608 12:42:53.149116  9838 catalog_manager.cc:5696] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:53.161507 10150 raft_consensus.cc:2804] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.161008 10137 leader_election.cc:290] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.163537 10136 tablet_bootstrap.cc:654] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.169519  9837 catalog_manager.cc:5696] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 reported cstate change: term changed from 0 to 1, leader changed from <none> to 916900caecb6497db95332ac99055643 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "916900caecb6497db95332ac99055643" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:53.176910 10135 tablet_bootstrap.cc:492] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:53.177592 10137 ts_tablet_manager.cc:1434] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.076s	user 0.021s	sys 0.016s
I20260608 12:42:53.177630 10135 ts_tablet_manager.cc:1403] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.049s	user 0.010s	sys 0.009s
I20260608 12:42:53.179473 10137 tablet_bootstrap.cc:492] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:53.183719 10136 tablet_bootstrap.cc:492] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:53.184481 10136 ts_tablet_manager.cc:1403] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.043s	user 0.015s	sys 0.000s
I20260608 12:42:53.190831 10135 raft_consensus.cc:359] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.191610 10135 raft_consensus.cc:385] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.192020 10135 raft_consensus.cc:740] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.193279 10135 consensus_queue.cc:260] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.194029 10135 raft_consensus.cc:399] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.194409 10135 raft_consensus.cc:493] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.194893 10135 raft_consensus.cc:3060] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.184548 10150 raft_consensus.cc:697] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Becoming Leader. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Running, Role: LEADER
I20260608 12:42:53.206544 10150 consensus_queue.cc:237] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [LEADER]: Queue going to LEADER mode. State: All 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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.211879 10136 raft_consensus.cc:359] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.212834 10136 raft_consensus.cc:385] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.213348 10136 raft_consensus.cc:740] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.214401 10136 consensus_queue.cc:260] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.215191 10136 raft_consensus.cc:399] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.215581 10136 raft_consensus.cc:493] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.216017 10136 raft_consensus.cc:3060] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.216349 10135 raft_consensus.cc:515] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.217204 10135 leader_election.cc:304] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:53.219617 10144 raft_consensus.cc:2804] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.220187 10144 raft_consensus.cc:697] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Becoming Leader. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Running, Role: LEADER
I20260608 12:42:53.220945 10144 consensus_queue.cc:237] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Queue going to LEADER mode. State: All 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: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:53.226806 10136 raft_consensus.cc:515] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.231608 10137 tablet_bootstrap.cc:654] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:53.233594 10136 leader_election.cc:304] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [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: 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:53.227645 10135 leader_election.cc:290] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.245404 10142 raft_consensus.cc:2804] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.246001 10142 raft_consensus.cc:697] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Becoming Leader. State: Replica: 916900caecb6497db95332ac99055643, State: Running, Role: LEADER
I20260608 12:42:53.246876 10142 consensus_queue.cc:237] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [LEADER]: Queue going to LEADER mode. State: All 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: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } }
I20260608 12:42:53.249662 10137 tablet_bootstrap.cc:492] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:53.254099 10137 ts_tablet_manager.cc:1403] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.075s	user 0.013s	sys 0.005s
I20260608 12:42:53.257625 10137 raft_consensus.cc:359] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.258322 10137 raft_consensus.cc:385] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:53.258687 10137 raft_consensus.cc:740] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:53.259559 10137 consensus_queue.cc:260] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.260393 10137 raft_consensus.cc:399] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:42:53.260802 10137 raft_consensus.cc:493] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:42:53.261339 10137 raft_consensus.cc:3060] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:53.264253  9838 catalog_manager.cc:5696] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:53.251893 10135 ts_tablet_manager.cc:1434] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.073s	user 0.017s	sys 0.001s
I20260608 12:42:53.270398 10137 raft_consensus.cc:515] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.260870  9836 catalog_manager.cc:5696] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f reported cstate change: term changed from 0 to 1, leader changed from <none> to 4597d03683914d45915dee82fc4e887f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4597d03683914d45915dee82fc4e887f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:53.249867 10136 leader_election.cc:290] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.267401  9837 catalog_manager.cc:5696] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 reported cstate change: term changed from 0 to 1, leader changed from <none> to 916900caecb6497db95332ac99055643 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "916900caecb6497db95332ac99055643" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:53.279788 10136 ts_tablet_manager.cc:1434] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.094s	user 0.013s	sys 0.006s
I20260608 12:42:53.274284 10137 leader_election.cc:304] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [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: 4597d03683914d45915dee82fc4e887f; no voters: 
I20260608 12:42:53.281569 10137 leader_election.cc:290] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:42:53.281759 10150 raft_consensus.cc:2804] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:53.283488 10137 ts_tablet_manager.cc:1434] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.029s	user 0.017s	sys 0.000s
I20260608 12:42:53.289490 10150 raft_consensus.cc:697] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Becoming Leader. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Running, Role: LEADER
I20260608 12:42:53.290573 10150 consensus_queue.cc:237] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [LEADER]: Queue going to LEADER mode. State: All 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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } }
I20260608 12:42:53.306417  9836 catalog_manager.cc:5696] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f reported cstate change: term changed from 0 to 1, leader changed from <none> to 4597d03683914d45915dee82fc4e887f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4597d03683914d45915dee82fc4e887f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: HEALTHY } } }
W20260608 12:42:54.003007 10110 debug-util.cc:398] Leaking SignalData structure 0x7b08000e4260 after lost signal to thread 434
W20260608 12:42:54.004582 10110 debug-util.cc:398] Leaking SignalData structure 0x7b08002e4660 after lost signal to thread 9872
I20260608 12:42:54.263432  9838 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:32894:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 12:42:54.267447  9838 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 12:42:54.332208  9929 tablet_service.cc:1511] Processing CreateTablet for tablet 740158a3162f424199245fcb8c5ae0ab (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:54.333645  9929 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740158a3162f424199245fcb8c5ae0ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.334091 10004 tablet_service.cc:1511] Processing CreateTablet for tablet 740158a3162f424199245fcb8c5ae0ab (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:54.338922 10079 tablet_service.cc:1511] Processing CreateTablet for tablet 740158a3162f424199245fcb8c5ae0ab (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:42:54.340557 10079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740158a3162f424199245fcb8c5ae0ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.345789 10005 tablet_service.cc:1511] Processing CreateTablet for tablet 04d256ad7a5648e28dc1ec4cadce7a9d (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:54.346441  9930 tablet_service.cc:1511] Processing CreateTablet for tablet 04d256ad7a5648e28dc1ec4cadce7a9d (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:54.348032  9930 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04d256ad7a5648e28dc1ec4cadce7a9d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.335754 10004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740158a3162f424199245fcb8c5ae0ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.350844 10005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04d256ad7a5648e28dc1ec4cadce7a9d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.354389 10078 tablet_service.cc:1511] Processing CreateTablet for tablet 04d256ad7a5648e28dc1ec4cadce7a9d (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:42:54.355386  9928 tablet_service.cc:1511] Processing CreateTablet for tablet 07dd82fbdaf141a6bd6643859e0d312a (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:54.355896 10078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04d256ad7a5648e28dc1ec4cadce7a9d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.357411  9928 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07dd82fbdaf141a6bd6643859e0d312a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.362003 10003 tablet_service.cc:1511] Processing CreateTablet for tablet 07dd82fbdaf141a6bd6643859e0d312a (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:54.362118 10002 tablet_service.cc:1511] Processing CreateTablet for tablet 42fbdf8093bc4224a7f91370a20be140 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:54.364012 10003 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07dd82fbdaf141a6bd6643859e0d312a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.362630 10077 tablet_service.cc:1511] Processing CreateTablet for tablet 07dd82fbdaf141a6bd6643859e0d312a (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:42:54.364744 10002 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42fbdf8093bc4224a7f91370a20be140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.367209 10077 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 07dd82fbdaf141a6bd6643859e0d312a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.366866  9927 tablet_service.cc:1511] Processing CreateTablet for tablet 42fbdf8093bc4224a7f91370a20be140 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:54.368582  9927 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42fbdf8093bc4224a7f91370a20be140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.372918 10076 tablet_service.cc:1511] Processing CreateTablet for tablet 42fbdf8093bc4224a7f91370a20be140 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:42:54.374568 10076 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42fbdf8093bc4224a7f91370a20be140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.376667  9926 tablet_service.cc:1511] Processing CreateTablet for tablet 4a0b24e4c8604d24a1f0cbec551f3e48 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:54.378178  9926 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a0b24e4c8604d24a1f0cbec551f3e48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.397835 10001 tablet_service.cc:1511] Processing CreateTablet for tablet 4a0b24e4c8604d24a1f0cbec551f3e48 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:54.399580 10001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a0b24e4c8604d24a1f0cbec551f3e48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.403931 10075 tablet_service.cc:1511] Processing CreateTablet for tablet 4a0b24e4c8604d24a1f0cbec551f3e48 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:42:54.405603 10075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a0b24e4c8604d24a1f0cbec551f3e48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.424674 10203 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.434149 10001 tablet_service.cc:1511] Processing CreateTablet for tablet 6744a39c39d94cd9b0622f631b057940 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:54.436784 10074 tablet_service.cc:1511] Processing CreateTablet for tablet 6744a39c39d94cd9b0622f631b057940 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:54.437112  9929 tablet_service.cc:1511] Processing CreateTablet for tablet 6744a39c39d94cd9b0622f631b057940 (DEFAULT_TABLE table=test-workload-rf3 [id=65182ff6853a49b7a8bd87668c23099c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:42:54.438351 10074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6744a39c39d94cd9b0622f631b057940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.435773 10001 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6744a39c39d94cd9b0622f631b057940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.438347  9929 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6744a39c39d94cd9b0622f631b057940. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:54.450884 10202 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.464346 10203 tablet_bootstrap.cc:654] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.478468 10202 tablet_bootstrap.cc:654] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.493448 10202 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.493534 10204 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.494104 10202 ts_tablet_manager.cc:1403] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.044s	user 0.005s	sys 0.014s
I20260608 12:42:54.497491 10202 raft_consensus.cc:359] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.498272 10202 raft_consensus.cc:385] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.498594 10202 raft_consensus.cc:740] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.499470 10202 consensus_queue.cc:260] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.502365 10202 ts_tablet_manager.cc:1434] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:42:54.503489 10202 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.505247 10203 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.505892 10203 ts_tablet_manager.cc:1403] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.082s	user 0.013s	sys 0.000s
I20260608 12:42:54.512533 10202 tablet_bootstrap.cc:654] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.520490 10204 tablet_bootstrap.cc:654] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.514319 10203 raft_consensus.cc:359] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.524284 10203 raft_consensus.cc:385] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.524749 10203 raft_consensus.cc:740] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.525988 10150 raft_consensus.cc:493] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.526054 10203 consensus_queue.cc:260] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.526707 10150 raft_consensus.cc:515] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.527366 10202 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.528039 10202 ts_tablet_manager.cc:1403] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.006s
I20260608 12:42:54.534574 10204 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.535444 10204 ts_tablet_manager.cc:1403] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.042s	user 0.021s	sys 0.000s
I20260608 12:42:54.535794 10202 raft_consensus.cc:359] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.536757 10202 raft_consensus.cc:385] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.537107 10202 raft_consensus.cc:740] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.537984 10150 leader_election.cc:290] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 916900caecb6497db95332ac99055643 (127.0.107.194:36889), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:54.538045 10202 consensus_queue.cc:260] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.539757 10204 raft_consensus.cc:359] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.540975 10202 ts_tablet_manager.cc:1434] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.002s
I20260608 12:42:54.540972 10204 raft_consensus.cc:385] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.541831 10204 raft_consensus.cc:740] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.543136 10204 consensus_queue.cc:260] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.549086 10204 ts_tablet_manager.cc:1434] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 12:42:54.550577 10204 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.558128 10204 tablet_bootstrap.cc:654] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.561957 10202 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.565147 10142 raft_consensus.cc:493] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.565887 10142 raft_consensus.cc:515] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.571060 10202 tablet_bootstrap.cc:654] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.574538 10142 leader_election.cc:290] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:54.575536 10204 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.577088 10204 ts_tablet_manager.cc:1403] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.004s
I20260608 12:42:54.581707 10204 raft_consensus.cc:359] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.586848 10204 raft_consensus.cc:385] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.589460 10204 raft_consensus.cc:740] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.590605 10204 consensus_queue.cc:260] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.595989 10204 ts_tablet_manager.cc:1434] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:42:54.597225 10204 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.607491 10203 ts_tablet_manager.cc:1434] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.101s	user 0.011s	sys 0.000s
I20260608 12:42:54.609000 10204 tablet_bootstrap.cc:654] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.610275 10202 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.611143 10202 ts_tablet_manager.cc:1403] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.049s	user 0.015s	sys 0.025s
I20260608 12:42:54.614849 10202 raft_consensus.cc:359] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.615784 10202 raft_consensus.cc:385] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.616163 10202 raft_consensus.cc:740] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.617230 10202 consensus_queue.cc:260] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.623827 10202 ts_tablet_manager.cc:1434] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 12:42:54.625227 10202 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.625659 10203 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.627333 10204 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.629084 10204 ts_tablet_manager.cc:1403] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.004s
I20260608 12:42:54.633560 10204 raft_consensus.cc:359] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.640187 10204 raft_consensus.cc:385] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.644443 10202 tablet_bootstrap.cc:654] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.640938 10204 raft_consensus.cc:740] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.648770 10204 consensus_queue.cc:260] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.651933 10204 ts_tablet_manager.cc:1434] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.022s	user 0.003s	sys 0.004s
I20260608 12:42:54.653196 10204 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.675575 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" is_pre_election: true
I20260608 12:42:54.677525  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:54.678356  9940 raft_consensus.cc:2468] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 0.
I20260608 12:42:54.678758 10202 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.679384 10202 ts_tablet_manager.cc:1403] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.054s	user 0.010s	sys 0.009s
I20260608 12:42:54.680182  9978 leader_election.cc:304] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:54.681315 10142 raft_consensus.cc:2804] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:54.681738 10142 raft_consensus.cc:493] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:54.682137 10142 raft_consensus.cc:3060] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.682945 10202 raft_consensus.cc:359] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.683735 10202 raft_consensus.cc:385] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.684077 10202 raft_consensus.cc:740] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.684963 10202 consensus_queue.cc:260] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.688681 10203 tablet_bootstrap.cc:654] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.690121 10202 ts_tablet_manager.cc:1434] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.001s
I20260608 12:42:54.691409 10202 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.694510 10204 tablet_bootstrap.cc:654] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
W20260608 12:42:54.696295  9978 leader_election.cc:343] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:54.699266 10202 tablet_bootstrap.cc:654] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.709472 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:54.709384 10142 raft_consensus.cc:515] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.711280 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" is_pre_election: true
I20260608 12:42:54.712045 10142 leader_election.cc:290] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Requested vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:54.713037  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f"
I20260608 12:42:54.713335 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce"
I20260608 12:42:54.713697  9940 raft_consensus.cc:3060] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:42:54.715252  9978 leader_election.cc:343] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:42:54.716066  9903 leader_election.cc:343] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 916900caecb6497db95332ac99055643 (127.0.107.194:36889): Illegal state: must be running to vote when last-logged opid is not known
W20260608 12:42:54.717226  9903 leader_election.cc:343] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:42:54.718083  9903 leader_election.cc:304] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [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: 4597d03683914d45915dee82fc4e887f; no voters: 7ba927d9e8a44a4ba7f5346e9997b2ce, 916900caecb6497db95332ac99055643
I20260608 12:42:54.715260 10204 tablet_bootstrap.cc:492] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.719391 10204 ts_tablet_manager.cc:1403] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.066s	user 0.014s	sys 0.009s
I20260608 12:42:54.723266 10204 raft_consensus.cc:359] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.724521 10150 raft_consensus.cc:2749] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:54.726212 10204 raft_consensus.cc:385] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.726680 10204 raft_consensus.cc:740] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.727875 10204 consensus_queue.cc:260] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.724418  9940 raft_consensus.cc:2468] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 1.
I20260608 12:42:54.731328 10203 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.732138  9978 leader_election.cc:304] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [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: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643; no voters: 7ba927d9e8a44a4ba7f5346e9997b2ce
I20260608 12:42:54.735677 10203 ts_tablet_manager.cc:1403] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.110s	user 0.018s	sys 0.004s
I20260608 12:42:54.735785 10142 raft_consensus.cc:2804] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:54.732749 10202 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.738185 10202 ts_tablet_manager.cc:1403] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.047s	user 0.011s	sys 0.009s
I20260608 12:42:54.739905 10203 raft_consensus.cc:359] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.740618 10204 ts_tablet_manager.cc:1434] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.021s	user 0.005s	sys 0.003s
I20260608 12:42:54.741555 10202 raft_consensus.cc:359] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.740798 10203 raft_consensus.cc:385] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.741621 10142 raft_consensus.cc:697] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Becoming Leader. State: Replica: 916900caecb6497db95332ac99055643, State: Running, Role: LEADER
I20260608 12:42:54.742414 10202 raft_consensus.cc:385] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.742781 10203 raft_consensus.cc:740] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.742448 10204 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.745065 10142 consensus_queue.cc:237] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.745496 10203 consensus_queue.cc:260] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.748157 10203 ts_tablet_manager.cc:1434] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.003s
I20260608 12:42:54.744602 10202 raft_consensus.cc:740] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.749531 10203 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.749895 10202 consensus_queue.cc:260] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.752663 10202 ts_tablet_manager.cc:1434] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.002s
I20260608 12:42:54.757050 10204 tablet_bootstrap.cc:654] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.759629 10203 tablet_bootstrap.cc:654] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.761071 10202 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: Bootstrap starting.
I20260608 12:42:54.765744  9834 catalog_manager.cc:5696] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 reported cstate change: term changed from 0 to 1, leader changed from <none> to 916900caecb6497db95332ac99055643 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "916900caecb6497db95332ac99055643" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:54.768404 10202 tablet_bootstrap.cc:654] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.775296 10204 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.776407 10204 ts_tablet_manager.cc:1403] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.000s
I20260608 12:42:54.781109 10204 raft_consensus.cc:359] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.782482 10204 raft_consensus.cc:385] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.783016 10204 raft_consensus.cc:740] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.784256 10204 consensus_queue.cc:260] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.787930 10204 ts_tablet_manager.cc:1434] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:42:54.789054 10204 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Bootstrap starting.
I20260608 12:42:54.795809 10203 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.796588 10203 ts_tablet_manager.cc:1403] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.047s	user 0.012s	sys 0.010s
I20260608 12:42:54.796612 10204 tablet_bootstrap.cc:654] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.799134 10202 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: No bootstrap required, opened a new log
I20260608 12:42:54.799765 10202 ts_tablet_manager.cc:1403] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: Time spent bootstrapping tablet: real 0.039s	user 0.011s	sys 0.015s
I20260608 12:42:54.803026 10203 raft_consensus.cc:359] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.804214 10202 raft_consensus.cc:359] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.803881 10203 raft_consensus.cc:385] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.805546 10203 raft_consensus.cc:740] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.805101 10202 raft_consensus.cc:385] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.806164 10202 raft_consensus.cc:740] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.807322 10202 consensus_queue.cc:260] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.808591 10204 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: No bootstrap required, opened a new log
I20260608 12:42:54.809154 10204 ts_tablet_manager.cc:1403] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent bootstrapping tablet: real 0.020s	user 0.006s	sys 0.007s
I20260608 12:42:54.806797 10203 consensus_queue.cc:260] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.812331 10204 raft_consensus.cc:359] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.813094 10204 raft_consensus.cc:385] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.813390 10204 raft_consensus.cc:740] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.814429 10204 consensus_queue.cc:260] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.820315 10204 ts_tablet_manager.cc:1434] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.004s
I20260608 12:42:54.818444 10202 ts_tablet_manager.cc:1434] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 12:42:54.829506 10203 ts_tablet_manager.cc:1434] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.032s	user 0.004s	sys 0.004s
I20260608 12:42:54.834161 10203 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.840412 10203 tablet_bootstrap.cc:654] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.845542 10203 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.846041 10203 ts_tablet_manager.cc:1403] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.004s
I20260608 12:42:54.848515 10203 raft_consensus.cc:359] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.849076 10203 raft_consensus.cc:385] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.849335 10203 raft_consensus.cc:740] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.850088 10203 consensus_queue.cc:260] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.852301 10203 ts_tablet_manager.cc:1434] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 12:42:54.853391 10203 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.858302 10144 raft_consensus.cc:493] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.858906 10144 raft_consensus.cc:515] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.860414 10203 tablet_bootstrap.cc:654] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.866037 10144 leader_election.cc:290] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:54.871496 10203 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.872263 10203 ts_tablet_manager.cc:1403] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
W20260608 12:42:54.872298  9886 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:42:54.876128 10203 raft_consensus.cc:359] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.877053 10203 raft_consensus.cc:385] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.877430 10203 raft_consensus.cc:740] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.878368 10203 consensus_queue.cc:260] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.880914 10203 ts_tablet_manager.cc:1434] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 12:42:54.882123 10203 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: Bootstrap starting.
I20260608 12:42:54.883926  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a0b24e4c8604d24a1f0cbec551f3e48" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:54.884721  9940 raft_consensus.cc:2468] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:54.886427 10052 leader_election.cc:304] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:54.887531 10144 raft_consensus.cc:2804] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:54.887972 10144 raft_consensus.cc:493] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:54.888352 10144 raft_consensus.cc:3060] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.889915 10203 tablet_bootstrap.cc:654] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: Neither blocks nor log segments found. Creating new log.
I20260608 12:42:54.897612 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a0b24e4c8604d24a1f0cbec551f3e48" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:54.898391 10015 raft_consensus.cc:2468] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:54.899883 10203 tablet_bootstrap.cc:492] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: No bootstrap required, opened a new log
I20260608 12:42:54.900591 10203 ts_tablet_manager.cc:1403] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.006s
I20260608 12:42:54.901551 10144 raft_consensus.cc:515] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.904377  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a0b24e4c8604d24a1f0cbec551f3e48" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f"
I20260608 12:42:54.904168 10203 raft_consensus.cc:359] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.905148  9940 raft_consensus.cc:3060] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.905464 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4a0b24e4c8604d24a1f0cbec551f3e48" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643"
I20260608 12:42:54.903756 10144 leader_election.cc:290] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Requested vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:54.905267 10203 raft_consensus.cc:385] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:42:54.906205 10015 raft_consensus.cc:3060] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.906625 10203 raft_consensus.cc:740] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 916900caecb6497db95332ac99055643, State: Initialized, Role: FOLLOWER
I20260608 12:42:54.907884 10203 consensus_queue.cc:260] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.914589 10015 raft_consensus.cc:2468] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:54.915464 10203 ts_tablet_manager.cc:1434] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.000s
I20260608 12:42:54.916119 10052 leader_election.cc:304] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7ba927d9e8a44a4ba7f5346e9997b2ce, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:54.916815  9940 raft_consensus.cc:2468] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:54.917128 10144 raft_consensus.cc:2804] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:54.919173 10144 raft_consensus.cc:697] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Becoming Leader. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Running, Role: LEADER
I20260608 12:42:54.920181 10144 consensus_queue.cc:237] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.932214  9838 catalog_manager.cc:5696] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:54.958670 10142 raft_consensus.cc:493] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.959414 10142 raft_consensus.cc:515] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.961898 10142 leader_election.cc:290] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:54.962808  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42fbdf8093bc4224a7f91370a20be140" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:54.963186 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42fbdf8093bc4224a7f91370a20be140" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" is_pre_election: true
I20260608 12:42:54.963508  9940 raft_consensus.cc:2468] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 0.
I20260608 12:42:54.964032 10089 raft_consensus.cc:2468] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 0.
I20260608 12:42:54.964774  9978 leader_election.cc:304] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:54.965715 10142 raft_consensus.cc:2804] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:54.966212 10142 raft_consensus.cc:493] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:54.966612 10142 raft_consensus.cc:3060] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.972432 10144 raft_consensus.cc:493] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.973016 10144 raft_consensus.cc:515] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.975054 10144 leader_election.cc:290] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:54.975412 10142 raft_consensus.cc:515] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.976344 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:54.976344  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:54.977253 10015 raft_consensus.cc:2468] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:54.978307 10142 leader_election.cc:290] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Requested vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:54.978866 10052 leader_election.cc:304] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7ba927d9e8a44a4ba7f5346e9997b2ce, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:54.979235  9939 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42fbdf8093bc4224a7f91370a20be140" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f"
I20260608 12:42:54.979874  9939 raft_consensus.cc:3060] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.979880 10144 raft_consensus.cc:2804] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:54.977293  9940 raft_consensus.cc:2468] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:54.980451 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "42fbdf8093bc4224a7f91370a20be140" candidate_uuid: "916900caecb6497db95332ac99055643" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce"
I20260608 12:42:54.981194 10089 raft_consensus.cc:3060] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.980473 10144 raft_consensus.cc:493] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:54.982793 10144 raft_consensus.cc:3060] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:54.984841 10235 raft_consensus.cc:493] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:54.985473 10235 raft_consensus.cc:515] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:54.990336  9939 raft_consensus.cc:2468] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 1.
I20260608 12:42:54.988112 10235 leader_election.cc:290] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:54.996553  9978 leader_election.cc:304] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:54.998289 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04d256ad7a5648e28dc1ec4cadce7a9d" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:54.998459 10142 raft_consensus.cc:2804] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:54.999274 10015 raft_consensus.cc:2468] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:55.000109 10235 raft_consensus.cc:493] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.000736 10235 raft_consensus.cc:515] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.000936 10052 leader_election.cc:304] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7ba927d9e8a44a4ba7f5346e9997b2ce, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:55.000813 10142 raft_consensus.cc:697] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Becoming Leader. State: Replica: 916900caecb6497db95332ac99055643, State: Running, Role: LEADER
I20260608 12:42:55.002524 10142 consensus_queue.cc:237] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.003306 10235 leader_election.cc:290] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:55.004007 10235 raft_consensus.cc:2804] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.004400 10235 raft_consensus.cc:493] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.004758 10235 raft_consensus.cc:3060] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.005633  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04d256ad7a5648e28dc1ec4cadce7a9d" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:55.006330  9940 raft_consensus.cc:2468] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 0.
I20260608 12:42:55.018576 10089 raft_consensus.cc:2468] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 916900caecb6497db95332ac99055643 in term 1.
I20260608 12:42:55.014242 10144 raft_consensus.cc:515] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.022516 10144 leader_election.cc:290] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Requested vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:55.024569  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f" is_pre_election: true
I20260608 12:42:55.025807  9940 raft_consensus.cc:2393] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in current term 1: Already voted for candidate 916900caecb6497db95332ac99055643 in this term.
I20260608 12:42:55.022895 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "07dd82fbdaf141a6bd6643859e0d312a" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:55.024051 10235 raft_consensus.cc:515] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.030503 10235 leader_election.cc:290] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Requested vote from peers 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787), 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:55.030526  9939 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f"
I20260608 12:42:55.035989 10052 leader_election.cc:304] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643
I20260608 12:42:55.037235 10235 raft_consensus.cc:3060] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.037113 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "740158a3162f424199245fcb8c5ae0ab" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643"
I20260608 12:42:55.038093 10015 raft_consensus.cc:3060] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.035734  9939 raft_consensus.cc:3060] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.046015  9940 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04d256ad7a5648e28dc1ec4cadce7a9d" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4597d03683914d45915dee82fc4e887f"
I20260608 12:42:55.046774  9940 raft_consensus.cc:3060] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.048321  9838 catalog_manager.cc:5696] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 reported cstate change: term changed from 0 to 1, leader changed from <none> to 916900caecb6497db95332ac99055643 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "916900caecb6497db95332ac99055643" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:55.055343  9940 raft_consensus.cc:2468] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:55.057492 10052 leader_election.cc:304] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:55.058526 10235 raft_consensus.cc:2749] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:42:55.058678 10144 raft_consensus.cc:2804] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.059358 10144 raft_consensus.cc:697] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Becoming Leader. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Running, Role: LEADER
I20260608 12:42:55.060343 10144 consensus_queue.cc:237] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.062235 10014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "04d256ad7a5648e28dc1ec4cadce7a9d" candidate_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643"
I20260608 12:42:55.062959 10014 raft_consensus.cc:3060] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.073635  9939 raft_consensus.cc:2468] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:55.075191 10052 leader_election.cc:304] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:55.075706 10150 raft_consensus.cc:493] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:42:55.076433 10235 raft_consensus.cc:2804] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.076403 10150 raft_consensus.cc:515] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.077154 10235 raft_consensus.cc:697] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Becoming Leader. State: Replica: 7ba927d9e8a44a4ba7f5346e9997b2ce, State: Running, Role: LEADER
I20260608 12:42:55.078102 10235 consensus_queue.cc:237] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.079069 10150 leader_election.cc:290] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 916900caecb6497db95332ac99055643 (127.0.107.194:36889), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:55.083518  9838 catalog_manager.cc:5696] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:55.084359 10014 raft_consensus.cc:2468] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:55.085326 10015 raft_consensus.cc:2468] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7ba927d9e8a44a4ba7f5346e9997b2ce in term 1.
I20260608 12:42:55.086918 10013 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6744a39c39d94cd9b0622f631b057940" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643" is_pre_election: true
I20260608 12:42:55.090258 10013 raft_consensus.cc:2468] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4597d03683914d45915dee82fc4e887f in term 0.
I20260608 12:42:55.087306 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6744a39c39d94cd9b0622f631b057940" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" is_pre_election: true
I20260608 12:42:55.092240 10089 raft_consensus.cc:2468] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4597d03683914d45915dee82fc4e887f in term 0.
I20260608 12:42:55.095928  9903 leader_election.cc:304] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 916900caecb6497db95332ac99055643; no voters: 
I20260608 12:42:55.102005 10150 raft_consensus.cc:2804] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:42:55.102661 10150 raft_consensus.cc:493] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:42:55.103201 10150 raft_consensus.cc:3060] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.108253  9838 catalog_manager.cc:5696] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: term changed from 0 to 1, leader changed from <none> to 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195). New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } }
I20260608 12:42:55.110342 10150 raft_consensus.cc:515] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.112625 10150 leader_election.cc:290] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 election: Requested vote from peers 916900caecb6497db95332ac99055643 (127.0.107.194:36889), 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:55.113493 10015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6744a39c39d94cd9b0622f631b057940" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "916900caecb6497db95332ac99055643"
I20260608 12:42:55.114214 10015 raft_consensus.cc:3060] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.114640 10089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6744a39c39d94cd9b0622f631b057940" candidate_uuid: "4597d03683914d45915dee82fc4e887f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce"
I20260608 12:42:55.115767 10089 raft_consensus.cc:3060] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:42:55.123252 10089 raft_consensus.cc:2468] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4597d03683914d45915dee82fc4e887f in term 1.
I20260608 12:42:55.123906 10015 raft_consensus.cc:2468] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4597d03683914d45915dee82fc4e887f in term 1.
I20260608 12:42:55.124500  9903 leader_election.cc:304] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4597d03683914d45915dee82fc4e887f, 7ba927d9e8a44a4ba7f5346e9997b2ce; no voters: 
I20260608 12:42:55.125454 10150 raft_consensus.cc:2804] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:42:55.126550 10150 raft_consensus.cc:697] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Becoming Leader. State: Replica: 4597d03683914d45915dee82fc4e887f, State: Running, Role: LEADER
I20260608 12:42:55.127417 10150 consensus_queue.cc:237] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } }
I20260608 12:42:55.135151  9838 catalog_manager.cc:5696] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f reported cstate change: term changed from 0 to 1, leader changed from <none> to 4597d03683914d45915dee82fc4e887f (127.0.107.193). New cstate: current_term: 1 leader_uuid: "4597d03683914d45915dee82fc4e887f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:55.207120 10142 consensus_queue.cc:1048] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.254490 10142 consensus_queue.cc:1048] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:42:55.312875 10194 meta_cache.cc:1097] Time spent processing table locations response: real 0.063s	user 0.009s	sys 0.004s
W20260608 12:42:55.313040 10195 meta_cache.cc:1261] Time spent looking up entry by key: real 0.117s	user 0.005s	sys 0.003s
W20260608 12:42:55.313946 10245 meta_cache.cc:1261] Time spent looking up entry by key: real 0.101s	user 0.015s	sys 0.007s
W20260608 12:42:55.313704 10194 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:42581, user_credentials={real_user=slave}} blocked reactor thread for 63859.6us
W20260608 12:42:55.316299 10196 meta_cache.cc:1261] Time spent looking up entry by key: real 0.126s	user 0.001s	sys 0.008s
W20260608 12:42:55.324331 10193 meta_cache.cc:1261] Time spent looking up entry by key: real 0.134s	user 0.007s	sys 0.002s
W20260608 12:42:55.324486 10244 meta_cache.cc:1261] Time spent looking up entry by key: real 0.111s	user 0.007s	sys 0.013s
W20260608 12:42:55.328934 10243 meta_cache.cc:1261] Time spent looking up entry by key: real 0.139s	user 0.012s	sys 0.025s
W20260608 12:42:55.334554 10246 meta_cache.cc:1261] Time spent looking up entry by key: real 0.121s	user 0.000s	sys 0.000s
I20260608 12:42:55.375684 10235 consensus_queue.cc:1048] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.419804 10144 consensus_queue.cc:1048] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.491624 10237 consensus_queue.cc:1048] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.515715 10237 consensus_queue.cc:1048] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:55.543169 10224 consensus_queue.cc:1048] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:42:55.555714 10224 consensus_queue.cc:1048] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.566535 10237 consensus_queue.cc:1048] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.568452 10237 consensus_queue.cc:1048] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260608 12:42:55.587656 10241 consensus_queue.cc:1048] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:42:55.617293 10241 consensus_queue.cc:1048] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:42:56.035977 10193 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.107.193:32787, user_credentials={real_user=slave}} blocked reactor thread for 45236.5us
W20260608 12:42:56.442912 10052 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36889, user_credentials={real_user=slave}} blocked reactor thread for 96674.2us
W20260608 12:42:57.058423 10052 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:36889, user_credentials={real_user=slave}} blocked reactor thread for 71344.7us
I20260608 12:42:57.146096   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:42:57.154023 10304 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 12:42:57.154817 10303 instance_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:42:57.162767   431 server_base.cc:1061] running on GCE node
W20260608 12:42:57.162962 10306 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 12:42:57.164506   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:42:57.164882   431 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 12:42:57.165192   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922577165170 us; error 0 us; skew 500 ppm
I20260608 12:42:57.166098   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:42:57.170171   431 webserver.cc:533] Webserver started at http://127.0.107.196:36869/ using document root <none> and password file <none>
I20260608 12:42:57.170755   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:42:57.170996   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:42:57.171339   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:42:57.172719   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "14f5141dd0844b169b5deec2b5e1980d"
format_stamp: "Formatted at 2026-06-08 12:42:57 on dist-test-slave-62kf"
I20260608 12:42:57.178283   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
I20260608 12:42:57.182346 10311 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:57.183318   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:42:57.183669   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "14f5141dd0844b169b5deec2b5e1980d"
format_stamp: "Formatted at 2026-06-08 12:42:57 on dist-test-slave-62kf"
I20260608 12:42:57.184029   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780922350108766-431-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 12:42:57.204108   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:42:57.205710   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:42:57.207595   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:42:57.210774   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:42:57.210981   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:57.211303   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:42:57.211549   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:42:57.273885   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:39405
I20260608 12:42:57.274021 10373 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:39405 every 8 connection(s)
I20260608 12:42:57.302963 10374 heartbeater.cc:344] Connected to a master server at 127.0.107.254:42581
I20260608 12:42:57.303433 10374 heartbeater.cc:461] Registering TS with master...
I20260608 12:42:57.304386 10374 heartbeater.cc:507] Master 127.0.107.254:42581 requested a full tablet report, sending...
I20260608 12:42:57.306702  9833 ts_manager.cc:194] Registered new tserver with Master: 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196:39405)
I20260608 12:42:57.308676  9833 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:32908
I20260608 12:42:58.086439 10089 consensus_queue.cc:237] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.094408 10015 raft_consensus.cc:1275] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.096228  9940 raft_consensus.cc:1275] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.098608 10265 consensus_queue.cc:1048] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:58.099659 10380 consensus_queue.cc:1048] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:58.112735 10265 raft_consensus.cc:2955] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
W20260608 12:42:58.114172 10053 consensus_peers.cc:597] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196:39405): Couldn't send request to peer 14f5141dd0844b169b5deec2b5e1980d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 740158a3162f424199245fcb8c5ae0ab. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.114259 10015 raft_consensus.cc:2955] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.118741  9940 raft_consensus.cc:2955] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.130345 10089 consensus_queue.cc:237] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.138221  9833 catalog_manager.cc:5696] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:42:58.147091 10015 raft_consensus.cc:1275] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:42:58.148382 10053 consensus_peers.cc:597] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196:39405): Couldn't send request to peer 14f5141dd0844b169b5deec2b5e1980d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4a0b24e4c8604d24a1f0cbec551f3e48. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.149159 10383 consensus_queue.cc:1048] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:58.158195  9940 raft_consensus.cc:1275] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.160696 10380 consensus_queue.cc:1048] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:58.165549 10265 raft_consensus.cc:2955] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.170689 10015 raft_consensus.cc:2955] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.195701  9831 catalog_manager.cc:5696] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 reported cstate change: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.195863  9940 raft_consensus.cc:2955] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.224560 10015 consensus_queue.cc:237] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.236488 10089 raft_consensus.cc:1275] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Refusing update from remote peer 916900caecb6497db95332ac99055643: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.243435 10224 consensus_queue.cc:1048] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:58.268668 10224 raft_consensus.cc:2955] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.271284 10088 raft_consensus.cc:2955] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.290937  9831 catalog_manager.cc:5696] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce reported cstate change: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "916900caecb6497db95332ac99055643" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.292428  9940 raft_consensus.cc:1275] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Refusing update from remote peer 916900caecb6497db95332ac99055643: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.298144 10393 consensus_queue.cc:1048] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:58.302420 10089 consensus_queue.cc:237] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
W20260608 12:42:58.305284  9979 consensus_peers.cc:597] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 -> Peer 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196:39405): Couldn't send request to peer 14f5141dd0844b169b5deec2b5e1980d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 42fbdf8093bc4224a7f91370a20be140. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.311364 10374 heartbeater.cc:499] Master 127.0.107.254:42581 was elected leader, sending a full tablet report...
I20260608 12:42:58.314759  9940 raft_consensus.cc:2955] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
W20260608 12:42:58.322718 10053 consensus_peers.cc:597] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196:39405): Couldn't send request to peer 14f5141dd0844b169b5deec2b5e1980d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 04d256ad7a5648e28dc1ec4cadce7a9d. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:58.326855 10015 raft_consensus.cc:1275] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.327426  9938 raft_consensus.cc:1275] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:42:58.328985 10265 consensus_queue.cc:1048] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:42:58.330425 10380 consensus_queue.cc:1048] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:42:58.344933 10265 raft_consensus.cc:2955] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.345913 10015 raft_consensus.cc:2955] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.346871  9940 raft_consensus.cc:2955] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.362560  9831 catalog_manager.cc:5696] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 reported cstate change: config changed from index -1 to 16, NON_VOTER 14f5141dd0844b169b5deec2b5e1980d (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } }
I20260608 12:42:58.521556 10400 ts_tablet_manager.cc:933] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Initiating tablet copy from peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:58.524266 10400 tablet_copy_client.cc:323] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41141
I20260608 12:42:58.539813 10099 tablet_copy_service.cc:140] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Received BeginTabletCopySession request for tablet 740158a3162f424199245fcb8c5ae0ab from peer 14f5141dd0844b169b5deec2b5e1980d ({username='slave'} at 127.0.0.1:39744)
I20260608 12:42:58.540623 10099 tablet_copy_service.cc:161] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Beginning new tablet copy session on tablet 740158a3162f424199245fcb8c5ae0ab from peer 14f5141dd0844b169b5deec2b5e1980d at {username='slave'} at 127.0.0.1:39744: session id = 14f5141dd0844b169b5deec2b5e1980d-740158a3162f424199245fcb8c5ae0ab
I20260608 12:42:58.554247 10099 tablet_copy_source_session.cc:215] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:58.558746 10400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 740158a3162f424199245fcb8c5ae0ab. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:58.581897 10400 tablet_copy_client.cc:806] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:58.582728 10400 tablet_copy_client.cc:670] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:58.588770 10400 tablet_copy_client.cc:538] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:58.601672 10400 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap starting.
I20260608 12:42:58.752065 10400 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=113 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:58.753242 10400 tablet_bootstrap.cc:492] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap complete.
I20260608 12:42:58.754019 10400 ts_tablet_manager.cc:1403] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Time spent bootstrapping tablet: real 0.153s	user 0.124s	sys 0.021s
I20260608 12:42:58.756844 10400 raft_consensus.cc:359] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.757684 10400 raft_consensus.cc:740] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14f5141dd0844b169b5deec2b5e1980d, State: Initialized, Role: LEARNER
I20260608 12:42:58.758352 10400 consensus_queue.cc:260] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.762244 10404 ts_tablet_manager.cc:933] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Initiating tablet copy from peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:58.771503 10404 tablet_copy_client.cc:323] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41141
I20260608 12:42:58.773630 10400 ts_tablet_manager.cc:1434] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.012s
I20260608 12:42:58.777222 10099 tablet_copy_service.cc:342] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Request end of tablet copy session 14f5141dd0844b169b5deec2b5e1980d-740158a3162f424199245fcb8c5ae0ab received from {username='slave'} at 127.0.0.1:39744
I20260608 12:42:58.777837 10099 tablet_copy_service.cc:434] P 7ba927d9e8a44a4ba7f5346e9997b2ce: ending tablet copy session 14f5141dd0844b169b5deec2b5e1980d-740158a3162f424199245fcb8c5ae0ab on tablet 740158a3162f424199245fcb8c5ae0ab with peer 14f5141dd0844b169b5deec2b5e1980d
I20260608 12:42:58.781214 10099 tablet_copy_service.cc:140] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Received BeginTabletCopySession request for tablet 4a0b24e4c8604d24a1f0cbec551f3e48 from peer 14f5141dd0844b169b5deec2b5e1980d ({username='slave'} at 127.0.0.1:39744)
I20260608 12:42:58.781986 10099 tablet_copy_service.cc:161] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Beginning new tablet copy session on tablet 4a0b24e4c8604d24a1f0cbec551f3e48 from peer 14f5141dd0844b169b5deec2b5e1980d at {username='slave'} at 127.0.0.1:39744: session id = 14f5141dd0844b169b5deec2b5e1980d-4a0b24e4c8604d24a1f0cbec551f3e48
I20260608 12:42:58.792570 10099 tablet_copy_source_session.cc:215] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:58.796584 10404 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4a0b24e4c8604d24a1f0cbec551f3e48. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:58.813959 10404 tablet_copy_client.cc:806] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:58.814630 10404 tablet_copy_client.cc:670] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:58.819896 10404 tablet_copy_client.cc:538] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:58.829846 10404 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap starting.
I20260608 12:42:58.839803 10400 ts_tablet_manager.cc:933] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Initiating tablet copy from peer 916900caecb6497db95332ac99055643 (127.0.107.194:36889)
I20260608 12:42:58.875854 10400 tablet_copy_client.cc:323] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.194:36889
I20260608 12:42:58.878105 10408 ts_tablet_manager.cc:933] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Initiating tablet copy from peer 7ba927d9e8a44a4ba7f5346e9997b2ce (127.0.107.195:41141)
I20260608 12:42:58.897277 10408 tablet_copy_client.cc:323] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:41141
I20260608 12:42:58.903165 10099 tablet_copy_service.cc:140] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Received BeginTabletCopySession request for tablet 04d256ad7a5648e28dc1ec4cadce7a9d from peer 14f5141dd0844b169b5deec2b5e1980d ({username='slave'} at 127.0.0.1:39744)
I20260608 12:42:58.903997 10099 tablet_copy_service.cc:161] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Beginning new tablet copy session on tablet 04d256ad7a5648e28dc1ec4cadce7a9d from peer 14f5141dd0844b169b5deec2b5e1980d at {username='slave'} at 127.0.0.1:39744: session id = 14f5141dd0844b169b5deec2b5e1980d-04d256ad7a5648e28dc1ec4cadce7a9d
I20260608 12:42:58.918764 10099 tablet_copy_source_session.cc:215] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:58.936396 10408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 04d256ad7a5648e28dc1ec4cadce7a9d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:58.964395 10404 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=123 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:58.965449 10404 tablet_bootstrap.cc:492] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap complete.
I20260608 12:42:58.966228 10404 ts_tablet_manager.cc:1403] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Time spent bootstrapping tablet: real 0.137s	user 0.106s	sys 0.029s
I20260608 12:42:58.969427 10404 raft_consensus.cc:359] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.970333 10404 raft_consensus.cc:740] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14f5141dd0844b169b5deec2b5e1980d, State: Initialized, Role: LEARNER
I20260608 12:42:58.971016 10404 consensus_queue.cc:260] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } attrs { replace: true } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:58.974212 10404 ts_tablet_manager.cc:1434] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:58.978022 10099 tablet_copy_service.cc:342] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Request end of tablet copy session 14f5141dd0844b169b5deec2b5e1980d-4a0b24e4c8604d24a1f0cbec551f3e48 received from {username='slave'} at 127.0.0.1:39744
I20260608 12:42:58.978600 10099 tablet_copy_service.cc:434] P 7ba927d9e8a44a4ba7f5346e9997b2ce: ending tablet copy session 14f5141dd0844b169b5deec2b5e1980d-4a0b24e4c8604d24a1f0cbec551f3e48 on tablet 4a0b24e4c8604d24a1f0cbec551f3e48 with peer 14f5141dd0844b169b5deec2b5e1980d
I20260608 12:42:58.993274 10025 tablet_copy_service.cc:140] P 916900caecb6497db95332ac99055643: Received BeginTabletCopySession request for tablet 42fbdf8093bc4224a7f91370a20be140 from peer 14f5141dd0844b169b5deec2b5e1980d ({username='slave'} at 127.0.0.1:39066)
I20260608 12:42:58.993938 10025 tablet_copy_service.cc:161] P 916900caecb6497db95332ac99055643: Beginning new tablet copy session on tablet 42fbdf8093bc4224a7f91370a20be140 from peer 14f5141dd0844b169b5deec2b5e1980d at {username='slave'} at 127.0.0.1:39066: session id = 14f5141dd0844b169b5deec2b5e1980d-42fbdf8093bc4224a7f91370a20be140
I20260608 12:42:58.996960 10349 raft_consensus.cc:1217] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:59.007758 10025 tablet_copy_source_session.cc:215] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 12:42:59.011651 10408 tablet_copy_client.cc:806] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:59.011899 10400 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 42fbdf8093bc4224a7f91370a20be140. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:42:59.012431 10408 tablet_copy_client.cc:670] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:59.017606 10408 tablet_copy_client.cc:538] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:59.027774 10408 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap starting.
I20260608 12:42:59.032687 10400 tablet_copy_client.cc:806] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 0 data blocks...
I20260608 12:42:59.033555 10400 tablet_copy_client.cc:670] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Starting download of 1 WAL segments...
I20260608 12:42:59.040953 10400 tablet_copy_client.cc:538] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 12:42:59.063015 10400 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap starting.
I20260608 12:42:59.173003 10349 raft_consensus.cc:1217] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:59.215580 10408 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=115 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:59.216615 10408 tablet_bootstrap.cc:492] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap complete.
I20260608 12:42:59.217428 10408 ts_tablet_manager.cc:1403] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Time spent bootstrapping tablet: real 0.190s	user 0.132s	sys 0.013s
I20260608 12:42:59.222110 10408 raft_consensus.cc:359] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:59.223065 10408 raft_consensus.cc:740] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14f5141dd0844b169b5deec2b5e1980d, State: Initialized, Role: LEARNER
I20260608 12:42:59.223788 10408 consensus_queue.cc:260] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:59.226138 10408 ts_tablet_manager.cc:1434] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 12:42:59.228892 10099 tablet_copy_service.cc:342] P 7ba927d9e8a44a4ba7f5346e9997b2ce: Request end of tablet copy session 14f5141dd0844b169b5deec2b5e1980d-04d256ad7a5648e28dc1ec4cadce7a9d received from {username='slave'} at 127.0.0.1:39744
I20260608 12:42:59.229357 10099 tablet_copy_service.cc:434] P 7ba927d9e8a44a4ba7f5346e9997b2ce: ending tablet copy session 14f5141dd0844b169b5deec2b5e1980d-04d256ad7a5648e28dc1ec4cadce7a9d on tablet 04d256ad7a5648e28dc1ec4cadce7a9d with peer 14f5141dd0844b169b5deec2b5e1980d
I20260608 12:42:59.244014 10400 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=122 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 12:42:59.245028 10400 tablet_bootstrap.cc:492] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Bootstrap complete.
I20260608 12:42:59.245786 10400 ts_tablet_manager.cc:1403] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Time spent bootstrapping tablet: real 0.183s	user 0.148s	sys 0.004s
I20260608 12:42:59.250519 10400 raft_consensus.cc:359] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:59.251410 10400 raft_consensus.cc:740] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14f5141dd0844b169b5deec2b5e1980d, State: Initialized, Role: LEARNER
I20260608 12:42:59.252130 10400 consensus_queue.cc:260] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } attrs { replace: true } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } }
I20260608 12:42:59.254462 10400 ts_tablet_manager.cc:1434] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:42:59.256753 10025 tablet_copy_service.cc:342] P 916900caecb6497db95332ac99055643: Request end of tablet copy session 14f5141dd0844b169b5deec2b5e1980d-42fbdf8093bc4224a7f91370a20be140 received from {username='slave'} at 127.0.0.1:39066
I20260608 12:42:59.257361 10025 tablet_copy_service.cc:434] P 916900caecb6497db95332ac99055643: ending tablet copy session 14f5141dd0844b169b5deec2b5e1980d-42fbdf8093bc4224a7f91370a20be140 on tablet 42fbdf8093bc4224a7f91370a20be140 with peer 14f5141dd0844b169b5deec2b5e1980d
I20260608 12:42:59.265676 10349 raft_consensus.cc:1217] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
I20260608 12:42:59.310184   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
W20260608 12:42:59.354429  9978 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 77 similar messages]
I20260608 12:42:59.378414   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:59.379508   431 tablet_replica.cc:333] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
W20260608 12:42:59.379535  9978 consensus_peers.cc:597] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 -> Peer 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787): Couldn't send request to peer 4597d03683914d45915dee82fc4e887f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:59.380527   431 raft_consensus.cc:2243] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.381417   431 raft_consensus.cc:2272] T 6744a39c39d94cd9b0622f631b057940 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.383744   431 tablet_replica.cc:333] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.384661   431 raft_consensus.cc:2243] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.385403   431 raft_consensus.cc:2272] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:59.387203 10052 consensus_peers.cc:597] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787): Couldn't send request to peer 4597d03683914d45915dee82fc4e887f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:59.388588   431 tablet_replica.cc:333] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.389473   431 raft_consensus.cc:2243] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.390265   431 raft_consensus.cc:2272] T 04d256ad7a5648e28dc1ec4cadce7a9d P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.393401   431 tablet_replica.cc:333] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.394179   431 raft_consensus.cc:2243] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.394752   431 raft_consensus.cc:2272] T 39ba1ffa164f43e7ba328f4c10d0c92f P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.397820   431 tablet_replica.cc:333] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.398624   431 raft_consensus.cc:2243] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.399247   431 raft_consensus.cc:2272] T 42fbdf8093bc4224a7f91370a20be140 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.402369   431 tablet_replica.cc:333] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.403142   431 raft_consensus.cc:2243] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.404054   431 raft_consensus.cc:2272] T 740158a3162f424199245fcb8c5ae0ab P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.407198   431 tablet_replica.cc:333] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.408000   431 raft_consensus.cc:2243] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.408627   431 raft_consensus.cc:2272] T 07dd82fbdaf141a6bd6643859e0d312a P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.411589   431 tablet_replica.cc:333] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f: stopping tablet replica
I20260608 12:42:59.412297   431 raft_consensus.cc:2243] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.412890   431 raft_consensus.cc:2272] T 7c2ede8c91374911a78b005f3c48f350 P 4597d03683914d45915dee82fc4e887f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.424189 10349 raft_consensus.cc:1217] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.15->[1.16-1.16]   Dedup: 1.16->[]
W20260608 12:42:59.437855 10052 consensus_peers.cc:597] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787): Couldn't send request to peer 4597d03683914d45915dee82fc4e887f. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:59.446945   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:42:59.482059   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:42:59.492674 10265 raft_consensus.cc:1064] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: attempting to promote NON_VOTER 14f5141dd0844b169b5deec2b5e1980d to VOTER
I20260608 12:42:59.500138 10265 consensus_queue.cc:237] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [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: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: false } }
I20260608 12:42:59.529480 10349 raft_consensus.cc:1275] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Refusing update from remote peer 7ba927d9e8a44a4ba7f5346e9997b2ce: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 12:42:59.532907 10414 consensus_queue.cc:1048] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [LEADER]: Connected to new peer: Peer: permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39405 } 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:42:59.546211 10052 consensus_peers.cc:597] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 4597d03683914d45915dee82fc4e887f (127.0.107.193:32787): Couldn't send request to peer 4597d03683914d45915dee82fc4e887f. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:32787: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:42:59.547465 10052 consensus_peers.cc:597] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 916900caecb6497db95332ac99055643 (127.0.107.194:36889): Couldn't send request to peer 916900caecb6497db95332ac99055643. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:59.550078   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:59.551452   431 tablet_replica.cc:333] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.552791   431 raft_consensus.cc:2243] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.553942   431 raft_consensus.cc:2272] T 6744a39c39d94cd9b0622f631b057940 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.558996   431 tablet_replica.cc:333] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.562592   431 raft_consensus.cc:2243] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.563496   431 raft_consensus.cc:2272] T 04d256ad7a5648e28dc1ec4cadce7a9d P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.566066   431 tablet_replica.cc:333] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.566709   431 raft_consensus.cc:2243] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.567904   431 raft_consensus.cc:2272] T 42fbdf8093bc4224a7f91370a20be140 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.570389   431 tablet_replica.cc:333] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.571038   431 raft_consensus.cc:2243] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.571861   431 raft_consensus.cc:2272] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.574277   431 tablet_replica.cc:333] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.574918   431 raft_consensus.cc:2243] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.575583   431 raft_consensus.cc:2272] T 740158a3162f424199245fcb8c5ae0ab P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.578212   431 tablet_replica.cc:333] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.578859   431 raft_consensus.cc:2243] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.579412   431 raft_consensus.cc:2272] T bfcd00a8967442bfb16be6c6bf1f18d2 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.582012   431 tablet_replica.cc:333] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.582636   431 raft_consensus.cc:2243] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.583606   431 raft_consensus.cc:2272] T 07dd82fbdaf141a6bd6643859e0d312a P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.586561   431 tablet_replica.cc:333] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643: stopping tablet replica
I20260608 12:42:59.587584   431 raft_consensus.cc:2243] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.588387   431 raft_consensus.cc:2272] T d538fc648b9241768f86a75f731fca69 P 916900caecb6497db95332ac99055643 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:42:59.616078 10052 consensus_peers.cc:597] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce -> Peer 916900caecb6497db95332ac99055643 (127.0.107.194:36889): Couldn't send request to peer 916900caecb6497db95332ac99055643. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:36889: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:42:59.617727   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:42:59.640229   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:42:59.680953   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:42:59.682807   431 tablet_replica.cc:333] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.683790   431 raft_consensus.cc:2243] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.685222   431 pending_rounds.cc:70] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Trying to abort 1 pending ops.
I20260608 12:42:59.685525   431 pending_rounds.cc:77] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658885608644608 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "740158a3162f424199245fcb8c5ae0ab" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: false } } } }
I20260608 12:42:59.686729   431 raft_consensus.cc:2917] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:42:59.687227   431 raft_consensus.cc:2889] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:42:59.687608   431 raft_consensus.cc:2272] T 740158a3162f424199245fcb8c5ae0ab P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.691474   431 tablet_replica.cc:333] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.692487   431 raft_consensus.cc:2243] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.693370   431 raft_consensus.cc:2272] T 07dd82fbdaf141a6bd6643859e0d312a P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.697117   431 tablet_replica.cc:333] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.698104   431 raft_consensus.cc:2243] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.699786   431 raft_consensus.cc:2272] T 04d256ad7a5648e28dc1ec4cadce7a9d P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.703385   431 tablet_replica.cc:333] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.704351   431 raft_consensus.cc:2243] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.705147   431 raft_consensus.cc:2272] T 42fbdf8093bc4224a7f91370a20be140 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.708678   431 tablet_replica.cc:333] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.709574   431 raft_consensus.cc:2243] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.711203   431 raft_consensus.cc:2272] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.714632   431 tablet_replica.cc:333] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.715471   431 raft_consensus.cc:2243] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:42:59.716182   431 raft_consensus.cc:2272] T 6744a39c39d94cd9b0622f631b057940 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.719506   431 tablet_replica.cc:333] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.720343   431 raft_consensus.cc:2243] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.720969   431 raft_consensus.cc:2272] T aa07d0e6337c4b22a1a7be333a9edfc4 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:42:59.724308   431 tablet_replica.cc:333] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce: stopping tablet replica
I20260608 12:42:59.725062   431 raft_consensus.cc:2243] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:42:59.725682   431 raft_consensus.cc:2272] T 330fe67be2e84f4facd86cf602bb9069 P 7ba927d9e8a44a4ba7f5346e9997b2ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:00.226750   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:00.255399   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:00.280506   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:00.281226   431 tablet_replica.cc:333] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d: stopping tablet replica
I20260608 12:43:00.281870   431 raft_consensus.cc:2243] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:00.282302   431 raft_consensus.cc:2272] T 04d256ad7a5648e28dc1ec4cadce7a9d P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:00.284722   431 tablet_replica.cc:333] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d: stopping tablet replica
I20260608 12:43:00.285283   431 raft_consensus.cc:2243] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:00.285691   431 raft_consensus.cc:2272] T 4a0b24e4c8604d24a1f0cbec551f3e48 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:00.288094   431 tablet_replica.cc:333] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d: stopping tablet replica
I20260608 12:43:00.288638   431 raft_consensus.cc:2243] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 12:43:00.289044   431 raft_consensus.cc:2272] T 42fbdf8093bc4224a7f91370a20be140 P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:00.291177   431 tablet_replica.cc:333] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: stopping tablet replica
I20260608 12:43:00.291668   431 raft_consensus.cc:2243] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:00.292121   431 pending_rounds.cc:70] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Trying to abort 1 pending ops.
I20260608 12:43:00.292315   431 pending_rounds.cc:77] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d: Aborting op as it isn't in flight: id { term: 1 index: 17 } timestamp: 7294658885608644608 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "740158a3162f424199245fcb8c5ae0ab" old_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: true } } } new_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "4597d03683914d45915dee82fc4e887f" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32787 } } peers { permanent_uuid: "916900caecb6497db95332ac99055643" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 36889 } attrs { replace: true } } peers { permanent_uuid: "7ba927d9e8a44a4ba7f5346e9997b2ce" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 41141 } } peers { permanent_uuid: "14f5141dd0844b169b5deec2b5e1980d" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 39405 } attrs { promote: false } } } }
I20260608 12:43:00.292994   431 raft_consensus.cc:2917] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 FOLLOWER]: Aborting config change with OpId 1.17: Aborted: Op aborted
I20260608 12:43:00.293349   431 raft_consensus.cc:2889] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 12:43:00.293659   431 raft_consensus.cc:2272] T 740158a3162f424199245fcb8c5ae0ab P 14f5141dd0844b169b5deec2b5e1980d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 12:43:00.316955   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:00.331228   431 master.cc:562] Master@127.0.107.254:42581 shutting down...
W20260608 12:43:00.359511  9886 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:43:00.359892  9886 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:43:00.360208  9886 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:43:00.361485   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:00.361994   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:00.362310   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1dc21fad812a4c3781aa73e7c6516d29: stopping tablet replica
I20260608 12:43:00.385491   431 master.cc:584] Master@127.0.107.254:42581 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (10486 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 12:43:00.437938   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:34161
I20260608 12:43:00.439153   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:00.444275 10423 instance_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:43:00.444448 10424 instance_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:43:00.446962 10426 instance_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:43:00.447099   431 server_base.cc:1061] running on GCE node
I20260608 12:43:00.448438   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:00.448623   431 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:43:00.448830   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922580448797 us; error 0 us; skew 500 ppm
I20260608 12:43:00.449462   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:00.451857   431 webserver.cc:533] Webserver started at http://127.0.107.254:33717/ using document root <none> and password file <none>
I20260608 12:43:00.452489   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:00.452693   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:00.452994   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:00.454133   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "f57056f2a8b84060bf9d38b32047f0d5"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.459033   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.002s
I20260608 12:43:00.462844 10431 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:43:00.463755   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 12:43:00.464166   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "f57056f2a8b84060bf9d38b32047f0d5"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.464499   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-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:43:00.477993   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:00.479359   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:00.520587   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:34161
I20260608 12:43:00.520704 10482 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:34161 every 8 connection(s)
I20260608 12:43:00.525038 10483 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:43:00.536048 10483 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5: Bootstrap starting.
I20260608 12:43:00.541213 10483 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:00.546115 10483 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5: No bootstrap required, opened a new log
I20260608 12:43:00.549340 10483 raft_consensus.cc:359] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER }
I20260608 12:43:00.549786 10483 raft_consensus.cc:385] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:00.550076 10483 raft_consensus.cc:740] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f57056f2a8b84060bf9d38b32047f0d5, State: Initialized, Role: FOLLOWER
I20260608 12:43:00.550760 10483 consensus_queue.cc:260] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER }
I20260608 12:43:00.551260 10483 raft_consensus.cc:399] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:00.551503 10483 raft_consensus.cc:493] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:00.551782 10483 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:00.556957 10483 raft_consensus.cc:515] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER }
I20260608 12:43:00.557561 10483 leader_election.cc:304] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [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: f57056f2a8b84060bf9d38b32047f0d5; no voters: 
I20260608 12:43:00.558848 10483 leader_election.cc:290] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:00.559376 10486 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:00.561300 10486 raft_consensus.cc:697] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 1 LEADER]: Becoming Leader. State: Replica: f57056f2a8b84060bf9d38b32047f0d5, State: Running, Role: LEADER
I20260608 12:43:00.561969 10483 sys_catalog.cc:565] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:00.562194 10486 consensus_queue.cc:237] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [LEADER]: Queue going to LEADER mode. State: All 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: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER }
I20260608 12:43:00.566977 10488 sys_catalog.cc:455] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f57056f2a8b84060bf9d38b32047f0d5. Latest consensus state: current_term: 1 leader_uuid: "f57056f2a8b84060bf9d38b32047f0d5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER } }
I20260608 12:43:00.566883 10487 sys_catalog.cc:455] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f57056f2a8b84060bf9d38b32047f0d5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f57056f2a8b84060bf9d38b32047f0d5" member_type: VOTER } }
I20260608 12:43:00.567665 10488 sys_catalog.cc:458] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:00.567710 10487 sys_catalog.cc:458] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:00.571645 10493 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:00.579741 10493 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:00.580878   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:00.590582 10493 catalog_manager.cc:1382] Generated new cluster ID: 43e6f95a53744d88a218556d054b9941
I20260608 12:43:00.590862 10493 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:00.612151 10493 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:00.613499 10493 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:00.633241 10493 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5: Generated new TSK 0
I20260608 12:43:00.633919 10493 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:00.647774   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:00.654198 10504 instance_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:43:00.655402 10505 instance_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:43:00.656899 10507 instance_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:43:00.657881   431 server_base.cc:1061] running on GCE node
I20260608 12:43:00.658919   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:00.659116   431 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:43:00.659248   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922580659236 us; error 0 us; skew 500 ppm
I20260608 12:43:00.659790   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:00.662532   431 webserver.cc:533] Webserver started at http://127.0.107.193:38407/ using document root <none> and password file <none>
I20260608 12:43:00.663056   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:00.663245   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:00.663460   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:00.664845   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.670472   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:00.674607 10512 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:43:00.675539   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:43:00.675911   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.676306   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-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:43:00.689424   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:00.690603   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:00.692276   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:00.694834   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:00.695089   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.695377   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:00.695564   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.736912   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:33331
I20260608 12:43:00.737033 10574 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:33331 every 8 connection(s)
I20260608 12:43:00.742508   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:00.750213 10579 instance_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:43:00.752171 10580 instance_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:43:00.756554 10582 instance_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:43:00.758122 10575 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34161
I20260608 12:43:00.758574 10575 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:00.759243   431 server_base.cc:1061] running on GCE node
I20260608 12:43:00.759640 10575 heartbeater.cc:507] Master 127.0.107.254:34161 requested a full tablet report, sending...
I20260608 12:43:00.760390   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:00.760612   431 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:43:00.760870   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922580760851 us; error 0 us; skew 500 ppm
I20260608 12:43:00.761698   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:00.762290 10448 ts_manager.cc:194] Registered new tserver with Master: aa37e453d5b94d04b9f7414e3ecf3f1c (127.0.107.193:33331)
I20260608 12:43:00.764808   431 webserver.cc:533] Webserver started at http://127.0.107.194:44463/ using document root <none> and password file <none>
I20260608 12:43:00.764803 10448 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56496
I20260608 12:43:00.765501   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:00.765805   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:00.766112   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:00.767272   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "d26fe7f4108e4f079b1b7c08385e0882"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.772164   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:43:00.775795 10587 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:43:00.776746   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:00.777076   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "d26fe7f4108e4f079b1b7c08385e0882"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.777379   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-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:43:00.804015   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:00.805163   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:00.806612   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:00.809083   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:00.809345   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.809597   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:00.809787   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.851204   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:40953
I20260608 12:43:00.851326 10649 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:40953 every 8 connection(s)
I20260608 12:43:00.856715   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:00.865711 10653 instance_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:43:00.866340 10654 instance_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:43:00.869804 10656 instance_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:43:00.870129   431 server_base.cc:1061] running on GCE node
I20260608 12:43:00.870612 10650 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34161
I20260608 12:43:00.871050 10650 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:00.871340   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:00.871640   431 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:43:00.871848   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922580871832 us; error 0 us; skew 500 ppm
I20260608 12:43:00.871894 10650 heartbeater.cc:507] Master 127.0.107.254:34161 requested a full tablet report, sending...
I20260608 12:43:00.872704   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:00.874693 10448 ts_manager.cc:194] Registered new tserver with Master: d26fe7f4108e4f079b1b7c08385e0882 (127.0.107.194:40953)
I20260608 12:43:00.875972   431 webserver.cc:533] Webserver started at http://127.0.107.195:38211/ using document root <none> and password file <none>
I20260608 12:43:00.876776   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:00.876742 10448 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56510
I20260608 12:43:00.877329   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:00.877736   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:00.879362   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "0fe113e6303840f89f112a981e7e1ecd"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.884243   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 12:43:00.888095 10661 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:43:00.888969   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:00.889310   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "0fe113e6303840f89f112a981e7e1ecd"
format_stamp: "Formatted at 2026-06-08 12:43:00 on dist-test-slave-62kf"
I20260608 12:43:00.889575   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780922350108766-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:43:00.907477   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:00.908658   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:00.910204   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:00.912693   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:00.912947   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.913211   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:00.913403   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:00.955381   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:46457
I20260608 12:43:00.955502 10723 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:46457 every 8 connection(s)
I20260608 12:43:00.970501 10724 heartbeater.cc:344] Connected to a master server at 127.0.107.254:34161
I20260608 12:43:00.970896 10724 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:00.971678 10724 heartbeater.cc:507] Master 127.0.107.254:34161 requested a full tablet report, sending...
I20260608 12:43:00.974020 10448 ts_manager.cc:194] Registered new tserver with Master: 0fe113e6303840f89f112a981e7e1ecd (127.0.107.195:46457)
I20260608 12:43:00.974990   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016077653s
I20260608 12:43:00.975752 10448 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56526
I20260608 12:43:01.001365 10448 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56532:
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:43:01.003204 10448 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:43:01.052162 10615 tablet_service.cc:1511] Processing CreateTablet for tablet 06bb6c3b802c4f4e9014f216dd509ac3 (DEFAULT_TABLE table=test-workload [id=c01c5b33cb0c40bcb83500878f5de9d5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:01.053521 10615 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06bb6c3b802c4f4e9014f216dd509ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:01.059615 10689 tablet_service.cc:1511] Processing CreateTablet for tablet 06bb6c3b802c4f4e9014f216dd509ac3 (DEFAULT_TABLE table=test-workload [id=c01c5b33cb0c40bcb83500878f5de9d5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:01.061296 10689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06bb6c3b802c4f4e9014f216dd509ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:01.063277 10540 tablet_service.cc:1511] Processing CreateTablet for tablet 06bb6c3b802c4f4e9014f216dd509ac3 (DEFAULT_TABLE table=test-workload [id=c01c5b33cb0c40bcb83500878f5de9d5]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:01.064827 10540 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06bb6c3b802c4f4e9014f216dd509ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:01.078523 10740 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: Bootstrap starting.
I20260608 12:43:01.080592 10739 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Bootstrap starting.
I20260608 12:43:01.086488 10741 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: Bootstrap starting.
I20260608 12:43:01.088236 10740 tablet_bootstrap.cc:654] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:01.091562 10739 tablet_bootstrap.cc:654] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:01.093072 10740 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: No bootstrap required, opened a new log
I20260608 12:43:01.093755 10740 ts_tablet_manager.cc:1403] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.006s
I20260608 12:43:01.093982 10741 tablet_bootstrap.cc:654] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:01.097023 10740 raft_consensus.cc:359] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.097697 10740 raft_consensus.cc:385] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:01.098097 10740 raft_consensus.cc:740] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d26fe7f4108e4f079b1b7c08385e0882, State: Initialized, Role: FOLLOWER
I20260608 12:43:01.099033 10740 consensus_queue.cc:260] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.100416 10739 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: No bootstrap required, opened a new log
I20260608 12:43:01.101048 10739 ts_tablet_manager.cc:1403] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.008s
I20260608 12:43:01.101594 10650 heartbeater.cc:499] Master 127.0.107.254:34161 was elected leader, sending a full tablet report...
I20260608 12:43:01.101998 10740 ts_tablet_manager.cc:1434] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.002s
I20260608 12:43:01.102785 10741 tablet_bootstrap.cc:492] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: No bootstrap required, opened a new log
I20260608 12:43:01.103315 10741 ts_tablet_manager.cc:1403] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260608 12:43:01.104239 10739 raft_consensus.cc:359] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.104950 10739 raft_consensus.cc:385] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:01.105214 10739 raft_consensus.cc:740] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0fe113e6303840f89f112a981e7e1ecd, State: Initialized, Role: FOLLOWER
I20260608 12:43:01.106516 10741 raft_consensus.cc:359] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.107450 10741 raft_consensus.cc:385] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:01.106937 10739 consensus_queue.cc:260] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.107856 10741 raft_consensus.cc:740] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa37e453d5b94d04b9f7414e3ecf3f1c, State: Initialized, Role: FOLLOWER
I20260608 12:43:01.108973 10741 consensus_queue.cc:260] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.111510 10575 heartbeater.cc:499] Master 127.0.107.254:34161 was elected leader, sending a full tablet report...
I20260608 12:43:01.112126 10741 ts_tablet_manager.cc:1434] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 12:43:01.114861 10724 heartbeater.cc:499] Master 127.0.107.254:34161 was elected leader, sending a full tablet report...
I20260608 12:43:01.115437 10739 ts_tablet_manager.cc:1434] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.007s
I20260608 12:43:01.200399 10746 raft_consensus.cc:493] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:01.200977 10746 raft_consensus.cc:515] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.203359 10746 leader_election.cc:290] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d26fe7f4108e4f079b1b7c08385e0882 (127.0.107.194:40953), aa37e453d5b94d04b9f7414e3ecf3f1c (127.0.107.193:33331)
I20260608 12:43:01.214543 10625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06bb6c3b802c4f4e9014f216dd509ac3" candidate_uuid: "0fe113e6303840f89f112a981e7e1ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d26fe7f4108e4f079b1b7c08385e0882" is_pre_election: true
I20260608 12:43:01.215302 10625 raft_consensus.cc:2468] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0fe113e6303840f89f112a981e7e1ecd in term 0.
I20260608 12:43:01.215327 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06bb6c3b802c4f4e9014f216dd509ac3" candidate_uuid: "0fe113e6303840f89f112a981e7e1ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" is_pre_election: true
I20260608 12:43:01.216089 10550 raft_consensus.cc:2468] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0fe113e6303840f89f112a981e7e1ecd in term 0.
I20260608 12:43:01.216727 10665 leader_election.cc:304] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fe113e6303840f89f112a981e7e1ecd, d26fe7f4108e4f079b1b7c08385e0882; no voters: 
I20260608 12:43:01.217519 10746 raft_consensus.cc:2804] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:01.217830 10746 raft_consensus.cc:493] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:01.218087 10746 raft_consensus.cc:3060] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:01.223811 10746 raft_consensus.cc:515] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.225741 10746 leader_election.cc:290] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [CANDIDATE]: Term 1 election: Requested vote from peers d26fe7f4108e4f079b1b7c08385e0882 (127.0.107.194:40953), aa37e453d5b94d04b9f7414e3ecf3f1c (127.0.107.193:33331)
I20260608 12:43:01.226544 10625 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06bb6c3b802c4f4e9014f216dd509ac3" candidate_uuid: "0fe113e6303840f89f112a981e7e1ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d26fe7f4108e4f079b1b7c08385e0882"
I20260608 12:43:01.226840 10550 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06bb6c3b802c4f4e9014f216dd509ac3" candidate_uuid: "0fe113e6303840f89f112a981e7e1ecd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c"
I20260608 12:43:01.227160 10625 raft_consensus.cc:3060] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:01.227458 10550 raft_consensus.cc:3060] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:01.232509 10550 raft_consensus.cc:2468] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0fe113e6303840f89f112a981e7e1ecd in term 1.
I20260608 12:43:01.232543 10625 raft_consensus.cc:2468] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0fe113e6303840f89f112a981e7e1ecd in term 1.
I20260608 12:43:01.233773 10662 leader_election.cc:304] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0fe113e6303840f89f112a981e7e1ecd, aa37e453d5b94d04b9f7414e3ecf3f1c; no voters: 
I20260608 12:43:01.234555 10746 raft_consensus.cc:2804] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:01.235498 10746 raft_consensus.cc:697] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 LEADER]: Becoming Leader. State: Replica: 0fe113e6303840f89f112a981e7e1ecd, State: Running, Role: LEADER
I20260608 12:43:01.236397 10746 consensus_queue.cc:237] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } }
I20260608 12:43:01.243698 10448 catalog_manager.cc:5696] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd reported cstate change: term changed from 0 to 1, leader changed from <none> to 0fe113e6303840f89f112a981e7e1ecd (127.0.107.195). New cstate: current_term: 1 leader_uuid: "0fe113e6303840f89f112a981e7e1ecd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d26fe7f4108e4f079b1b7c08385e0882" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 40953 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "aa37e453d5b94d04b9f7414e3ecf3f1c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 33331 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0fe113e6303840f89f112a981e7e1ecd" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 46457 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:01.262501   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:01.282521   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:01.283378   431 tablet_replica.cc:333] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c: stopping tablet replica
I20260608 12:43:01.284044   431 raft_consensus.cc:2243] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:01.284457   431 raft_consensus.cc:2272] T 06bb6c3b802c4f4e9014f216dd509ac3 P aa37e453d5b94d04b9f7414e3ecf3f1c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:01.304137   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:01.313961   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:01.332823   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:01.333745   431 tablet_replica.cc:333] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882: stopping tablet replica
I20260608 12:43:01.334254   431 raft_consensus.cc:2243] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:01.334626   431 raft_consensus.cc:2272] T 06bb6c3b802c4f4e9014f216dd509ac3 P d26fe7f4108e4f079b1b7c08385e0882 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:01.354516   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:01.364373   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:01.383512   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:01.384418   431 tablet_replica.cc:333] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: stopping tablet replica
I20260608 12:43:01.384984   431 raft_consensus.cc:2243] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:01.385649   431 pending_rounds.cc:70] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Trying to abort 1 pending ops.
I20260608 12:43:01.385860   431 pending_rounds.cc:77] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658892751855616 op_type: NO_OP noop_request { }
I20260608 12:43:01.386152   431 raft_consensus.cc:2889] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:01.386456   431 raft_consensus.cc:2272] T 06bb6c3b802c4f4e9014f216dd509ac3 P 0fe113e6303840f89f112a981e7e1ecd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:01.407312   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:01.451628   431 master.cc:562] Master@127.0.107.254:34161 shutting down...
I20260608 12:43:01.475059   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:01.476200   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:01.476734   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f57056f2a8b84060bf9d38b32047f0d5: stopping tablet replica
I20260608 12:43:01.492372   431 master.cc:584] Master@127.0.107.254:34161 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1113 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 12:43:01.553013   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:37181
I20260608 12:43:01.554314   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:01.561118 10752 instance_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:43:01.561462 10753 instance_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:43:01.562088 10755 instance_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:43:01.562922   431 server_base.cc:1061] running on GCE node
I20260608 12:43:01.563721   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:01.563951   431 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:43:01.564193   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922581564173 us; error 0 us; skew 500 ppm
I20260608 12:43:01.564810   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:01.567559   431 webserver.cc:533] Webserver started at http://127.0.107.254:35537/ using document root <none> and password file <none>
I20260608 12:43:01.568311   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:01.568538   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:01.568830   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:01.570226   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "f5f3d9c053f24e1a91b88e3705208c0b"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.575430   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.007s
I20260608 12:43:01.579497 10760 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:43:01.580513   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:01.580848   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "f5f3d9c053f24e1a91b88e3705208c0b"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.581108   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-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:43:01.607605   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:01.608899   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:01.650676   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:37181
I20260608 12:43:01.650830 10811 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:37181 every 8 connection(s)
I20260608 12:43:01.655560 10812 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:43:01.669587 10812 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b: Bootstrap starting.
I20260608 12:43:01.675078 10812 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:01.680140 10812 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b: No bootstrap required, opened a new log
I20260608 12:43:01.682888 10812 raft_consensus.cc:359] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER }
I20260608 12:43:01.683470 10812 raft_consensus.cc:385] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:01.683674 10812 raft_consensus.cc:740] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f5f3d9c053f24e1a91b88e3705208c0b, State: Initialized, Role: FOLLOWER
I20260608 12:43:01.684330 10812 consensus_queue.cc:260] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER }
I20260608 12:43:01.684816 10812 raft_consensus.cc:399] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:01.685015 10812 raft_consensus.cc:493] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:01.685242 10812 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:01.690814 10812 raft_consensus.cc:515] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER }
I20260608 12:43:01.691370 10812 leader_election.cc:304] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [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: f5f3d9c053f24e1a91b88e3705208c0b; no voters: 
I20260608 12:43:01.692649 10812 leader_election.cc:290] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:01.693214 10815 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:01.694766 10815 raft_consensus.cc:697] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 1 LEADER]: Becoming Leader. State: Replica: f5f3d9c053f24e1a91b88e3705208c0b, State: Running, Role: LEADER
I20260608 12:43:01.695624 10815 consensus_queue.cc:237] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [LEADER]: Queue going to LEADER mode. State: All 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: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER }
I20260608 12:43:01.696019 10812 sys_catalog.cc:565] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:01.702301 10817 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [sys.catalog]: SysCatalogTable state changed. Reason: New leader f5f3d9c053f24e1a91b88e3705208c0b. Latest consensus state: current_term: 1 leader_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER } }
I20260608 12:43:01.703481 10817 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:01.703804 10816 sys_catalog.cc:455] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f5f3d9c053f24e1a91b88e3705208c0b" member_type: VOTER } }
I20260608 12:43:01.705133 10816 sys_catalog.cc:458] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:01.709276 10824 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:01.714682 10824 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:01.716744   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:01.725212 10824 catalog_manager.cc:1382] Generated new cluster ID: 0a59a905f2be4160b56e0db8b539934d
I20260608 12:43:01.725585 10824 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:01.747311 10824 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:01.748843 10824 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:01.764709 10824 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b: Generated new TSK 0
I20260608 12:43:01.765398 10824 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:01.784548   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:01.791437 10833 instance_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:43:01.792483 10834 instance_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:43:01.794265   431 server_base.cc:1061] running on GCE node
W20260608 12:43:01.794356 10836 instance_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:43:01.795542   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:01.795745   431 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:43:01.795873   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922581795862 us; error 0 us; skew 500 ppm
I20260608 12:43:01.796495   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:01.799147   431 webserver.cc:533] Webserver started at http://127.0.107.193:42887/ using document root <none> and password file <none>
I20260608 12:43:01.799642   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:01.799800   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:01.800129   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:01.801391   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "1fe3cbd23b2342128cd12691bbd9a495"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.806480   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.006s
I20260608 12:43:01.810639 10841 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:43:01.811506   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
I20260608 12:43:01.811868   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "1fe3cbd23b2342128cd12691bbd9a495"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.812259   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-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:43:01.833457   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:01.834800   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:01.836436   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:01.839128   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:01.839486   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:01.839814   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:01.840034   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:43:01.888144   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:38305
I20260608 12:43:01.888463 10903 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:38305 every 8 connection(s)
I20260608 12:43:01.894438   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:01.904203 10908 instance_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:43:01.905282 10909 instance_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:43:01.908463 10911 instance_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:43:01.910595   431 server_base.cc:1061] running on GCE node
I20260608 12:43:01.911597 10904 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37181
I20260608 12:43:01.911983   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:43:01.912078 10904 heartbeater.cc:461] Registering TS with master...
W20260608 12:43:01.912299   431 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:43:01.912561   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922581912543 us; error 0 us; skew 500 ppm
I20260608 12:43:01.913136 10904 heartbeater.cc:507] Master 127.0.107.254:37181 requested a full tablet report, sending...
I20260608 12:43:01.913308   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:01.916342 10777 ts_manager.cc:194] Registered new tserver with Master: 1fe3cbd23b2342128cd12691bbd9a495 (127.0.107.193:38305)
I20260608 12:43:01.917008   431 webserver.cc:533] Webserver started at http://127.0.107.194:36411/ using document root <none> and password file <none>
I20260608 12:43:01.917979   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:01.918291   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:01.918614   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:01.918830 10777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41652
I20260608 12:43:01.920351   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "c669c52474074b52a6270f1dd827b25c"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.925508   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:43:01.929538 10916 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:43:01.930560   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:01.930857   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "c669c52474074b52a6270f1dd827b25c"
format_stamp: "Formatted at 2026-06-08 12:43:01 on dist-test-slave-62kf"
I20260608 12:43:01.931115   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-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:43:01.963557   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:01.964802   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:01.966266   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:01.968832   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:01.969038   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:01.969372   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:01.969547   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:02.013834   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:33781
I20260608 12:43:02.013937 10978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:33781 every 8 connection(s)
I20260608 12:43:02.019345   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:02.026568 10982 instance_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:43:02.028277 10983 instance_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:43:02.029825 10985 instance_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:43:02.030618   431 server_base.cc:1061] running on GCE node
I20260608 12:43:02.031805   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:02.032076   431 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:43:02.032322   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922582032301 us; error 0 us; skew 500 ppm
I20260608 12:43:02.032471 10979 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37181
I20260608 12:43:02.032951 10979 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:02.033221   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:02.033816 10979 heartbeater.cc:507] Master 127.0.107.254:37181 requested a full tablet report, sending...
I20260608 12:43:02.036345   431 webserver.cc:533] Webserver started at http://127.0.107.195:43721/ using document root <none> and password file <none>
I20260608 12:43:02.036371 10777 ts_manager.cc:194] Registered new tserver with Master: c669c52474074b52a6270f1dd827b25c (127.0.107.194:33781)
I20260608 12:43:02.037079   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:02.037338   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:02.037621   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:02.038221 10777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41658
I20260608 12:43:02.039041   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "d71ce5ab6845469b8cc665696284cf1f"
format_stamp: "Formatted at 2026-06-08 12:43:02 on dist-test-slave-62kf"
I20260608 12:43:02.044827   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 12:43:02.048750 10990 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:43:02.049746   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260608 12:43:02.050026   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "d71ce5ab6845469b8cc665696284cf1f"
format_stamp: "Formatted at 2026-06-08 12:43:02 on dist-test-slave-62kf"
I20260608 12:43:02.050283   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-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:43:02.092084   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:02.093286   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:02.094532   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:02.096939   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:02.097134   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:02.097450   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:02.097615   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:02.141700   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:38635
I20260608 12:43:02.141870 11052 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:38635 every 8 connection(s)
I20260608 12:43:02.147605   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:02.156749 11056 instance_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:43:02.158202 11057 instance_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:43:02.160878 11059 instance_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:43:02.162127 11053 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37181
I20260608 12:43:02.162658 11053 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:02.162897   431 server_base.cc:1061] running on GCE node
I20260608 12:43:02.163751 11053 heartbeater.cc:507] Master 127.0.107.254:37181 requested a full tablet report, sending...
I20260608 12:43:02.164147   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:02.164469   431 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:43:02.164724   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922582164705 us; error 0 us; skew 500 ppm
I20260608 12:43:02.165512   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:02.166604 10777 ts_manager.cc:194] Registered new tserver with Master: d71ce5ab6845469b8cc665696284cf1f (127.0.107.195:38635)
I20260608 12:43:02.168708   431 webserver.cc:533] Webserver started at http://127.0.107.196:40703/ using document root <none> and password file <none>
I20260608 12:43:02.168879 10777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41668
I20260608 12:43:02.169551   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:02.169843   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:02.170219   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:02.171883   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8"
format_stamp: "Formatted at 2026-06-08 12:43:02 on dist-test-slave-62kf"
I20260608 12:43:02.176764   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:43:02.181226 11064 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:43:02.182190   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:02.182621   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8"
format_stamp: "Formatted at 2026-06-08 12:43:02 on dist-test-slave-62kf"
I20260608 12:43:02.182986   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780922350108766-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:43:02.203979   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:02.205986   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:02.208684   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:02.211242   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:02.211522   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:02.211798   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:02.212011   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 12:43:02.257258   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:45979
I20260608 12:43:02.257390 11126 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:45979 every 8 connection(s)
I20260608 12:43:02.274327 11127 heartbeater.cc:344] Connected to a master server at 127.0.107.254:37181
I20260608 12:43:02.274816 11127 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:02.275571 11127 heartbeater.cc:507] Master 127.0.107.254:37181 requested a full tablet report, sending...
I20260608 12:43:02.277802 10777 ts_manager.cc:194] Registered new tserver with Master: fb0b0aa0c94f41ca90ebc87adbcf4ce8 (127.0.107.196:45979)
I20260608 12:43:02.278622   431 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.017637081s
I20260608 12:43:02.279706 10777 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41670
I20260608 12:43:02.308357 10777 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41674:
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:43:02.360724 11092 tablet_service.cc:1511] Processing CreateTablet for tablet 51c48159400c413386227a9d5e5dfeb0 (DEFAULT_TABLE table=test-workload [id=83c13edaa40c419bb607733985a95068]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:02.362366 11092 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51c48159400c413386227a9d5e5dfeb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:02.374079 11018 tablet_service.cc:1511] Processing CreateTablet for tablet 51c48159400c413386227a9d5e5dfeb0 (DEFAULT_TABLE table=test-workload [id=83c13edaa40c419bb607733985a95068]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:02.375281 10869 tablet_service.cc:1511] Processing CreateTablet for tablet 51c48159400c413386227a9d5e5dfeb0 (DEFAULT_TABLE table=test-workload [id=83c13edaa40c419bb607733985a95068]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 12:43:02.375784 11018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51c48159400c413386227a9d5e5dfeb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:02.376543 10869 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 51c48159400c413386227a9d5e5dfeb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:02.388638 11145 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: Bootstrap starting.
I20260608 12:43:02.397073 11146 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Bootstrap starting.
I20260608 12:43:02.397866 11145 tablet_bootstrap.cc:654] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:02.398552 11147 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: Bootstrap starting.
I20260608 12:43:02.403824 11146 tablet_bootstrap.cc:654] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:02.404963 11145 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: No bootstrap required, opened a new log
I20260608 12:43:02.405661 11145 ts_tablet_manager.cc:1403] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.003s
I20260608 12:43:02.406443 11147 tablet_bootstrap.cc:654] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:02.409487 11145 raft_consensus.cc:359] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.410851 11145 raft_consensus.cc:385] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:02.411207 11145 raft_consensus.cc:740] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fb0b0aa0c94f41ca90ebc87adbcf4ce8, State: Initialized, Role: FOLLOWER
I20260608 12:43:02.411655 11146 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: No bootstrap required, opened a new log
I20260608 12:43:02.412252 11146 ts_tablet_manager.cc:1403] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.007s
I20260608 12:43:02.412011 11145 consensus_queue.cc:260] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.413218 11147 tablet_bootstrap.cc:492] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: No bootstrap required, opened a new log
I20260608 12:43:02.413972 11147 ts_tablet_manager.cc:1403] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.005s
I20260608 12:43:02.414974 11127 heartbeater.cc:499] Master 127.0.107.254:37181 was elected leader, sending a full tablet report...
I20260608 12:43:02.415439 11145 ts_tablet_manager.cc:1434] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:02.415328 11146 raft_consensus.cc:359] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.416246 11146 raft_consensus.cc:385] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:02.416558 11146 raft_consensus.cc:740] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d71ce5ab6845469b8cc665696284cf1f, State: Initialized, Role: FOLLOWER
I20260608 12:43:02.417389 11146 consensus_queue.cc:260] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.417416 11147 raft_consensus.cc:359] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.418296 11147 raft_consensus.cc:385] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:02.418602 11147 raft_consensus.cc:740] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1fe3cbd23b2342128cd12691bbd9a495, State: Initialized, Role: FOLLOWER
I20260608 12:43:02.420035 11053 heartbeater.cc:499] Master 127.0.107.254:37181 was elected leader, sending a full tablet report...
I20260608 12:43:02.420579 11146 ts_tablet_manager.cc:1434] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 12:43:02.421341 11147 consensus_queue.cc:260] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.425115 10904 heartbeater.cc:499] Master 127.0.107.254:37181 was elected leader, sending a full tablet report...
I20260608 12:43:02.425674 11147 ts_tablet_manager.cc:1434] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:43:02.614496 11152 raft_consensus.cc:493] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:02.614971 11152 raft_consensus.cc:515] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.617609 11152 leader_election.cc:290] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fb0b0aa0c94f41ca90ebc87adbcf4ce8 (127.0.107.196:45979), 1fe3cbd23b2342128cd12691bbd9a495 (127.0.107.193:38305)
I20260608 12:43:02.628711 11102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51c48159400c413386227a9d5e5dfeb0" candidate_uuid: "d71ce5ab6845469b8cc665696284cf1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" is_pre_election: true
I20260608 12:43:02.629530 10879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51c48159400c413386227a9d5e5dfeb0" candidate_uuid: "d71ce5ab6845469b8cc665696284cf1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fe3cbd23b2342128cd12691bbd9a495" is_pre_election: true
I20260608 12:43:02.629560 11102 raft_consensus.cc:2468] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d71ce5ab6845469b8cc665696284cf1f in term 0.
I20260608 12:43:02.630244 10879 raft_consensus.cc:2468] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d71ce5ab6845469b8cc665696284cf1f in term 0.
I20260608 12:43:02.631184 10994 leader_election.cc:304] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d71ce5ab6845469b8cc665696284cf1f, fb0b0aa0c94f41ca90ebc87adbcf4ce8; no voters: 
I20260608 12:43:02.632047 11152 raft_consensus.cc:2804] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:02.632428 11152 raft_consensus.cc:493] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:02.632730 11152 raft_consensus.cc:3060] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:02.638540 11152 raft_consensus.cc:515] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.640561 11152 leader_election.cc:290] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [CANDIDATE]: Term 1 election: Requested vote from peers fb0b0aa0c94f41ca90ebc87adbcf4ce8 (127.0.107.196:45979), 1fe3cbd23b2342128cd12691bbd9a495 (127.0.107.193:38305)
I20260608 12:43:02.641492 11102 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51c48159400c413386227a9d5e5dfeb0" candidate_uuid: "d71ce5ab6845469b8cc665696284cf1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8"
I20260608 12:43:02.641770 10879 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "51c48159400c413386227a9d5e5dfeb0" candidate_uuid: "d71ce5ab6845469b8cc665696284cf1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1fe3cbd23b2342128cd12691bbd9a495"
I20260608 12:43:02.642079 11102 raft_consensus.cc:3060] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:02.642431 10879 raft_consensus.cc:3060] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:02.648483 11102 raft_consensus.cc:2468] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d71ce5ab6845469b8cc665696284cf1f in term 1.
I20260608 12:43:02.648900 10879 raft_consensus.cc:2468] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d71ce5ab6845469b8cc665696284cf1f in term 1.
I20260608 12:43:02.649917 10994 leader_election.cc:304] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: d71ce5ab6845469b8cc665696284cf1f, fb0b0aa0c94f41ca90ebc87adbcf4ce8; no voters: 
I20260608 12:43:02.650828 11152 raft_consensus.cc:2804] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:02.651819 11152 raft_consensus.cc:697] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 LEADER]: Becoming Leader. State: Replica: d71ce5ab6845469b8cc665696284cf1f, State: Running, Role: LEADER
I20260608 12:43:02.652678 11152 consensus_queue.cc:237] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } }
I20260608 12:43:02.661001 10776 catalog_manager.cc:5696] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f reported cstate change: term changed from 0 to 1, leader changed from <none> to d71ce5ab6845469b8cc665696284cf1f (127.0.107.195). New cstate: current_term: 1 leader_uuid: "d71ce5ab6845469b8cc665696284cf1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fb0b0aa0c94f41ca90ebc87adbcf4ce8" member_type: VOTER last_known_addr { host: "127.0.107.196" port: 45979 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d71ce5ab6845469b8cc665696284cf1f" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 38635 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1fe3cbd23b2342128cd12691bbd9a495" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 38305 } health_report { overall_health: UNKNOWN } } }
W20260608 12:43:02.766976   431 auto_rebalancer.cc:591] Failed to schedule move for tablet 51c48159400c413386227a9d5e5dfeb0: Illegal state: Leader has not yet committed an operation in its own term
I20260608 12:43:02.768523   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:02.790969   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:02.791930   431 tablet_replica.cc:333] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495: stopping tablet replica
I20260608 12:43:02.792580   431 raft_consensus.cc:2243] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:02.793054   431 raft_consensus.cc:2272] T 51c48159400c413386227a9d5e5dfeb0 P 1fe3cbd23b2342128cd12691bbd9a495 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:02.812767   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:02.824163   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:02.842088   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:02.857853   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:02.866154   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:02.885984   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:02.886891   431 tablet_replica.cc:333] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: stopping tablet replica
I20260608 12:43:02.887435   431 raft_consensus.cc:2243] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:02.888126   431 pending_rounds.cc:70] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Trying to abort 1 pending ops.
I20260608 12:43:02.888306   431 pending_rounds.cc:77] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294658898553262080 op_type: NO_OP noop_request { }
I20260608 12:43:02.888581   431 raft_consensus.cc:2889] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 12:43:02.888823   431 raft_consensus.cc:2272] T 51c48159400c413386227a9d5e5dfeb0 P d71ce5ab6845469b8cc665696284cf1f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:02.910859   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:02.921957   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:02.941316   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:02.942006   431 tablet_replica.cc:333] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8: stopping tablet replica
I20260608 12:43:02.942567   431 raft_consensus.cc:2243] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:02.943068   431 raft_consensus.cc:2272] T 51c48159400c413386227a9d5e5dfeb0 P fb0b0aa0c94f41ca90ebc87adbcf4ce8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:02.962461   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:02.972533   431 master.cc:562] Master@127.0.107.254:37181 shutting down...
I20260608 12:43:02.989871   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:02.990509   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:02.990859   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P f5f3d9c053f24e1a91b88e3705208c0b: stopping tablet replica
I20260608 12:43:03.010445   431 master.cc:584] Master@127.0.107.254:37181 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1495 ms)
[----------] 22 tests from AutoRebalancerTest (232763 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 12:43:03.050144   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:35491
I20260608 12:43:03.051366   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:03.056521 11159 instance_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:43:03.056905 11160 instance_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:43:03.064215 11162 instance_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:43:03.064462   431 server_base.cc:1061] running on GCE node
I20260608 12:43:03.065351   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:03.065550   431 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:43:03.065734   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922583065719 us; error 0 us; skew 500 ppm
I20260608 12:43:03.066293   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:03.068842   431 webserver.cc:533] Webserver started at http://127.0.107.254:45009/ using document root <none> and password file <none>
I20260608 12:43:03.069397   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:03.069563   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:03.069788   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:03.070860   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "b051aea2da4e4318bdc9fc56c0d4fe90"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.075704   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:03.079578 11167 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:43:03.080614   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 12:43:03.080988   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "b051aea2da4e4318bdc9fc56c0d4fe90"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.081277   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-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:43:03.103044   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:03.104274   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:03.143321   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:35491
I20260608 12:43:03.143448 11218 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:35491 every 8 connection(s)
I20260608 12:43:03.147720 11219 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:43:03.159584 11219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90: Bootstrap starting.
I20260608 12:43:03.164685 11219 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:03.169138 11219 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90: No bootstrap required, opened a new log
I20260608 12:43:03.171478 11219 raft_consensus.cc:359] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER }
I20260608 12:43:03.171922 11219 raft_consensus.cc:385] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:03.172175 11219 raft_consensus.cc:740] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b051aea2da4e4318bdc9fc56c0d4fe90, State: Initialized, Role: FOLLOWER
I20260608 12:43:03.172922 11219 consensus_queue.cc:260] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER }
I20260608 12:43:03.173399 11219 raft_consensus.cc:399] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:03.173626 11219 raft_consensus.cc:493] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:03.173949 11219 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:03.178977 11219 raft_consensus.cc:515] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER }
I20260608 12:43:03.179591 11219 leader_election.cc:304] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [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: b051aea2da4e4318bdc9fc56c0d4fe90; no voters: 
I20260608 12:43:03.180871 11219 leader_election.cc:290] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:03.181308 11222 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:03.182855 11222 raft_consensus.cc:697] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 1 LEADER]: Becoming Leader. State: Replica: b051aea2da4e4318bdc9fc56c0d4fe90, State: Running, Role: LEADER
I20260608 12:43:03.183629 11222 consensus_queue.cc:237] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [LEADER]: Queue going to LEADER mode. State: All 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: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER }
I20260608 12:43:03.184440 11219 sys_catalog.cc:565] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:03.186861 11223 sys_catalog.cc:455] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER } }
I20260608 12:43:03.186861 11224 sys_catalog.cc:455] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b051aea2da4e4318bdc9fc56c0d4fe90. Latest consensus state: current_term: 1 leader_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b051aea2da4e4318bdc9fc56c0d4fe90" member_type: VOTER } }
I20260608 12:43:03.187698 11223 sys_catalog.cc:458] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:03.187803 11224 sys_catalog.cc:458] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:03.194653 11227 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:03.201473 11227 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:03.202597   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:03.211335 11227 catalog_manager.cc:1382] Generated new cluster ID: bb8702d3342f4cbe9b815cec8718427a
I20260608 12:43:03.211632 11227 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:03.226243 11227 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:03.227625 11227 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:03.240809 11227 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90: Generated new TSK 0
I20260608 12:43:03.241461 11227 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:03.269357   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:03.275823 11240 instance_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:43:03.276989 11241 instance_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:43:03.289083   431 server_base.cc:1061] running on GCE node
W20260608 12:43:03.288930 11243 instance_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:43:03.290261   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:03.290524   431 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:43:03.290717   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922583290700 us; error 0 us; skew 500 ppm
I20260608 12:43:03.291464   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:03.294108   431 webserver.cc:533] Webserver started at http://127.0.107.193:35827/ using document root <none> and password file <none>
I20260608 12:43:03.294664   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:03.294895   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:03.295183   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:03.296438   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "7669133e568a4b84977308891abf028c"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.301452   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:43:03.305189 11248 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:43:03.306167   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:43:03.306452   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "7669133e568a4b84977308891abf028c"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.306716   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-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:43:03.326181   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:03.327239   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:03.328675   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:03.331274   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:03.331470   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:03.331825   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:03.331990   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260608 12:43:03.372660   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:34305
I20260608 12:43:03.372786 11310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:34305 every 8 connection(s)
I20260608 12:43:03.378273   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:03.386706 11316 instance_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:43:03.387486 11315 instance_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:43:03.390715   431 server_base.cc:1061] running on GCE node
W20260608 12:43:03.391286 11318 instance_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:43:03.392467   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 12:43:03.392642 11311 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35491
W20260608 12:43:03.392810   431 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:43:03.393199   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922583393172 us; error 0 us; skew 500 ppm
I20260608 12:43:03.393251 11311 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:03.393952   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:03.394271 11311 heartbeater.cc:507] Master 127.0.107.254:35491 requested a full tablet report, sending...
I20260608 12:43:03.396920 11184 ts_manager.cc:194] Registered new tserver with Master: 7669133e568a4b84977308891abf028c (127.0.107.193:34305)
I20260608 12:43:03.397275   431 webserver.cc:533] Webserver started at http://127.0.107.194:45021/ using document root <none> and password file <none>
I20260608 12:43:03.397969   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:03.398213   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:03.398521   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:03.399361 11184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34662
I20260608 12:43:03.399821   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "7b6b6030c0524b6490d8a32100d354b5"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.405108   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 12:43:03.409337 11323 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:43:03.410393   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 12:43:03.410763   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "7b6b6030c0524b6490d8a32100d354b5"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.411108   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-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:43:03.425788   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:03.427073   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:03.428583   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:03.430949   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:03.431193   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:03.431456   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:03.431653   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:03.470948   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:34537
I20260608 12:43:03.471079 11385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:34537 every 8 connection(s)
I20260608 12:43:03.476308   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:03.484288 11389 instance_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:43:03.487285 11390 instance_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:43:03.487809   431 server_base.cc:1061] running on GCE node
W20260608 12:43:03.488399 11392 instance_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:43:03.489598   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:03.489804   431 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:43:03.490061   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922583490041 us; error 0 us; skew 500 ppm
I20260608 12:43:03.490633 11386 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35491
I20260608 12:43:03.490864   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:03.491079 11386 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:03.492033 11386 heartbeater.cc:507] Master 127.0.107.254:35491 requested a full tablet report, sending...
I20260608 12:43:03.493785   431 webserver.cc:533] Webserver started at http://127.0.107.195:34447/ using document root <none> and password file <none>
I20260608 12:43:03.494503   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:03.494729   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:03.494680 11184 ts_manager.cc:194] Registered new tserver with Master: 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:03.495350   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:03.496570 11184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34672
I20260608 12:43:03.496686   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "de88fe8df57a496996d9d5de2050022e"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.501961   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 12:43:03.505705 11397 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:43:03.506755   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
I20260608 12:43:03.507058   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "de88fe8df57a496996d9d5de2050022e"
format_stamp: "Formatted at 2026-06-08 12:43:03 on dist-test-slave-62kf"
I20260608 12:43:03.507311   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-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:43:03.529601   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:03.530689   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:03.532198   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:03.534562   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:03.534754   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:03.535070   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:03.535254   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:03.575583   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:40449
I20260608 12:43:03.575692 11459 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:40449 every 8 connection(s)
I20260608 12:43:03.590945 11460 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35491
I20260608 12:43:03.591413 11460 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:03.592257 11460 heartbeater.cc:507] Master 127.0.107.254:35491 requested a full tablet report, sending...
I20260608 12:43:03.594336 11184 ts_manager.cc:194] Registered new tserver with Master: de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:03.595233   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015928793s
I20260608 12:43:03.595847 11184 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34686
I20260608 12:43:04.402518 11311 heartbeater.cc:499] Master 127.0.107.254:35491 was elected leader, sending a full tablet report...
I20260608 12:43:04.499410 11386 heartbeater.cc:499] Master 127.0.107.254:35491 was elected leader, sending a full tablet report...
I20260608 12:43:04.598723 11460 heartbeater.cc:499] Master 127.0.107.254:35491 was elected leader, sending a full tablet report...
I20260608 12:43:04.653662 11184 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34696:
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:43:04.656280 11184 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:43:04.717005 11425 tablet_service.cc:1511] Processing CreateTablet for tablet f006c9d25d54454ab166834a3edbe501 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:04.718514 11425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f006c9d25d54454ab166834a3edbe501. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.720228 11424 tablet_service.cc:1511] Processing CreateTablet for tablet 43cd9baf2c28467bbea27acebe9842c9 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:04.721726 11424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43cd9baf2c28467bbea27acebe9842c9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.729166 11423 tablet_service.cc:1511] Processing CreateTablet for tablet d4318906c9a5447da3a24a898ae156d6 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:04.730885 11423 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4318906c9a5447da3a24a898ae156d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.740355 11422 tablet_service.cc:1511] Processing CreateTablet for tablet 60d86e89d16b43d7bca6f3801cbc96da (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:04.741990 11422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60d86e89d16b43d7bca6f3801cbc96da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.746807 11421 tablet_service.cc:1511] Processing CreateTablet for tablet eaf0c52d719d4fa28e36525b973b31d7 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:04.748513 11421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaf0c52d719d4fa28e36525b973b31d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.750298 11420 tablet_service.cc:1511] Processing CreateTablet for tablet 4d80024b4afd4181896d01674403faf4 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:04.755720 11275 tablet_service.cc:1511] Processing CreateTablet for tablet 43cd9baf2c28467bbea27acebe9842c9 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:04.757376 11275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43cd9baf2c28467bbea27acebe9842c9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.759280 11273 tablet_service.cc:1511] Processing CreateTablet for tablet 60d86e89d16b43d7bca6f3801cbc96da (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:04.759588 11272 tablet_service.cc:1511] Processing CreateTablet for tablet eaf0c52d719d4fa28e36525b973b31d7 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:04.758019 11420 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d80024b4afd4181896d01674403faf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.762934 11276 tablet_service.cc:1511] Processing CreateTablet for tablet f006c9d25d54454ab166834a3edbe501 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:04.765527 11274 tablet_service.cc:1511] Processing CreateTablet for tablet d4318906c9a5447da3a24a898ae156d6 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:04.767153 11271 tablet_service.cc:1511] Processing CreateTablet for tablet 4d80024b4afd4181896d01674403faf4 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:04.769245 11272 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaf0c52d719d4fa28e36525b973b31d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.770183 11274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4318906c9a5447da3a24a898ae156d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.771533 11276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f006c9d25d54454ab166834a3edbe501. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.776463 11271 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d80024b4afd4181896d01674403faf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.780920 11273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60d86e89d16b43d7bca6f3801cbc96da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.805796 11347 tablet_service.cc:1511] Processing CreateTablet for tablet eaf0c52d719d4fa28e36525b973b31d7 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:04.806850 11479 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:04.807498 11347 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet eaf0c52d719d4fa28e36525b973b31d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.807143 11350 tablet_service.cc:1511] Processing CreateTablet for tablet 43cd9baf2c28467bbea27acebe9842c9 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:04.808722 11350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 43cd9baf2c28467bbea27acebe9842c9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.809304 11346 tablet_service.cc:1511] Processing CreateTablet for tablet 4d80024b4afd4181896d01674403faf4 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:04.805721 11348 tablet_service.cc:1511] Processing CreateTablet for tablet 60d86e89d16b43d7bca6f3801cbc96da (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:04.810696 11346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d80024b4afd4181896d01674403faf4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.805796 11349 tablet_service.cc:1511] Processing CreateTablet for tablet d4318906c9a5447da3a24a898ae156d6 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:04.812634 11349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4318906c9a5447da3a24a898ae156d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.803220 11351 tablet_service.cc:1511] Processing CreateTablet for tablet f006c9d25d54454ab166834a3edbe501 (DEFAULT_TABLE table=test-workload [id=dcc218708fc4444f8e717ec2b0b110e4]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:04.817927 11348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60d86e89d16b43d7bca6f3801cbc96da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.818786 11351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f006c9d25d54454ab166834a3edbe501. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:04.835796 11479 tablet_bootstrap.cc:654] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.855062 11481 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:04.856567 11480 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:04.861677 11481 tablet_bootstrap.cc:654] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.862356 11479 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:04.867324 11479 ts_tablet_manager.cc:1403] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.061s	user 0.013s	sys 0.000s
I20260608 12:43:04.870640 11479 raft_consensus.cc:359] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.871454 11479 raft_consensus.cc:385] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.871794 11479 raft_consensus.cc:740] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.872895 11480 tablet_bootstrap.cc:654] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.872673 11479 consensus_queue.cc:260] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.873222 11481 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:04.873775 11481 ts_tablet_manager.cc:1403] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.019s	user 0.001s	sys 0.010s
I20260608 12:43:04.878033 11481 raft_consensus.cc:359] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.879133 11481 raft_consensus.cc:385] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.879580 11481 raft_consensus.cc:740] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.880724 11481 consensus_queue.cc:260] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.881639 11480 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:04.883383 11480 ts_tablet_manager.cc:1403] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.027s	user 0.005s	sys 0.010s
I20260608 12:43:04.883823 11479 ts_tablet_manager.cc:1434] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.010s
I20260608 12:43:04.885612 11479 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:04.886600 11480 raft_consensus.cc:359] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.887374 11480 raft_consensus.cc:385] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.887668 11480 raft_consensus.cc:740] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.888654 11480 consensus_queue.cc:260] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.895670 11479 tablet_bootstrap.cc:654] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.898442 11480 ts_tablet_manager.cc:1434] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 12:43:04.902417 11480 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:04.908876 11481 ts_tablet_manager.cc:1434] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.035s	user 0.011s	sys 0.024s
I20260608 12:43:04.910527 11481 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:04.911532 11480 tablet_bootstrap.cc:654] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.917639 11479 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:04.918082 11481 tablet_bootstrap.cc:654] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.918273 11479 ts_tablet_manager.cc:1403] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.033s	user 0.013s	sys 0.017s
I20260608 12:43:04.921854 11479 raft_consensus.cc:359] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.922924 11479 raft_consensus.cc:385] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.923313 11479 raft_consensus.cc:740] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.924598 11479 consensus_queue.cc:260] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.928313 11479 ts_tablet_manager.cc:1434] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.000s
I20260608 12:43:04.929834 11479 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:04.939074 11479 tablet_bootstrap.cc:654] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.963754 11480 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:04.964310 11480 ts_tablet_manager.cc:1403] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.062s	user 0.020s	sys 0.037s
I20260608 12:43:04.965013 11481 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:04.965024 11479 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:04.965812 11481 ts_tablet_manager.cc:1403] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.056s	user 0.029s	sys 0.024s
I20260608 12:43:04.965833 11479 ts_tablet_manager.cc:1403] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.036s	user 0.020s	sys 0.015s
I20260608 12:43:04.966941 11480 raft_consensus.cc:359] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.967730 11480 raft_consensus.cc:385] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.968056 11480 raft_consensus.cc:740] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.969003 11480 consensus_queue.cc:260] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.969429 11481 raft_consensus.cc:359] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.969700 11479 raft_consensus.cc:359] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.970249 11481 raft_consensus.cc:385] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.970417 11479 raft_consensus.cc:385] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:04.970623 11481 raft_consensus.cc:740] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.970798 11479 raft_consensus.cc:740] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:04.971589 11481 consensus_queue.cc:260] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.971638 11479 consensus_queue.cc:260] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:04.973351 11480 ts_tablet_manager.cc:1434] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 12:43:04.974128 11481 ts_tablet_manager.cc:1434] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:04.974436 11480 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:04.974488 11479 ts_tablet_manager.cc:1434] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 12:43:04.975207 11481 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:04.976069 11479 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:04.982614 11481 tablet_bootstrap.cc:654] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.983808 11480 tablet_bootstrap.cc:654] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.983850 11479 tablet_bootstrap.cc:654] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:04.993537 11480 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:04.994112 11480 ts_tablet_manager.cc:1403] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.020s	user 0.001s	sys 0.015s
I20260608 12:43:04.998989 11480 raft_consensus.cc:359] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:04.999792 11480 raft_consensus.cc:385] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.000141 11480 raft_consensus.cc:740] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.000010 11484 raft_consensus.cc:493] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.001061 11484 raft_consensus.cc:515] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.002614 11481 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:05.003414 11481 ts_tablet_manager.cc:1403] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.028s	user 0.008s	sys 0.016s
I20260608 12:43:05.006256 11484 leader_election.cc:290] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.008241 11481 raft_consensus.cc:359] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.009616 11481 raft_consensus.cc:385] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.010052 11481 raft_consensus.cc:740] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.011425 11481 consensus_queue.cc:260] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.012835 11480 consensus_queue.cc:260] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.015446 11481 ts_tablet_manager.cc:1434] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260608 12:43:05.017135 11481 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:05.018901 11480 ts_tablet_manager.cc:1434] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.024s	user 0.007s	sys 0.002s
I20260608 12:43:05.026777 11480 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:05.027959 11481 tablet_bootstrap.cc:654] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.034775 11480 tablet_bootstrap.cc:654] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.052523 11480 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:05.053265 11480 ts_tablet_manager.cc:1403] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.005s
I20260608 12:43:05.053422 11484 raft_consensus.cc:493] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.054334 11484 raft_consensus.cc:515] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.057056 11480 raft_consensus.cc:359] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.057960 11480 raft_consensus.cc:385] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.058295 11480 raft_consensus.cc:740] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.058794 11484 leader_election.cc:290] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.059216 11480 consensus_queue.cc:260] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.062237 11480 ts_tablet_manager.cc:1434] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:05.063360 11480 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:05.067694 11481 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:05.068600 11481 ts_tablet_manager.cc:1403] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.052s	user 0.013s	sys 0.008s
I20260608 12:43:05.070595 11480 tablet_bootstrap.cc:654] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.080263 11361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.083060 11480 tablet_bootstrap.cc:492] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:05.082749 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4318906c9a5447da3a24a898ae156d6" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.083633 11480 ts_tablet_manager.cc:1403] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.009s
I20260608 12:43:05.083822 11360 raft_consensus.cc:2468] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
W20260608 12:43:05.088676 11399 leader_election.cc:343] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:05.089462 11399 leader_election.cc:304] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.090309 11484 raft_consensus.cc:2804] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.090755 11484 raft_consensus.cc:493] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.091100 11484 raft_consensus.cc:3060] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.091523 11479 tablet_bootstrap.cc:492] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:05.091557 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.092103 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4318906c9a5447da3a24a898ae156d6" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.092327 11479 ts_tablet_manager.cc:1403] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.117s	user 0.036s	sys 0.074s
I20260608 12:43:05.092615 11286 raft_consensus.cc:2468] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
W20260608 12:43:05.094138 11399 leader_election.cc:343] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7669133e568a4b84977308891abf028c (127.0.107.193:34305): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:05.095129 11399 leader_election.cc:304] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [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: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e; no voters: 7b6b6030c0524b6490d8a32100d354b5
I20260608 12:43:05.097352 11481 raft_consensus.cc:359] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.098049 11484 raft_consensus.cc:515] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.098599 11481 raft_consensus.cc:385] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.098873 11479 raft_consensus.cc:359] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.099313 11481 raft_consensus.cc:740] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.099833 11479 raft_consensus.cc:385] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.100301 11479 raft_consensus.cc:740] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.100667 11484 leader_election.cc:290] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Requested vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.101430 11484 raft_consensus.cc:2804] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.101833 11484 raft_consensus.cc:493] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.100948 11481 consensus_queue.cc:260] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.101279 11479 consensus_queue.cc:260] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.098644 11480 raft_consensus.cc:359] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.102981 11480 raft_consensus.cc:385] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.103322 11480 raft_consensus.cc:740] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.102192 11484 raft_consensus.cc:3060] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.104247 11480 consensus_queue.cc:260] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.107393 11486 raft_consensus.cc:493] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.115013 11484 raft_consensus.cc:515] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.116626 11480 ts_tablet_manager.cc:1434] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.033s	user 0.001s	sys 0.007s
I20260608 12:43:05.115042 11486 raft_consensus.cc:515] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.118033 11480 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: Bootstrap starting.
I20260608 12:43:05.104236 11479 ts_tablet_manager.cc:1434] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.001s
I20260608 12:43:05.124084 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4318906c9a5447da3a24a898ae156d6" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.124838 11286 raft_consensus.cc:3060] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.127315 11479 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:05.128103 11480 tablet_bootstrap.cc:654] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.134140 11286 raft_consensus.cc:2468] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
I20260608 12:43:05.137312 11484 leader_election.cc:290] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Requested vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.137392 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4318906c9a5447da3a24a898ae156d6" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5"
I20260608 12:43:05.137684 11479 tablet_bootstrap.cc:654] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.138795 11360 raft_consensus.cc:3060] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.143337 11487 raft_consensus.cc:493] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.144222 11487 raft_consensus.cc:515] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.148433 11361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5"
I20260608 12:43:05.149080 11487 leader_election.cc:290] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537), de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:05.151708 11481 ts_tablet_manager.cc:1434] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.083s	user 0.009s	sys 0.001s
I20260608 12:43:05.168742 11486 leader_election.cc:290] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:05.171384 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.181823 11286 raft_consensus.cc:3060] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.172685 11399 leader_election.cc:304] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.175926 11481 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:05.192838 11484 raft_consensus.cc:2804] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader election won for term 1
W20260608 12:43:05.198329 11399 leader_election.cc:343] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:05.204777 11500 raft_consensus.cc:493] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.208345 11360 raft_consensus.cc:2468] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
W20260608 12:43:05.209383 11232 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:05.206013 11500 raft_consensus.cc:515] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.216773 11480 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: No bootstrap required, opened a new log
I20260608 12:43:05.216840 11484 raft_consensus.cc:697] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Becoming Leader. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Running, Role: LEADER
I20260608 12:43:05.217650 11480 ts_tablet_manager.cc:1403] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: Time spent bootstrapping tablet: real 0.100s	user 0.015s	sys 0.013s
I20260608 12:43:05.218477 11484 consensus_queue.cc:237] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.224323 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.224726 11500 leader_election.cc:290] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.225080 11285 raft_consensus.cc:2468] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
I20260608 12:43:05.223830 11481 tablet_bootstrap.cc:654] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.227290 11399 leader_election.cc:304] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.230441 11500 raft_consensus.cc:2804] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.230571 11486 raft_consensus.cc:493] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.231346 11486 raft_consensus.cc:515] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.234295 11486 leader_election.cc:290] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449), 7669133e568a4b84977308891abf028c (127.0.107.193:34305)
I20260608 12:43:05.235188 11435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e" is_pre_election: true
I20260608 12:43:05.235553 11500 raft_consensus.cc:493] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.236287 11500 raft_consensus.cc:3060] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.237298 11361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.238061 11361 raft_consensus.cc:2468] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7669133e568a4b84977308891abf028c in term 0.
I20260608 12:43:05.238958 11480 raft_consensus.cc:359] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.239632 11250 leader_election.cc:304] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7669133e568a4b84977308891abf028c, 7b6b6030c0524b6490d8a32100d354b5; no voters: 
I20260608 12:43:05.241045 11479 tablet_bootstrap.cc:492] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:05.248627 11479 ts_tablet_manager.cc:1403] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.122s	user 0.023s	sys 0.026s
I20260608 12:43:05.251012 11434 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e" is_pre_election: true
I20260608 12:43:05.241688 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.252151 11360 raft_consensus.cc:2468] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
I20260608 12:43:05.252444 11487 raft_consensus.cc:2804] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.252971 11487 raft_consensus.cc:493] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.253279 11487 raft_consensus.cc:3060] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.255309 11479 raft_consensus.cc:359] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.256122 11480 raft_consensus.cc:385] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.246758 11286 raft_consensus.cc:2468] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
I20260608 12:43:05.256500 11479 raft_consensus.cc:385] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.256624 11433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e" is_pre_election: true
I20260608 12:43:05.257166 11479 raft_consensus.cc:740] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.258111 11399 leader_election.cc:304] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [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: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e; no voters: 7b6b6030c0524b6490d8a32100d354b5
I20260608 12:43:05.258441 11479 consensus_queue.cc:260] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.259076 11484 raft_consensus.cc:2804] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:05.262179 11479 ts_tablet_manager.cc:1434] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.002s
W20260608 12:43:05.263489 11327 leader_election.cc:343] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:05.263911 11479 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: Bootstrap starting.
I20260608 12:43:05.264369 11433 raft_consensus.cc:2468] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 0.
I20260608 12:43:05.265183 11500 raft_consensus.cc:515] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.266702 11435 raft_consensus.cc:2393] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7669133e568a4b84977308891abf028c in current term 1: Already voted for candidate de88fe8df57a496996d9d5de2050022e in this term.
I20260608 12:43:05.267772 11481 tablet_bootstrap.cc:492] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:05.268199 11327 leader_election.cc:304] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.269253 11486 raft_consensus.cc:2804] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.269663 11486 raft_consensus.cc:493] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.269718 11508 raft_consensus.cc:493] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.270121 11486 raft_consensus.cc:3060] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.270576 11508 raft_consensus.cc:515] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.268486 11481 ts_tablet_manager.cc:1403] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.100s	user 0.019s	sys 0.016s
I20260608 12:43:05.272025 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.273317 11500 leader_election.cc:290] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Requested vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.273447 11508 leader_election.cc:290] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.261471 11183 catalog_manager.cc:5696] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e reported cstate change: term changed from 0 to 1, leader changed from <none> to de88fe8df57a496996d9d5de2050022e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:05.276396 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d80024b4afd4181896d01674403faf4" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.277159 11285 raft_consensus.cc:2468] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
I20260608 12:43:05.277387 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5"
I20260608 12:43:05.278029 11360 raft_consensus.cc:3060] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.278653 11399 leader_election.cc:304] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.278914 11486 raft_consensus.cc:515] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.280499 11361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d80024b4afd4181896d01674403faf4" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.282083 11433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e"
I20260608 12:43:05.256672 11480 raft_consensus.cc:740] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7669133e568a4b84977308891abf028c, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.282953 11484 raft_consensus.cc:697] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Becoming Leader. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Running, Role: LEADER
I20260608 12:43:05.282903 11433 raft_consensus.cc:3060] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.284883 11480 consensus_queue.cc:260] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.276342 11481 raft_consensus.cc:359] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.288106 11481 raft_consensus.cc:385] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.288555 11481 raft_consensus.cc:740] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.284343 11484 consensus_queue.cc:237] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.290647 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.282449 11487 raft_consensus.cc:515] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.293725 11284 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.295639 11286 raft_consensus.cc:2393] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate de88fe8df57a496996d9d5de2050022e in current term 1: Already voted for candidate 7669133e568a4b84977308891abf028c in this term.
I20260608 12:43:05.295725 11284 raft_consensus.cc:2468] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 0.
I20260608 12:43:05.294502 11360 raft_consensus.cc:2468] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
I20260608 12:43:05.298979 11284 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.294600 11511 raft_consensus.cc:2804] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.299985 11285 raft_consensus.cc:2468] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 0.
I20260608 12:43:05.300526 11399 leader_election.cc:304] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [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: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e; no voters: 7669133e568a4b84977308891abf028c
I20260608 12:43:05.301143 11487 leader_election.cc:290] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [CANDIDATE]: Term 1 election: Requested vote from peers 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537), de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:05.301555 11359 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5"
I20260608 12:43:05.301964 11500 raft_consensus.cc:2804] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:05.289611 11481 consensus_queue.cc:260] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.302425 11359 raft_consensus.cc:2393] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 7669133e568a4b84977308891abf028c in current term 1: Already voted for candidate de88fe8df57a496996d9d5de2050022e in this term.
I20260608 12:43:05.302736 11500 raft_consensus.cc:697] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Becoming Leader. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Running, Role: LEADER
I20260608 12:43:05.302690 11361 raft_consensus.cc:2468] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 0.
I20260608 12:43:05.304190 11480 ts_tablet_manager.cc:1434] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: Time spent starting tablet: real 0.086s	user 0.011s	sys 0.002s
I20260608 12:43:05.302424 11435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60d86e89d16b43d7bca6f3801cbc96da" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e"
I20260608 12:43:05.306277 11479 tablet_bootstrap.cc:654] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.308317 11250 leader_election.cc:304] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [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: 7669133e568a4b84977308891abf028c; no voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e
I20260608 12:43:05.309551 11487 raft_consensus.cc:2749] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:43:05.309111 11500 consensus_queue.cc:237] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.311066 11325 leader_election.cc:304] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [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: 7669133e568a4b84977308891abf028c, 7b6b6030c0524b6490d8a32100d354b5; no voters: de88fe8df57a496996d9d5de2050022e
I20260608 12:43:05.300150 11511 raft_consensus.cc:493] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.315244 11486 leader_election.cc:290] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 election: Requested vote from peers de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449), 7669133e568a4b84977308891abf028c (127.0.107.193:34305)
I20260608 12:43:05.315598 11511 raft_consensus.cc:3060] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.299000 11514 raft_consensus.cc:493] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.325779 11514 raft_consensus.cc:515] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.328191 11284 raft_consensus.cc:3060] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.331248 11435 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e" is_pre_election: true
I20260608 12:43:05.335983 11486 raft_consensus.cc:2804] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:05.336695 11486 raft_consensus.cc:493] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:05.337179 11486 raft_consensus.cc:3060] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.353103 11433 raft_consensus.cc:2468] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 1.
I20260608 12:43:05.354624 11327 leader_election.cc:304] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.354688 11511 raft_consensus.cc:515] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.357981 11517 raft_consensus.cc:2804] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:05.359985 11517 raft_consensus.cc:697] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Becoming Leader. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Running, Role: LEADER
I20260608 12:43:05.358806 11481 ts_tablet_manager.cc:1434] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.087s	user 0.019s	sys 0.022s
I20260608 12:43:05.364465 11514 leader_election.cc:290] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.364801 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d80024b4afd4181896d01674403faf4" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.365617 11285 raft_consensus.cc:3060] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.366096 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d80024b4afd4181896d01674403faf4" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5"
I20260608 12:43:05.366794 11360 raft_consensus.cc:3060] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.368121 11486 raft_consensus.cc:515] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.369320 11361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f006c9d25d54454ab166834a3edbe501" candidate_uuid: "7669133e568a4b84977308891abf028c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.371191 11250 leader_election.cc:304] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [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: 7669133e568a4b84977308891abf028c; no voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e
I20260608 12:43:05.368567 11284 raft_consensus.cc:2468] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 1.
I20260608 12:43:05.374209 11514 raft_consensus.cc:2749] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:05.376246 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c"
I20260608 12:43:05.376993 11286 raft_consensus.cc:3060] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.377602 11433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e"
W20260608 12:43:05.379654 11327 leader_election.cc:343] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:05.380836 11486 leader_election.cc:290] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 election: Requested vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:05.365648 11517 consensus_queue.cc:237] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } }
I20260608 12:43:05.388509 11360 raft_consensus.cc:2468] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
I20260608 12:43:05.390345 11399 leader_election.cc:304] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7b6b6030c0524b6490d8a32100d354b5, de88fe8df57a496996d9d5de2050022e; no voters: 
I20260608 12:43:05.391712 11484 raft_consensus.cc:2804] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:05.392668 11484 raft_consensus.cc:697] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Becoming Leader. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Running, Role: LEADER
I20260608 12:43:05.392958 11481 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: Bootstrap starting.
I20260608 12:43:05.393580 11484 consensus_queue.cc:237] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.373420 11511 leader_election.cc:290] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 election: Requested vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.396992 11285 raft_consensus.cc:2468] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate de88fe8df57a496996d9d5de2050022e in term 1.
I20260608 12:43:05.400959 11481 tablet_bootstrap.cc:654] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:05.408303 11479 tablet_bootstrap.cc:492] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: No bootstrap required, opened a new log
I20260608 12:43:05.409111 11479 ts_tablet_manager.cc:1403] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: Time spent bootstrapping tablet: real 0.146s	user 0.019s	sys 0.004s
I20260608 12:43:05.409574 11286 raft_consensus.cc:2468] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7b6b6030c0524b6490d8a32100d354b5 in term 1.
I20260608 12:43:05.411159 11325 leader_election.cc:304] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [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: 7669133e568a4b84977308891abf028c, 7b6b6030c0524b6490d8a32100d354b5; no voters: de88fe8df57a496996d9d5de2050022e
I20260608 12:43:05.412619 11486 raft_consensus.cc:2804] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:05.413188 11486 raft_consensus.cc:697] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Becoming Leader. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Running, Role: LEADER
I20260608 12:43:05.413718 11479 raft_consensus.cc:359] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.414121 11486 consensus_queue.cc:237] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.414862 11479 raft_consensus.cc:385] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.415349 11479 raft_consensus.cc:740] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: de88fe8df57a496996d9d5de2050022e, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.416592 11479 consensus_queue.cc:260] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.422350 11479 ts_tablet_manager.cc:1434] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: Time spent starting tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 12:43:05.428545 11481 tablet_bootstrap.cc:492] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: No bootstrap required, opened a new log
I20260608 12:43:05.427486 11182 catalog_manager.cc:5696] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7b6b6030c0524b6490d8a32100d354b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:05.429147 11481 ts_tablet_manager.cc:1403] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.021s
I20260608 12:43:05.432497 11481 raft_consensus.cc:359] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.433094 11481 raft_consensus.cc:385] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:05.433377 11481 raft_consensus.cc:740] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7b6b6030c0524b6490d8a32100d354b5, State: Initialized, Role: FOLLOWER
I20260608 12:43:05.434136 11481 consensus_queue.cc:260] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.436338 11481 ts_tablet_manager.cc:1434] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 12:43:05.439740 11183 catalog_manager.cc:5696] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e reported cstate change: term changed from 0 to 1, leader changed from <none> to de88fe8df57a496996d9d5de2050022e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:05.441345 11183 catalog_manager.cc:5696] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e reported cstate change: term changed from 0 to 1, leader changed from <none> to de88fe8df57a496996d9d5de2050022e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:05.442765 11183 catalog_manager.cc:5696] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e reported cstate change: term changed from 0 to 1, leader changed from <none> to de88fe8df57a496996d9d5de2050022e (127.0.107.195). New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:05.453569 11182 catalog_manager.cc:5696] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194). New cstate: current_term: 1 leader_uuid: "7b6b6030c0524b6490d8a32100d354b5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:05.557845 11484 raft_consensus.cc:493] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.558693 11484 raft_consensus.cc:515] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.561371 11484 leader_election.cc:290] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537)
I20260608 12:43:05.564435 11360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7b6b6030c0524b6490d8a32100d354b5" is_pre_election: true
I20260608 12:43:05.563725 11286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "eaf0c52d719d4fa28e36525b973b31d7" candidate_uuid: "de88fe8df57a496996d9d5de2050022e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.567929 11286 raft_consensus.cc:2393] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate de88fe8df57a496996d9d5de2050022e in current term 1: Already voted for candidate 7b6b6030c0524b6490d8a32100d354b5 in this term.
I20260608 12:43:05.569681 11399 leader_election.cc:304] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [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: de88fe8df57a496996d9d5de2050022e; no voters: 7669133e568a4b84977308891abf028c, 7b6b6030c0524b6490d8a32100d354b5
I20260608 12:43:05.571342 11484 raft_consensus.cc:3060] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 0 FOLLOWER]: Advancing to term 1
W20260608 12:43:05.580176 11527 meta_cache.cc:1261] Time spent looking up entry by key: real 0.059s	user 0.004s	sys 0.013s
W20260608 12:43:05.581275 11467 meta_cache.cc:1261] Time spent looking up entry by key: real 0.059s	user 0.006s	sys 0.026s
I20260608 12:43:05.581915 11484 raft_consensus.cc:2749] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
W20260608 12:43:05.606132 11529 meta_cache.cc:1261] Time spent looking up entry by key: real 0.054s	user 0.002s	sys 0.004s
I20260608 12:43:05.623684 11484 consensus_queue.cc:1048] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.653280 11486 raft_consensus.cc:493] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:05.654083 11486 raft_consensus.cc:515] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } }
I20260608 12:43:05.657744 11285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7669133e568a4b84977308891abf028c" is_pre_election: true
I20260608 12:43:05.658808 11285 raft_consensus.cc:2393] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7b6b6030c0524b6490d8a32100d354b5 in current term 1: Already voted for candidate de88fe8df57a496996d9d5de2050022e in this term.
I20260608 12:43:05.659396 11484 consensus_queue.cc:1048] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.662678 11433 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "43cd9baf2c28467bbea27acebe9842c9" candidate_uuid: "7b6b6030c0524b6490d8a32100d354b5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "de88fe8df57a496996d9d5de2050022e" is_pre_election: true
I20260608 12:43:05.664920 11327 leader_election.cc:304] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [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: 7b6b6030c0524b6490d8a32100d354b5; no voters: 7669133e568a4b84977308891abf028c, de88fe8df57a496996d9d5de2050022e
I20260608 12:43:05.666083 11517 raft_consensus.cc:3060] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:05.675244 11486 leader_election.cc:290] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7669133e568a4b84977308891abf028c (127.0.107.193:34305), de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:05.686070 11517 raft_consensus.cc:2749] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:05.761471 11286 raft_consensus.cc:1275] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.764185 11517 consensus_queue.cc:1048] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.766044 11360 raft_consensus.cc:1275] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.768647 11484 consensus_queue.cc:1048] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:05.775530 11285 raft_consensus.cc:1275] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.777422 11511 consensus_queue.cc:1048] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:05.782744 11433 raft_consensus.cc:1275] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.786465 11517 consensus_queue.cc:1048] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.789839 11433 raft_consensus.cc:1275] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.833748 11359 raft_consensus.cc:1275] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.792522 11284 raft_consensus.cc:1275] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.866318 11282 raft_consensus.cc:1275] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.940016 11544 consensus_queue.cc:1048] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.005s
I20260608 12:43:05.869141 11500 consensus_queue.cc:1048] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.066s
I20260608 12:43:05.953969 11359 raft_consensus.cc:1275] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:05.978510 11511 consensus_queue.cc:1048] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.979163 11500 consensus_queue.cc:1048] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:05.955821 11516 consensus_queue.cc:1048] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.024s
I20260608 12:43:05.983665 11282 raft_consensus.cc:1275] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:06.000766 11508 consensus_queue.cc:1048] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 12:43:06.317641 11568 log.cc:927] Time spent T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: Append to log took a long time: real 0.066s	user 0.000s	sys 0.000s
I20260608 12:43:06.327934 11539 mvcc.cc:204] Tried to move back new op lower bound from 7294658911303507968 to 7294658909869371392. Current Snapshot: MvccSnapshot[applied={T|T < 7294658911303507968}]
W20260608 12:43:06.342804 11566 log.cc:927] Time spent T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: Append to log took a long time: real 0.078s	user 0.000s	sys 0.000s
I20260608 12:43:07.489847   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:07.503782 11581 instance_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:43:07.505791 11582 instance_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:43:07.509011 11584 instance_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:43:07.509387   431 server_base.cc:1061] running on GCE node
I20260608 12:43:07.510669   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:07.510922   431 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:43:07.511134   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922587511114 us; error 0 us; skew 500 ppm
I20260608 12:43:07.511773   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:07.514961   431 webserver.cc:533] Webserver started at http://127.0.107.196:44105/ using document root <none> and password file <none>
I20260608 12:43:07.515570   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:07.515786   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:07.516130   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:07.517318   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "550ed30c93c542748a3538d157be1858"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-62kf"
I20260608 12:43:07.522506   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 12:43:07.526641 11589 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:43:07.527616   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 12:43:07.528048   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "550ed30c93c542748a3538d157be1858"
format_stamp: "Formatted at 2026-06-08 12:43:07 on dist-test-slave-62kf"
I20260608 12:43:07.528383   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780922350108766-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:43:07.543732   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:07.544997   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:07.546473   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:07.549141   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:07.549355   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.549700   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:07.549860   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:07.594547   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:46831
I20260608 12:43:07.594689 11651 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:46831 every 8 connection(s)
I20260608 12:43:07.611291 11652 heartbeater.cc:344] Connected to a master server at 127.0.107.254:35491
I20260608 12:43:07.611745 11652 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:07.612637 11652 heartbeater.cc:507] Master 127.0.107.254:35491 requested a full tablet report, sending...
I20260608 12:43:07.614817 11176 ts_manager.cc:194] Registered new tserver with Master: 550ed30c93c542748a3538d157be1858 (127.0.107.196:46831)
I20260608 12:43:07.616326 11176 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:32862
I20260608 12:43:08.354712 11435 consensus_queue.cc:237] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [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: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } }
I20260608 12:43:08.361341 11359 raft_consensus.cc:1275] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.362473 11281 raft_consensus.cc:1275] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.364770 11500 consensus_queue.cc:1048] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } 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:43:08.365845 11658 consensus_queue.cc:1048] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:43:08.373718 11500 raft_consensus.cc:2955] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
W20260608 12:43:08.376842 11401 consensus_peers.cc:597] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e -> Peer 550ed30c93c542748a3538d157be1858 (127.0.107.196:46831): Couldn't send request to peer 550ed30c93c542748a3538d157be1858. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 60d86e89d16b43d7bca6f3801cbc96da. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.376135 11359 raft_consensus.cc:2955] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.378262 11281 raft_consensus.cc:2955] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.396274 11179 catalog_manager.cc:5696] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e reported cstate change: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:08.405411 11359 consensus_queue.cc:237] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [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: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } }
I20260608 12:43:08.414700 11281 raft_consensus.cc:1275] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.416867 11667 consensus_queue.cc:1048] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
I20260608 12:43:08.422676 11435 raft_consensus.cc:1275] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.424795 11667 consensus_queue.cc:1048] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } 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:43:08.429865 11435 raft_consensus.cc:2955] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.427320 11667 raft_consensus.cc:2955] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
W20260608 12:43:08.434419 11327 consensus_peers.cc:597] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 -> Peer 550ed30c93c542748a3538d157be1858 (127.0.107.196:46831): Couldn't send request to peer 550ed30c93c542748a3538d157be1858. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: eaf0c52d719d4fa28e36525b973b31d7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.434643 11281 raft_consensus.cc:2955] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.444675 11184 catalog_manager.cc:5696] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e reported cstate change: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7b6b6030c0524b6490d8a32100d354b5" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.459359 11435 consensus_queue.cc:237] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [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: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } }
I20260608 12:43:08.467656 11359 raft_consensus.cc:1275] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.468071 11281 raft_consensus.cc:1275] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer de88fe8df57a496996d9d5de2050022e: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
W20260608 12:43:08.468744 11401 consensus_peers.cc:597] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e -> Peer 550ed30c93c542748a3538d157be1858 (127.0.107.196:46831): Couldn't send request to peer 550ed30c93c542748a3538d157be1858. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d4318906c9a5447da3a24a898ae156d6. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.469599 11658 consensus_queue.cc:1048] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:43:08.470527 11580 consensus_queue.cc:1048] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } 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:43:08.478360 11580 raft_consensus.cc:2955] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.480667 11359 raft_consensus.cc:2955] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.481638 11281 raft_consensus.cc:2955] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.496817 11176 catalog_manager.cc:5696] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e reported cstate change: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "de88fe8df57a496996d9d5de2050022e" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:08.498960 11359 consensus_queue.cc:237] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [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: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } }
I20260608 12:43:08.506572 11281 raft_consensus.cc:1275] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
W20260608 12:43:08.506999 11327 consensus_peers.cc:597] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 -> Peer 550ed30c93c542748a3538d157be1858 (127.0.107.196:46831): Couldn't send request to peer 550ed30c93c542748a3538d157be1858. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f006c9d25d54454ab166834a3edbe501. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.508584 11486 consensus_queue.cc:1048] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } 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:43:08.510490 11435 raft_consensus.cc:1275] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Refusing update from remote peer 7b6b6030c0524b6490d8a32100d354b5: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 12:43:08.513156 11486 consensus_queue.cc:1048] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 12:43:08.521704 11671 raft_consensus.cc:2955] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.523875 11281 raft_consensus.cc:2955] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.527143 11435 raft_consensus.cc:2955] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } } }
I20260608 12:43:08.538410 11176 catalog_manager.cc:5696] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 reported cstate change: config changed from index -1 to 18, NON_VOTER 550ed30c93c542748a3538d157be1858 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "7b6b6030c0524b6490d8a32100d354b5" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "de88fe8df57a496996d9d5de2050022e" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 40449 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7b6b6030c0524b6490d8a32100d354b5" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7669133e568a4b84977308891abf028c" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 34305 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "550ed30c93c542748a3538d157be1858" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 46831 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:08.619141 11652 heartbeater.cc:499] Master 127.0.107.254:35491 was elected leader, sending a full tablet report...
I20260608 12:43:08.628513   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:08.663323   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:08.664206   431 tablet_replica.cc:333] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.665077   431 raft_consensus.cc:2243] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.665715   431 raft_consensus.cc:2272] T eaf0c52d719d4fa28e36525b973b31d7 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.669428   431 tablet_replica.cc:333] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.670277   431 raft_consensus.cc:2243] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.671140   431 raft_consensus.cc:2272] T f006c9d25d54454ab166834a3edbe501 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.674726   431 tablet_replica.cc:333] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.675540   431 raft_consensus.cc:2243] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.676295   431 raft_consensus.cc:2272] T 4d80024b4afd4181896d01674403faf4 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.679298   431 tablet_replica.cc:333] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.680167   431 raft_consensus.cc:2243] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.680917   431 raft_consensus.cc:2272] T d4318906c9a5447da3a24a898ae156d6 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:08.681241 11399 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:43:08.685158   431 tablet_replica.cc:333] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.686095   431 raft_consensus.cc:2243] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.686828   431 raft_consensus.cc:2272] T 43cd9baf2c28467bbea27acebe9842c9 P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:08.686818 11399 consensus_peers.cc:597] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e -> Peer 7669133e568a4b84977308891abf028c (127.0.107.193:34305): Couldn't send request to peer 7669133e568a4b84977308891abf028c. 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:43:08.689636   431 tablet_replica.cc:333] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c: stopping tablet replica
I20260608 12:43:08.690243   431 raft_consensus.cc:2243] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.690883   431 raft_consensus.cc:2272] T 60d86e89d16b43d7bca6f3801cbc96da P 7669133e568a4b84977308891abf028c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.718371   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:08.735898   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:08.765458   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:08.766287   431 tablet_replica.cc:333] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.767138   431 raft_consensus.cc:2243] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.767880   431 raft_consensus.cc:2272] T 43cd9baf2c28467bbea27acebe9842c9 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.771031   431 tablet_replica.cc:333] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.771852   431 raft_consensus.cc:2243] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.773360   431 raft_consensus.cc:2272] T f006c9d25d54454ab166834a3edbe501 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.776969   431 tablet_replica.cc:333] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.777791   431 raft_consensus.cc:2243] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.778393   431 raft_consensus.cc:2272] T 4d80024b4afd4181896d01674403faf4 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.781358   431 tablet_replica.cc:333] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.782051   431 raft_consensus.cc:2243] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.783008   431 raft_consensus.cc:2272] T 60d86e89d16b43d7bca6f3801cbc96da P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.786650   431 tablet_replica.cc:333] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.787432   431 raft_consensus.cc:2243] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.788204   431 raft_consensus.cc:2272] T d4318906c9a5447da3a24a898ae156d6 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.791651   431 tablet_replica.cc:333] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5: stopping tablet replica
I20260608 12:43:08.792450   431 raft_consensus.cc:2243] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.793905   431 raft_consensus.cc:2272] T eaf0c52d719d4fa28e36525b973b31d7 P 7b6b6030c0524b6490d8a32100d354b5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.827347   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
W20260608 12:43:08.843182 11399 consensus_peers.cc:597] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e -> Peer 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537): Couldn't send request to peer 7b6b6030c0524b6490d8a32100d354b5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34537: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.850673   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
W20260608 12:43:08.851665 11399 consensus_peers.cc:597] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e -> Peer 7b6b6030c0524b6490d8a32100d354b5 (127.0.107.194:34537): Couldn't send request to peer 7b6b6030c0524b6490d8a32100d354b5. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:34537: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:08.868204 11677 ts_tablet_manager.cc:933] T 60d86e89d16b43d7bca6f3801cbc96da P 550ed30c93c542748a3538d157be1858: Initiating tablet copy from peer de88fe8df57a496996d9d5de2050022e (127.0.107.195:40449)
I20260608 12:43:08.877166 11677 tablet_copy_client.cc:323] T 60d86e89d16b43d7bca6f3801cbc96da P 550ed30c93c542748a3538d157be1858: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:40449
I20260608 12:43:08.897818   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:08.898583   431 tablet_replica.cc:333] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.899575   431 raft_consensus.cc:2243] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.900315   431 raft_consensus.cc:2272] T eaf0c52d719d4fa28e36525b973b31d7 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.904210   431 tablet_replica.cc:333] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.905092   431 raft_consensus.cc:2243] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.906075   431 raft_consensus.cc:2272] T 60d86e89d16b43d7bca6f3801cbc96da P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.909063   431 tablet_replica.cc:333] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.909708   431 raft_consensus.cc:2243] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.910553   431 raft_consensus.cc:2272] T 4d80024b4afd4181896d01674403faf4 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.912869   431 tablet_replica.cc:333] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.913560   431 raft_consensus.cc:2243] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:08.914366   431 raft_consensus.cc:2272] T f006c9d25d54454ab166834a3edbe501 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.917058   431 tablet_replica.cc:333] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.917639   431 raft_consensus.cc:2243] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.918666   431 raft_consensus.cc:2272] T d4318906c9a5447da3a24a898ae156d6 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:08.921226   431 tablet_replica.cc:333] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e: stopping tablet replica
I20260608 12:43:08.921777   431 raft_consensus.cc:2243] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:08.922585   431 raft_consensus.cc:2272] T 43cd9baf2c28467bbea27acebe9842c9 P de88fe8df57a496996d9d5de2050022e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 12:43:08.940668 11590 connection.cc:466] server connection from 127.0.0.1:42280 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:42280 (request call id 2) could send its response
I20260608 12:43:08.953625   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
I20260608 12:43:08.976854   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
I20260608 12:43:09.008904   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:09.026294   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:09.037746   431 master.cc:562] Master@127.0.107.254:35491 shutting down...
W20260608 12:43:09.066340 11232 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:43:09.066653 11232 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:43:09.066931 11232 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:43:09.068182   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:09.068698   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:09.069046   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P b051aea2da4e4318bdc9fc56c0d4fe90: stopping tablet replica
I20260608 12:43:09.090606   431 master.cc:584] Master@127.0.107.254:35491 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (6083 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 12:43:09.130630   431 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.107.254:38605
I20260608 12:43:09.132006   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:09.137303 11681 instance_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:43:09.137509 11682 instance_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:43:09.139163 11684 instance_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:43:09.140957   431 server_base.cc:1061] running on GCE node
I20260608 12:43:09.142231   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:09.142421   431 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:43:09.142614   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922589142599 us; error 0 us; skew 500 ppm
I20260608 12:43:09.143262   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:09.146339   431 webserver.cc:533] Webserver started at http://127.0.107.254:45293/ using document root <none> and password file <none>
I20260608 12:43:09.146924   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:09.147125   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:09.147446   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:09.148753   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/master-0-root/instance:
uuid: "2f672a9bfdfd4771871f303d62acb40f"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.153652   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:09.157310 11689 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:43:09.158308   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:43:09.158583   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/master-0-root
uuid: "2f672a9bfdfd4771871f303d62acb40f"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.158829   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-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:43:09.174260   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:09.175402   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:09.215209   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.254:38605
I20260608 12:43:09.215340 11740 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.254:38605 every 8 connection(s)
I20260608 12:43:09.219732 11741 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:43:09.231220 11741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f: Bootstrap starting.
I20260608 12:43:09.236143 11741 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:09.240543 11741 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f: No bootstrap required, opened a new log
I20260608 12:43:09.242797 11741 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER }
I20260608 12:43:09.243237 11741 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:09.243502 11741 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f672a9bfdfd4771871f303d62acb40f, State: Initialized, Role: FOLLOWER
I20260608 12:43:09.244164 11741 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER }
I20260608 12:43:09.244664 11741 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 12:43:09.244904 11741 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 12:43:09.245187 11741 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:09.250152 11741 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER }
I20260608 12:43:09.250794 11741 leader_election.cc:304] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [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: 2f672a9bfdfd4771871f303d62acb40f; no voters: 
I20260608 12:43:09.252086 11741 leader_election.cc:290] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 12:43:09.252506 11744 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:09.253984 11744 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 1 LEADER]: Becoming Leader. State: Replica: 2f672a9bfdfd4771871f303d62acb40f, State: Running, Role: LEADER
I20260608 12:43:09.254729 11744 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [LEADER]: Queue going to LEADER mode. State: All 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: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER }
I20260608 12:43:09.255290 11741 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 12:43:09.260357 11745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2f672a9bfdfd4771871f303d62acb40f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER } }
I20260608 12:43:09.261132 11745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:09.261297 11746 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2f672a9bfdfd4771871f303d62acb40f. Latest consensus state: current_term: 1 leader_uuid: "2f672a9bfdfd4771871f303d62acb40f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2f672a9bfdfd4771871f303d62acb40f" member_type: VOTER } }
I20260608 12:43:09.261922 11746 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [sys.catalog]: This master's current role is: LEADER
I20260608 12:43:09.263468 11752 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 12:43:09.271979 11752 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 12:43:09.273089   431 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 12:43:09.281721 11752 catalog_manager.cc:1382] Generated new cluster ID: 45e803935f3c42b3bcd62a03862d9179
I20260608 12:43:09.282063 11752 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 12:43:09.298002 11752 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 12:43:09.299309 11752 catalog_manager.cc:1539] Loading token signing keys...
I20260608 12:43:09.314410 11752 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f: Generated new TSK 0
I20260608 12:43:09.315044 11752 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 12:43:09.339921   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:09.346098 11762 instance_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:43:09.347569 11763 instance_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:43:09.349349 11765 instance_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:43:09.352205   431 server_base.cc:1061] running on GCE node
I20260608 12:43:09.353121   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:09.353363   431 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:43:09.353538   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922589353501 us; error 0 us; skew 500 ppm
I20260608 12:43:09.354135   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:09.356719   431 webserver.cc:533] Webserver started at http://127.0.107.193:34289/ using document root <none> and password file <none>
I20260608 12:43:09.357259   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:09.357463   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:09.357735   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:09.358814   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-0-root/instance:
uuid: "ab11b5ba1262417abdf3858428b7d98d"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.363633   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 12:43:09.367312 11770 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:43:09.368196   431 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 12:43:09.368537   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-0-root
uuid: "ab11b5ba1262417abdf3858428b7d98d"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.368835   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-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:43:09.393739   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:09.394786   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:09.396323   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:09.398739   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:09.398968   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.399241   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:09.399435   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.437804   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.193:32797
I20260608 12:43:09.437916 11832 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.193:32797 every 8 connection(s)
I20260608 12:43:09.443264   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:09.450521 11837 instance_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:43:09.451547 11838 instance_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:43:09.454829 11840 instance_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:43:09.455637   431 server_base.cc:1061] running on GCE node
I20260608 12:43:09.456008 11833 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260608 12:43:09.456516 11833 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:09.457378 11833 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260608 12:43:09.457906   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:09.458175   431 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:43:09.458390   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922589458365 us; error 0 us; skew 500 ppm
I20260608 12:43:09.459285   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:09.460073 11706 ts_manager.cc:194] Registered new tserver with Master: ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797)
I20260608 12:43:09.462355 11706 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37580
I20260608 12:43:09.462354   431 webserver.cc:533] Webserver started at http://127.0.107.194:37273/ using document root <none> and password file <none>
I20260608 12:43:09.463069   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:09.463269   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:09.463617   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:09.464815   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-1-root/instance:
uuid: "f6c7ee401f614b21a0514a1e97a0264e"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.469697   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 12:43:09.473456 11845 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:43:09.474395   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 12:43:09.474737   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-1-root
uuid: "f6c7ee401f614b21a0514a1e97a0264e"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.475047   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-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:43:09.497131   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:09.498268   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:09.499671   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:09.502048   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:09.502285   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.502552   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:09.502737   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.542045   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.194:46179
I20260608 12:43:09.542187 11907 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.194:46179 every 8 connection(s)
I20260608 12:43:09.547135   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:09.554041 11911 instance_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:43:09.556102 11912 instance_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:43:09.558523 11914 instance_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:43:09.558552   431 server_base.cc:1061] running on GCE node
I20260608 12:43:09.559521 11908 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260608 12:43:09.560055 11908 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:09.560249   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:09.560570   431 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:43:09.560817   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922589560795 us; error 0 us; skew 500 ppm
I20260608 12:43:09.561056 11908 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260608 12:43:09.561712   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:09.563551 11706 ts_manager.cc:194] Registered new tserver with Master: f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:09.564790   431 webserver.cc:533] Webserver started at http://127.0.107.195:46499/ using document root <none> and password file <none>
I20260608 12:43:09.565263 11706 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37586
I20260608 12:43:09.565411   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:09.565837   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:09.566186   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:09.567638   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-2-root/instance:
uuid: "634717a430294981a27cf15bd6b9f0ae"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.572726   431 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 12:43:09.576593 11919 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:43:09.577555   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 12:43:09.577920   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-2-root
uuid: "634717a430294981a27cf15bd6b9f0ae"
format_stamp: "Formatted at 2026-06-08 12:43:09 on dist-test-slave-62kf"
I20260608 12:43:09.578256   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-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:43:09.591719   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:09.592836   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:09.594291   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:09.596782   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:09.597051   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.597304   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:09.597496   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:09.636729   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.195:35343
I20260608 12:43:09.636843 11981 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.195:35343 every 8 connection(s)
I20260608 12:43:09.651265 11982 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260608 12:43:09.651753 11982 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:09.652539 11982 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260608 12:43:09.654795 11706 ts_manager.cc:194] Registered new tserver with Master: 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:09.655313   431 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015021478s
I20260608 12:43:09.656383 11706 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37600
I20260608 12:43:10.465358 11833 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260608 12:43:10.568568 11908 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260608 12:43:10.659390 11982 heartbeater.cc:499] Master 127.0.107.254:38605 was elected leader, sending a full tablet report...
I20260608 12:43:10.714476 11706 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37610:
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:43:10.717072 11706 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:43:10.782212 11798 tablet_service.cc:1511] Processing CreateTablet for tablet 0c73e569eae34e8e87c626c206c9ede7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:10.783740 11798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c73e569eae34e8e87c626c206c9ede7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.788710 11797 tablet_service.cc:1511] Processing CreateTablet for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:10.789616 11796 tablet_service.cc:1511] Processing CreateTablet for tablet 634e65946e6648ce99626896e71442a7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:10.790617 11797 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.790381 11873 tablet_service.cc:1511] Processing CreateTablet for tablet 0c73e569eae34e8e87c626c206c9ede7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:10.791365 11796 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 634e65946e6648ce99626896e71442a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.791834 11873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c73e569eae34e8e87c626c206c9ede7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.792810 11795 tablet_service.cc:1511] Processing CreateTablet for tablet 06a655466f4b4a6ca6d67a32b4cf6a08 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:10.794294 11795 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06a655466f4b4a6ca6d67a32b4cf6a08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.795475 11945 tablet_service.cc:1511] Processing CreateTablet for tablet 634e65946e6648ce99626896e71442a7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:10.796988 11945 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 634e65946e6648ce99626896e71442a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.798931 11944 tablet_service.cc:1511] Processing CreateTablet for tablet 06a655466f4b4a6ca6d67a32b4cf6a08 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:10.801599 11869 tablet_service.cc:1511] Processing CreateTablet for tablet 6f2d58a5d5ed4fe49654580b19d9fb31 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:10.802412 11868 tablet_service.cc:1511] Processing CreateTablet for tablet 41d25e546a9a4a83ac65a2a70f861942 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:10.803467 11946 tablet_service.cc:1511] Processing CreateTablet for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:10.816818 11944 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06a655466f4b4a6ca6d67a32b4cf6a08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.805339 11943 tablet_service.cc:1511] Processing CreateTablet for tablet 6f2d58a5d5ed4fe49654580b19d9fb31 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:10.817658 11869 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f2d58a5d5ed4fe49654580b19d9fb31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.817934 11943 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f2d58a5d5ed4fe49654580b19d9fb31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.820137 11946 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.821486 12003 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:10.806499 11942 tablet_service.cc:1511] Processing CreateTablet for tablet 41d25e546a9a4a83ac65a2a70f861942 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:10.824435 11868 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 41d25e546a9a4a83ac65a2a70f861942. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.825023 11942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 41d25e546a9a4a83ac65a2a70f861942. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.808322 11872 tablet_service.cc:1511] Processing CreateTablet for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 12:43:10.828994 11872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0a5f0ab5e07a40dabe75f69cfb29f10f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.810105 11870 tablet_service.cc:1511] Processing CreateTablet for tablet 06a655466f4b4a6ca6d67a32b4cf6a08 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 12:43:10.830566 12003 tablet_bootstrap.cc:654] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:10.830783 11870 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06a655466f4b4a6ca6d67a32b4cf6a08. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.811827 11947 tablet_service.cc:1511] Processing CreateTablet for tablet 0c73e569eae34e8e87c626c206c9ede7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 12:43:10.814409 11871 tablet_service.cc:1511] Processing CreateTablet for tablet 634e65946e6648ce99626896e71442a7 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 12:43:10.798931 11794 tablet_service.cc:1511] Processing CreateTablet for tablet 6f2d58a5d5ed4fe49654580b19d9fb31 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 12:43:10.804971 11793 tablet_service.cc:1511] Processing CreateTablet for tablet 41d25e546a9a4a83ac65a2a70f861942 (DEFAULT_TABLE table=test-workload [id=7e64a72c9f8b4969acfcd3dc9885d302]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 12:43:10.835991 11871 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 634e65946e6648ce99626896e71442a7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.840065 11794 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f2d58a5d5ed4fe49654580b19d9fb31. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.844645 11793 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 41d25e546a9a4a83ac65a2a70f861942. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.846637 11947 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c73e569eae34e8e87c626c206c9ede7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 12:43:10.904954 12002 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:10.914286 12005 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:10.917866 12003 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:10.918514 12003 ts_tablet_manager.cc:1403] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.097s	user 0.016s	sys 0.006s
I20260608 12:43:10.921238 12003 raft_consensus.cc:359] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.922061 12003 raft_consensus.cc:385] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:10.922412 12003 raft_consensus.cc:740] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:10.923316 12003 consensus_queue.cc:260] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.924033 12005 tablet_bootstrap.cc:654] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:10.927680 12002 tablet_bootstrap.cc:654] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:10.947431 12002 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:10.948314 12002 ts_tablet_manager.cc:1403] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.044s	user 0.015s	sys 0.006s
I20260608 12:43:10.952579 12002 raft_consensus.cc:359] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:10.953742 12002 raft_consensus.cc:385] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:10.954216 12002 raft_consensus.cc:740] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:10.955639 12002 consensus_queue.cc:260] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:10.960253 12002 ts_tablet_manager.cc:1434] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.002s
I20260608 12:43:10.961251 12003 ts_tablet_manager.cc:1434] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.042s	user 0.024s	sys 0.019s
I20260608 12:43:10.961431 12002 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:10.962476 12003 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:10.963274 12005 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:10.963860 12005 ts_tablet_manager.cc:1403] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.051s	user 0.018s	sys 0.023s
I20260608 12:43:10.967403 12005 raft_consensus.cc:359] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.968250 12005 raft_consensus.cc:385] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:10.968566 12005 raft_consensus.cc:740] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:10.969195 12002 tablet_bootstrap.cc:654] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:10.969363 12005 consensus_queue.cc:260] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.970197 12003 tablet_bootstrap.cc:654] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:10.981731 12002 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:10.982406 12002 ts_tablet_manager.cc:1403] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.021s	user 0.006s	sys 0.013s
I20260608 12:43:10.985460 12002 raft_consensus.cc:359] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.987614 12002 raft_consensus.cc:385] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:10.990267 12002 raft_consensus.cc:740] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:10.990392 12005 ts_tablet_manager.cc:1434] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.026s	user 0.010s	sys 0.013s
I20260608 12:43:10.989904 12003 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:10.991763 12003 ts_tablet_manager.cc:1403] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.030s	user 0.008s	sys 0.016s
I20260608 12:43:10.991509 12002 consensus_queue.cc:260] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.992069 12005 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:10.993978 12002 ts_tablet_manager.cc:1434] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.004s
I20260608 12:43:10.995541 12003 raft_consensus.cc:359] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:10.996451 12003 raft_consensus.cc:385] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:10.996803 12003 raft_consensus.cc:740] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:10.996920 12002 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:10.997836 12003 consensus_queue.cc:260] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.000295 12005 tablet_bootstrap.cc:654] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.002569 12003 ts_tablet_manager.cc:1434] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 12:43:11.004011 12003 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:11.004405 12002 tablet_bootstrap.cc:654] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.013023 12003 tablet_bootstrap.cc:654] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.016656 12002 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:11.017349 12002 ts_tablet_manager.cc:1403] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.021s	user 0.015s	sys 0.004s
I20260608 12:43:11.020524 12002 raft_consensus.cc:359] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.021342 12002 raft_consensus.cc:385] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.021699 12002 raft_consensus.cc:740] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.022650 12002 consensus_queue.cc:260] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.028420 12005 tablet_bootstrap.cc:492] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:11.029028 12005 ts_tablet_manager.cc:1403] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.037s	user 0.022s	sys 0.011s
I20260608 12:43:11.031523 12002 ts_tablet_manager.cc:1434] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.014s	user 0.001s	sys 0.011s
I20260608 12:43:11.032796 12002 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:11.032464 12005 raft_consensus.cc:359] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.032917 12003 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:11.035945 12005 raft_consensus.cc:385] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.036343 12003 ts_tablet_manager.cc:1403] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.033s	user 0.011s	sys 0.013s
I20260608 12:43:11.036463 12005 raft_consensus.cc:740] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.037606 12005 consensus_queue.cc:260] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.039656 12002 tablet_bootstrap.cc:654] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.040196 12005 ts_tablet_manager.cc:1434] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 12:43:11.041517 12005 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:11.048666 12003 raft_consensus.cc:359] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.050457 12003 raft_consensus.cc:385] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.051045 12003 raft_consensus.cc:740] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.052350 12003 consensus_queue.cc:260] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.053604 12002 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:11.054203 12002 ts_tablet_manager.cc:1403] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.006s
I20260608 12:43:11.057076 12005 tablet_bootstrap.cc:654] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.057524 12002 raft_consensus.cc:359] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.058324 12002 raft_consensus.cc:385] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.058619 12002 raft_consensus.cc:740] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.059536 12002 consensus_queue.cc:260] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.060673 12009 raft_consensus.cc:493] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.061225 12009 raft_consensus.cc:515] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.062489 12003 ts_tablet_manager.cc:1434] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.001s
I20260608 12:43:11.063683 12003 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:11.067317 12009 leader_election.cc:290] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.070214 12003 tablet_bootstrap.cc:654] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.071099 12005 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:11.071681 12005 ts_tablet_manager.cc:1403] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.000s
I20260608 12:43:11.074014 12002 ts_tablet_manager.cc:1434] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.019s	user 0.003s	sys 0.006s
I20260608 12:43:11.075227 12002 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:11.075810 12003 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:11.075206 12005 raft_consensus.cc:359] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.076241 12005 raft_consensus.cc:385] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.076586 12005 raft_consensus.cc:740] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.076393 12003 ts_tablet_manager.cc:1403] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.002s
I20260608 12:43:11.080158 12005 consensus_queue.cc:260] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.081323 12002 tablet_bootstrap.cc:654] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.086589 12005 ts_tablet_manager.cc:1434] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 12:43:11.088459 12005 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:11.096282 12005 tablet_bootstrap.cc:654] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.096872 12002 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:11.097491 12002 ts_tablet_manager.cc:1403] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.004s
I20260608 12:43:11.098590 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
W20260608 12:43:11.100427 11847 leader_election.cc:343] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:11.101611 12002 raft_consensus.cc:359] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.102442 12003 raft_consensus.cc:359] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.102782 12002 raft_consensus.cc:385] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.103273 12003 raft_consensus.cc:385] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.103360 12002 raft_consensus.cc:740] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.103726 12003 raft_consensus.cc:740] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.104789 12003 consensus_queue.cc:260] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.104909 12002 consensus_queue.cc:260] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.107306 12003 ts_tablet_manager.cc:1434] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.028s	user 0.002s	sys 0.003s
I20260608 12:43:11.108558 12003 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:11.112236 12002 ts_tablet_manager.cc:1434] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.000s
I20260608 12:43:11.113997 12002 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: Bootstrap starting.
I20260608 12:43:11.115192 12003 tablet_bootstrap.cc:654] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.126677 12002 tablet_bootstrap.cc:654] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.128938 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
W20260608 12:43:11.131309 11847 leader_election.cc:343] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343): Illegal state: must be running to vote when last-logged opid is not known
I20260608 12:43:11.131819 11847 leader_election.cc:304] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [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: f6c7ee401f614b21a0514a1e97a0264e; no voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d
I20260608 12:43:11.132795 12009 raft_consensus.cc:2749] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 12:43:11.133344 12003 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:11.132863 12005 tablet_bootstrap.cc:492] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:11.134003 12003 ts_tablet_manager.cc:1403] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.009s
I20260608 12:43:11.134150 12005 ts_tablet_manager.cc:1403] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.046s	user 0.026s	sys 0.006s
I20260608 12:43:11.137046 12005 raft_consensus.cc:359] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.137372 12003 raft_consensus.cc:359] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.137835 12005 raft_consensus.cc:385] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.138191 12003 raft_consensus.cc:385] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.138280 12005 raft_consensus.cc:740] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.138451 12002 tablet_bootstrap.cc:492] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: No bootstrap required, opened a new log
I20260608 12:43:11.138595 12003 raft_consensus.cc:740] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.139227 12002 ts_tablet_manager.cc:1403] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: Time spent bootstrapping tablet: real 0.026s	user 0.014s	sys 0.000s
I20260608 12:43:11.139673 12003 consensus_queue.cc:260] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.139504 12005 consensus_queue.cc:260] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.142113 12003 ts_tablet_manager.cc:1434] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 12:43:11.142607 12005 ts_tablet_manager.cc:1434] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 12:43:11.143842 12005 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:11.143664 12002 raft_consensus.cc:359] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.144551 12002 raft_consensus.cc:385] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.144874 12002 raft_consensus.cc:740] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.145691 12002 consensus_queue.cc:260] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.148145 12002 ts_tablet_manager.cc:1434] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 12:43:11.149432 12003 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: Bootstrap starting.
I20260608 12:43:11.150789 12005 tablet_bootstrap.cc:654] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.156874 12003 tablet_bootstrap.cc:654] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.157474 12005 tablet_bootstrap.cc:492] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:11.158088 12005 ts_tablet_manager.cc:1403] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260608 12:43:11.161324 12005 raft_consensus.cc:359] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.162165 12005 raft_consensus.cc:385] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.162495 12005 raft_consensus.cc:740] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.162675 12003 tablet_bootstrap.cc:492] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: No bootstrap required, opened a new log
I20260608 12:43:11.163307 12003 ts_tablet_manager.cc:1403] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 12:43:11.163524 12005 consensus_queue.cc:260] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.166286 12005 ts_tablet_manager.cc:1434] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:43:11.166371 12003 raft_consensus.cc:359] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.167265 12005 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: Bootstrap starting.
I20260608 12:43:11.167246 12003 raft_consensus.cc:385] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.167893 12003 raft_consensus.cc:740] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.168884 12003 consensus_queue.cc:260] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.171398 12003 ts_tablet_manager.cc:1434] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260608 12:43:11.175652 12005 tablet_bootstrap.cc:654] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: Neither blocks nor log segments found. Creating new log.
I20260608 12:43:11.181375 12005 tablet_bootstrap.cc:492] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: No bootstrap required, opened a new log
I20260608 12:43:11.181874 12005 ts_tablet_manager.cc:1403] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260608 12:43:11.184393 12005 raft_consensus.cc:359] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.184733 12010 raft_consensus.cc:493] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.185016 12005 raft_consensus.cc:385] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 12:43:11.185387 12005 raft_consensus.cc:740] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Initialized, Role: FOLLOWER
I20260608 12:43:11.185359 12010 raft_consensus.cc:515] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.186443 12005 consensus_queue.cc:260] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.189946 12005 ts_tablet_manager.cc:1434] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 12:43:11.191149 12010 leader_election.cc:290] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.202544 12009 raft_consensus.cc:493] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.203183 12009 raft_consensus.cc:515] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.203519 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.204255 11808 raft_consensus.cc:2468] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 0.
I20260608 12:43:11.205725 12009 leader_election.cc:290] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343), ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797)
I20260608 12:43:11.206758 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e" is_pre_election: true
I20260608 12:43:11.206903 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.207048 11921 leader_election.cc:304] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d; no voters: 
I20260608 12:43:11.207537 11883 raft_consensus.cc:2468] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 0.
I20260608 12:43:11.207630 11808 raft_consensus.cc:2468] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.208055 12010 raft_consensus.cc:2804] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.208454 12010 raft_consensus.cc:493] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.208806 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
I20260608 12:43:11.208798 12010 raft_consensus.cc:3060] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.209175 11847 leader_election.cc:304] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ab11b5ba1262417abdf3858428b7d98d, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.209633 12009 raft_consensus.cc:493] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.210173 12016 raft_consensus.cc:2804] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.210801 12016 raft_consensus.cc:493] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.210165 12009 raft_consensus.cc:515] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.211177 12016 raft_consensus.cc:3060] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.214210 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a5f0ab5e07a40dabe75f69cfb29f10f" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.214241 11956 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a5f0ab5e07a40dabe75f69cfb29f10f" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
I20260608 12:43:11.215353 11808 raft_consensus.cc:2468] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.215454 11956 raft_consensus.cc:2468] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.213023 12009 leader_election.cc:290] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.216814 11847 leader_election.cc:304] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.216979 12010 raft_consensus.cc:515] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.217768 12009 raft_consensus.cc:2804] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.218156 12009 raft_consensus.cc:493] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.218240 11957 raft_consensus.cc:2393] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f6c7ee401f614b21a0514a1e97a0264e in current term 1: Already voted for candidate 634717a430294981a27cf15bd6b9f0ae in this term.
I20260608 12:43:11.219431 12010 leader_election.cc:290] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.219611 12016 raft_consensus.cc:515] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.220268 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.220868 11808 raft_consensus.cc:3060] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.222090 12016 leader_election.cc:290] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Requested vote from peers 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343), ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797)
I20260608 12:43:11.222240 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e"
I20260608 12:43:11.223035 11883 raft_consensus.cc:2393] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 634717a430294981a27cf15bd6b9f0ae in current term 1: Already voted for candidate f6c7ee401f614b21a0514a1e97a0264e in this term.
I20260608 12:43:11.223344 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae"
I20260608 12:43:11.224174 11957 raft_consensus.cc:2393] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f6c7ee401f614b21a0514a1e97a0264e in current term 1: Already voted for candidate 634717a430294981a27cf15bd6b9f0ae in this term.
I20260608 12:43:11.224552 11807 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0c73e569eae34e8e87c626c206c9ede7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.226284 12009 raft_consensus.cc:3060] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.226332 11847 leader_election.cc:304] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [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: f6c7ee401f614b21a0514a1e97a0264e; no voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d
I20260608 12:43:11.227577 11808 raft_consensus.cc:2468] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 1.
I20260608 12:43:11.227699 12016 raft_consensus.cc:2749] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:43:11.228886 11921 leader_election.cc:304] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [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: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d; no voters: f6c7ee401f614b21a0514a1e97a0264e
I20260608 12:43:11.229689 12010 raft_consensus.cc:2804] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.230211 12010 raft_consensus.cc:697] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Becoming Leader. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Running, Role: LEADER
I20260608 12:43:11.230968 12010 consensus_queue.cc:237] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } }
I20260608 12:43:11.232731 12009 raft_consensus.cc:515] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.234838 12009 leader_election.cc:290] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.235598 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a5f0ab5e07a40dabe75f69cfb29f10f" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.236181 11808 raft_consensus.cc:3060] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.238292 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0a5f0ab5e07a40dabe75f69cfb29f10f" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae"
I20260608 12:43:11.238984 11957 raft_consensus.cc:3060] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.240167 11705 catalog_manager.cc:5696] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 634717a430294981a27cf15bd6b9f0ae (127.0.107.195). New cstate: current_term: 1 leader_uuid: "634717a430294981a27cf15bd6b9f0ae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:11.243588 11808 raft_consensus.cc:2468] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 1.
I20260608 12:43:11.245050 11847 leader_election.cc:304] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ab11b5ba1262417abdf3858428b7d98d, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.245967 12009 raft_consensus.cc:2804] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.246546 12009 raft_consensus.cc:697] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Becoming Leader. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Running, Role: LEADER
I20260608 12:43:11.246711 11957 raft_consensus.cc:2468] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 1.
I20260608 12:43:11.247603 12009 consensus_queue.cc:237] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.255505 11705 catalog_manager.cc:5696] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: term changed from 0 to 1, leader changed from <none> to f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f6c7ee401f614b21a0514a1e97a0264e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: UNKNOWN } } }
W20260608 12:43:11.269884 11754 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 12:43:11.290547 12006 raft_consensus.cc:493] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.291136 12006 raft_consensus.cc:515] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.293670 12006 leader_election.cc:290] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.304464 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06a655466f4b4a6ca6d67a32b4cf6a08" candidate_uuid: "ab11b5ba1262417abdf3858428b7d98d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e" is_pre_election: true
I20260608 12:43:11.304768 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06a655466f4b4a6ca6d67a32b4cf6a08" candidate_uuid: "ab11b5ba1262417abdf3858428b7d98d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
I20260608 12:43:11.305188 11883 raft_consensus.cc:2468] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ab11b5ba1262417abdf3858428b7d98d in term 0.
I20260608 12:43:11.305485 11957 raft_consensus.cc:2468] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ab11b5ba1262417abdf3858428b7d98d in term 0.
I20260608 12:43:11.306391 11773 leader_election.cc:304] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ab11b5ba1262417abdf3858428b7d98d, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.307299 12006 raft_consensus.cc:2804] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.307677 12006 raft_consensus.cc:493] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.307909 12006 raft_consensus.cc:3060] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.313835 12009 raft_consensus.cc:493] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.313707 12006 raft_consensus.cc:515] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.314468 12009 raft_consensus.cc:515] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.316236 12006 leader_election.cc:290] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [CANDIDATE]: Term 1 election: Requested vote from peers f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.317056 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06a655466f4b4a6ca6d67a32b4cf6a08" candidate_uuid: "ab11b5ba1262417abdf3858428b7d98d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e"
I20260608 12:43:11.317553 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06a655466f4b4a6ca6d67a32b4cf6a08" candidate_uuid: "ab11b5ba1262417abdf3858428b7d98d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae"
I20260608 12:43:11.317770 11883 raft_consensus.cc:3060] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.318210 11957 raft_consensus.cc:3060] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.318849 11956 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
I20260608 12:43:11.318850 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.319734 11956 raft_consensus.cc:2468] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.319800 11808 raft_consensus.cc:2468] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.321193 11847 leader_election.cc:304] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.322093 12016 raft_consensus.cc:2804] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.322496 12016 raft_consensus.cc:493] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.322818 12016 raft_consensus.cc:3060] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.324128 12010 raft_consensus.cc:493] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.324641 12010 raft_consensus.cc:515] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.327169 11957 raft_consensus.cc:2468] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ab11b5ba1262417abdf3858428b7d98d in term 1.
I20260608 12:43:11.327980 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.328712 11808 raft_consensus.cc:2468] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 0.
I20260608 12:43:11.328693 12010 leader_election.cc:290] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.329505 11772 leader_election.cc:304] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d; no voters: 
I20260608 12:43:11.330010 11882 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e" is_pre_election: true
I20260608 12:43:11.330204 12016 raft_consensus.cc:515] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.330991 11921 leader_election.cc:304] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d; no voters: 
I20260608 12:43:11.331529 11882 raft_consensus.cc:2393] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 634717a430294981a27cf15bd6b9f0ae in current term 1: Already voted for candidate f6c7ee401f614b21a0514a1e97a0264e in this term.
I20260608 12:43:11.331444 11883 raft_consensus.cc:2468] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ab11b5ba1262417abdf3858428b7d98d in term 1.
I20260608 12:43:11.332295 12006 raft_consensus.cc:2804] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.328063 12009 leader_election.cc:290] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.332652 12016 leader_election.cc:290] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.332162 12010 raft_consensus.cc:2804] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.333622 12010 raft_consensus.cc:493] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.334028 12010 raft_consensus.cc:3060] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.335114 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.335443 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae"
I20260608 12:43:11.335778 11808 raft_consensus.cc:3060] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.339785 12010 raft_consensus.cc:515] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.340572 12006 raft_consensus.cc:697] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 1 LEADER]: Becoming Leader. State: Replica: ab11b5ba1262417abdf3858428b7d98d, State: Running, Role: LEADER
I20260608 12:43:11.341128 11957 raft_consensus.cc:2393] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate f6c7ee401f614b21a0514a1e97a0264e in current term 1: Already voted for candidate 634717a430294981a27cf15bd6b9f0ae in this term.
I20260608 12:43:11.341171 11808 raft_consensus.cc:2468] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 1.
I20260608 12:43:11.341681 12006 consensus_queue.cc:237] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.342905 12010 leader_election.cc:290] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.343237 11807 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.344137 11807 raft_consensus.cc:2393] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 634717a430294981a27cf15bd6b9f0ae in current term 1: Already voted for candidate f6c7ee401f614b21a0514a1e97a0264e in this term.
I20260608 12:43:11.344066 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f2d58a5d5ed4fe49654580b19d9fb31" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e"
I20260608 12:43:11.345041 11883 raft_consensus.cc:2393] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 634717a430294981a27cf15bd6b9f0ae in current term 1: Already voted for candidate f6c7ee401f614b21a0514a1e97a0264e in this term.
I20260608 12:43:11.345651 11847 leader_election.cc:304] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [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: ab11b5ba1262417abdf3858428b7d98d, f6c7ee401f614b21a0514a1e97a0264e; no voters: 634717a430294981a27cf15bd6b9f0ae
I20260608 12:43:11.346377 11922 leader_election.cc:304] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [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: 634717a430294981a27cf15bd6b9f0ae; no voters: ab11b5ba1262417abdf3858428b7d98d, f6c7ee401f614b21a0514a1e97a0264e
I20260608 12:43:11.346632 12009 raft_consensus.cc:2804] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.347199 12009 raft_consensus.cc:697] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Becoming Leader. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Running, Role: LEADER
I20260608 12:43:11.347779 12010 raft_consensus.cc:2749] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 12:43:11.348184 12009 consensus_queue.cc:237] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.352106 11705 catalog_manager.cc:5696] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d reported cstate change: term changed from 0 to 1, leader changed from <none> to ab11b5ba1262417abdf3858428b7d98d (127.0.107.193). New cstate: current_term: 1 leader_uuid: "ab11b5ba1262417abdf3858428b7d98d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:11.354310 12010 raft_consensus.cc:493] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.354823 12010 raft_consensus.cc:515] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.357116 12010 leader_election.cc:290] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.357831 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.357676 11703 catalog_manager.cc:5696] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: term changed from 0 to 1, leader changed from <none> to f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f6c7ee401f614b21a0514a1e97a0264e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:11.358790 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e" is_pre_election: true
I20260608 12:43:11.359483 11883 raft_consensus.cc:2468] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 0.
I20260608 12:43:11.358517 11808 raft_consensus.cc:2468] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 0.
I20260608 12:43:11.360746 11922 leader_election.cc:304] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.361872 12010 raft_consensus.cc:2804] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.362222 12010 raft_consensus.cc:493] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.362543 12010 raft_consensus.cc:3060] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.370265 12010 raft_consensus.cc:515] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.372720 12009 raft_consensus.cc:493] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 12:43:11.373093 12010 leader_election.cc:290] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179)
I20260608 12:43:11.373592 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.373354 12009 raft_consensus.cc:515] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.373764 11883 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "41d25e546a9a4a83ac65a2a70f861942" candidate_uuid: "634717a430294981a27cf15bd6b9f0ae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f6c7ee401f614b21a0514a1e97a0264e"
I20260608 12:43:11.374204 11808 raft_consensus.cc:3060] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.374388 11883 raft_consensus.cc:3060] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.375924 12009 leader_election.cc:290] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.377256 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "634e65946e6648ce99626896e71442a7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae" is_pre_election: true
I20260608 12:43:11.377797 11807 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "634e65946e6648ce99626896e71442a7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d" is_pre_election: true
I20260608 12:43:11.377969 11957 raft_consensus.cc:2468] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.378495 11807 raft_consensus.cc:2468] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 0.
I20260608 12:43:11.380026 11847 leader_election.cc:304] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.380937 12009 raft_consensus.cc:2804] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 12:43:11.381345 12009 raft_consensus.cc:493] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 12:43:11.381405 11808 raft_consensus.cc:2468] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 1.
I20260608 12:43:11.381800 12009 raft_consensus.cc:3060] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.381887 11883 raft_consensus.cc:2468] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 634717a430294981a27cf15bd6b9f0ae in term 1.
I20260608 12:43:11.382783 11921 leader_election.cc:304] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, ab11b5ba1262417abdf3858428b7d98d; no voters: 
I20260608 12:43:11.383709 12010 raft_consensus.cc:2804] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.384204 12010 raft_consensus.cc:697] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Becoming Leader. State: Replica: 634717a430294981a27cf15bd6b9f0ae, State: Running, Role: LEADER
I20260608 12:43:11.384979 12010 consensus_queue.cc:237] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.388062 12009 raft_consensus.cc:515] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.390689 12009 leader_election.cc:290] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Requested vote from peers ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797), 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:11.391602 11808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "634e65946e6648ce99626896e71442a7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ab11b5ba1262417abdf3858428b7d98d"
I20260608 12:43:11.391975 11957 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "634e65946e6648ce99626896e71442a7" candidate_uuid: "f6c7ee401f614b21a0514a1e97a0264e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "634717a430294981a27cf15bd6b9f0ae"
I20260608 12:43:11.392319 11808 raft_consensus.cc:3060] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.392608 11957 raft_consensus.cc:3060] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 0 FOLLOWER]: Advancing to term 1
I20260608 12:43:11.393411 11703 catalog_manager.cc:5696] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae reported cstate change: term changed from 0 to 1, leader changed from <none> to 634717a430294981a27cf15bd6b9f0ae (127.0.107.195). New cstate: current_term: 1 leader_uuid: "634717a430294981a27cf15bd6b9f0ae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: HEALTHY } } }
I20260608 12:43:11.399809 11808 raft_consensus.cc:2468] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 1.
I20260608 12:43:11.399809 11957 raft_consensus.cc:2468] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f6c7ee401f614b21a0514a1e97a0264e in term 1.
I20260608 12:43:11.401655 11847 leader_election.cc:304] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 634717a430294981a27cf15bd6b9f0ae, f6c7ee401f614b21a0514a1e97a0264e; no voters: 
I20260608 12:43:11.402503 12009 raft_consensus.cc:2804] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 12:43:11.403091 12009 raft_consensus.cc:697] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Becoming Leader. State: Replica: f6c7ee401f614b21a0514a1e97a0264e, State: Running, Role: LEADER
I20260608 12:43:11.403872 12009 consensus_queue.cc:237] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } }
I20260608 12:43:11.411505 11703 catalog_manager.cc:5696] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: term changed from 0 to 1, leader changed from <none> to f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194). New cstate: current_term: 1 leader_uuid: "f6c7ee401f614b21a0514a1e97a0264e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:11.820587 12010 consensus_queue.cc:1048] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.831678 12006 consensus_queue.cc:1048] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.846177 11882 raft_consensus.cc:1275] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 12:43:11.853001 11989 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.107.254:38605, user_credentials={real_user=slave}} blocked reactor thread for 55666.3us
I20260608 12:43:11.852870 12028 consensus_queue.cc:1048] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.864425 11808 raft_consensus.cc:1275] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.866540 11807 raft_consensus.cc:1275] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.871162 12028 consensus_queue.cc:1048] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.875253 11956 raft_consensus.cc:1275] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.878710 12009 consensus_queue.cc:1048] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.872917 11807 raft_consensus.cc:1275] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.882257 12009 consensus_queue.cc:1048] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 12:43:11.884091 12010 consensus_queue.cc:1048] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.891212 11881 raft_consensus.cc:1275] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Refusing update from remote peer ab11b5ba1262417abdf3858428b7d98d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.893827 12006 consensus_queue.cc:1048] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.904625 11956 raft_consensus.cc:1275] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 12:43:11.909351 12065 consensus_queue.cc:1048] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.916083 12065 consensus_queue.cc:1048] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 12:43:11.872941 12057 consensus_queue.cc:1048] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.047s
I20260608 12:43:11.920781 12016 consensus_queue.cc:1048] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 12:43:12.049096 11773 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:46179, user_credentials={real_user=slave}} blocked reactor thread for 57795.8us
W20260608 12:43:12.166330 11922 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.107.194:46179, user_credentials={real_user=slave}} blocked reactor thread for 59935.6us
W20260608 12:43:12.273012 12067 log.cc:927] Time spent T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: Append to log took a long time: real 0.110s	user 0.005s	sys 0.000s
W20260608 12:43:13.037551 12043 meta_cache.cc:1261] Time spent looking up entry by key: real 0.105s	user 0.000s	sys 0.000s
I20260608 12:43:13.317502   431 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 12:43:13.337949 12102 instance_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:43:13.341185 12103 instance_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:43:13.343146 12105 instance_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:43:13.344156   431 server_base.cc:1061] running on GCE node
I20260608 12:43:13.345311   431 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 12:43:13.345587   431 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:43:13.345800   431 hybrid_clock.cc:648] HybridClock initialized: now 1780922593345785 us; error 0 us; skew 500 ppm
I20260608 12:43:13.346403   431 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 12:43:13.349427   431 webserver.cc:533] Webserver started at http://127.0.107.196:43731/ using document root <none> and password file <none>
I20260608 12:43:13.350021   431 fs_manager.cc:362] Metadata directory not provided
I20260608 12:43:13.350262   431 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 12:43:13.350593   431 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 12:43:13.352062   431 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-3-root/instance:
uuid: "e51f1223306a4795b360abdf061bb8f1"
format_stamp: "Formatted at 2026-06-08 12:43:13 on dist-test-slave-62kf"
I20260608 12:43:13.357221   431 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260608 12:43:13.361071 12110 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:43:13.362054   431 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
I20260608 12:43:13.362345   431 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-3-root
uuid: "e51f1223306a4795b360abdf061bb8f1"
format_stamp: "Formatted at 2026-06-08 12:43:13 on dist-test-slave-62kf"
I20260608 12:43:13.362586   431 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-431-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskFNM3ym/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780922350108766-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:43:13.384837   431 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 12:43:13.386125   431 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 12:43:13.387591   431 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 12:43:13.390156   431 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 12:43:13.390384   431 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:13.390686   431 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 12:43:13.390869   431 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 12:43:13.433140   431 rpc_server.cc:307] RPC server started. Bound to: 127.0.107.196:42785
I20260608 12:43:13.433252 12172 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.107.196:42785 every 8 connection(s)
I20260608 12:43:13.457458 12173 heartbeater.cc:344] Connected to a master server at 127.0.107.254:38605
I20260608 12:43:13.457901 12173 heartbeater.cc:461] Registering TS with master...
I20260608 12:43:13.458637 12173 heartbeater.cc:507] Master 127.0.107.254:38605 requested a full tablet report, sending...
I20260608 12:43:13.460839 11706 ts_manager.cc:194] Registered new tserver with Master: e51f1223306a4795b360abdf061bb8f1 (127.0.107.196:42785)
I20260608 12:43:13.462272 11706 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37622
I20260608 12:43:13.519933 11954 consensus_queue.cc:237] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [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: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } attrs { replace: true } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } }
I20260608 12:43:13.526754 11882 raft_consensus.cc:1275] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.527369 11804 raft_consensus.cc:1275] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.529106 12084 consensus_queue.cc:1048] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } 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:43:13.531876 12059 consensus_queue.cc:1048] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:43:13.538856 12084 raft_consensus.cc:2955] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } attrs { replace: true } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.541102 11882 raft_consensus.cc:2955] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } attrs { replace: true } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
W20260608 12:43:13.546360 11920 consensus_peers.cc:597] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae -> Peer e51f1223306a4795b360abdf061bb8f1 (127.0.107.196:42785): Couldn't send request to peer e51f1223306a4795b360abdf061bb8f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 41d25e546a9a4a83ac65a2a70f861942. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:13.552932 11804 raft_consensus.cc:2955] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } attrs { replace: true } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.561985 11706 catalog_manager.cc:5696] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "634717a430294981a27cf15bd6b9f0ae" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } attrs { replace: true } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.575793 11882 consensus_queue.cc:237] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [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: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } }
I20260608 12:43:13.586314 11804 raft_consensus.cc:1275] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.586877 11954 raft_consensus.cc:1275] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.588874 12009 consensus_queue.cc:1048] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:13.591410 12009 consensus_queue.cc:1048] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
W20260608 12:43:13.598393 11846 consensus_peers.cc:597] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e -> Peer e51f1223306a4795b360abdf061bb8f1 (127.0.107.196:42785): Couldn't send request to peer e51f1223306a4795b360abdf061bb8f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 634e65946e6648ce99626896e71442a7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:13.600188 12057 raft_consensus.cc:2955] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.602625 11804 raft_consensus.cc:2955] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.606863 11954 raft_consensus.cc:2955] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.618012 11882 consensus_queue.cc:237] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [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: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } }
I20260608 12:43:13.622095 11701 catalog_manager.cc:5696] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f6c7ee401f614b21a0514a1e97a0264e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 12:43:13.627364 11954 raft_consensus.cc:1275] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.627710 11804 raft_consensus.cc:1275] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer f6c7ee401f614b21a0514a1e97a0264e: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:43:13.628201 11846 consensus_peers.cc:597] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e -> Peer e51f1223306a4795b360abdf061bb8f1 (127.0.107.196:42785): Couldn't send request to peer e51f1223306a4795b360abdf061bb8f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0a5f0ab5e07a40dabe75f69cfb29f10f. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:13.629385 12009 consensus_queue.cc:1048] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260608 12:43:13.630429 12057 consensus_queue.cc:1048] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } 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:43:13.641494 11805 raft_consensus.cc:2955] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.640115 12009 raft_consensus.cc:2955] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.650274 11954 raft_consensus.cc:2955] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.658882 11701 catalog_manager.cc:5696] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d reported cstate change: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "f6c7ee401f614b21a0514a1e97a0264e" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.662303 11956 consensus_queue.cc:237] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [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: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } }
I20260608 12:43:13.669642 11882 raft_consensus.cc:1275] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260608 12:43:13.670027 11920 consensus_peers.cc:597] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae -> Peer e51f1223306a4795b360abdf061bb8f1 (127.0.107.196:42785): Couldn't send request to peer e51f1223306a4795b360abdf061bb8f1. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 0c73e569eae34e8e87c626c206c9ede7. This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:13.671875 12084 consensus_queue.cc:1048] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.001s
I20260608 12:43:13.676514 11805 raft_consensus.cc:1275] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Refusing update from remote peer 634717a430294981a27cf15bd6b9f0ae: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
I20260608 12:43:13.678331 12084 consensus_queue.cc:1048] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [LEADER]: Connected to new peer: Peer: permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } 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:43:13.680192 12028 raft_consensus.cc:2955] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.682457 11882 raft_consensus.cc:2955] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.689908 11805 raft_consensus.cc:2955] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.698678   431 tablet_server.cc:179] TabletServer@127.0.107.193:0 shutting down...
I20260608 12:43:13.716845 11702 catalog_manager.cc:5696] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e reported cstate change: config changed from index -1 to 16, NON_VOTER e51f1223306a4795b360abdf061bb8f1 (127.0.107.196) added. New cstate: current_term: 1 leader_uuid: "634717a430294981a27cf15bd6b9f0ae" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "634717a430294981a27cf15bd6b9f0ae" member_type: VOTER last_known_addr { host: "127.0.107.195" port: 35343 } } peers { permanent_uuid: "ab11b5ba1262417abdf3858428b7d98d" member_type: VOTER last_known_addr { host: "127.0.107.193" port: 32797 } attrs { replace: true } } peers { permanent_uuid: "f6c7ee401f614b21a0514a1e97a0264e" member_type: VOTER last_known_addr { host: "127.0.107.194" port: 46179 } } peers { permanent_uuid: "e51f1223306a4795b360abdf061bb8f1" member_type: NON_VOTER last_known_addr { host: "127.0.107.196" port: 42785 } attrs { promote: true } } }
I20260608 12:43:13.770381   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:13.771433   431 tablet_replica.cc:333] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.772193   431 raft_consensus.cc:2243] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.772850   431 raft_consensus.cc:2272] T 6f2d58a5d5ed4fe49654580b19d9fb31 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.776856   431 tablet_replica.cc:333] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.777626   431 raft_consensus.cc:2243] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.778352   431 raft_consensus.cc:2272] T 41d25e546a9a4a83ac65a2a70f861942 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.781713   431 tablet_replica.cc:333] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.782433   431 raft_consensus.cc:2243] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.783293   431 raft_consensus.cc:2272] T 634e65946e6648ce99626896e71442a7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.787182   431 tablet_replica.cc:333] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.787818   431 raft_consensus.cc:2243] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.788686   431 raft_consensus.cc:2272] T 0a5f0ab5e07a40dabe75f69cfb29f10f P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.791832   431 tablet_replica.cc:333] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.792582   431 raft_consensus.cc:2243] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.793335   431 raft_consensus.cc:2272] T 0c73e569eae34e8e87c626c206c9ede7 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.796270   431 tablet_replica.cc:333] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d: stopping tablet replica
I20260608 12:43:13.796800   431 raft_consensus.cc:2243] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:13.797672   431 raft_consensus.cc:2272] T 06a655466f4b4a6ca6d67a32b4cf6a08 P ab11b5ba1262417abdf3858428b7d98d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.833089   431 tablet_server.cc:196] TabletServer@127.0.107.193:0 shutdown complete.
I20260608 12:43:13.856642   431 tablet_server.cc:179] TabletServer@127.0.107.194:0 shutting down...
I20260608 12:43:13.895393   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:13.896381   431 tablet_replica.cc:333] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.897311   431 raft_consensus.cc:2243] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:13.898592   431 raft_consensus.cc:2272] T 0a5f0ab5e07a40dabe75f69cfb29f10f P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.901973   431 tablet_replica.cc:333] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.902557   431 raft_consensus.cc:2243] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.903287   431 raft_consensus.cc:2272] T 41d25e546a9a4a83ac65a2a70f861942 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.906536   431 tablet_replica.cc:333] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.907161   431 raft_consensus.cc:2243] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:13.908061   431 raft_consensus.cc:2272] T 6f2d58a5d5ed4fe49654580b19d9fb31 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.911305   431 tablet_replica.cc:333] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.911933   431 raft_consensus.cc:2243] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:13.913010   431 raft_consensus.cc:2272] T 634e65946e6648ce99626896e71442a7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.915931   431 tablet_replica.cc:333] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.916579   431 raft_consensus.cc:2243] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.917096   431 raft_consensus.cc:2272] T 06a655466f4b4a6ca6d67a32b4cf6a08 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.919991   431 tablet_replica.cc:333] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e: stopping tablet replica
I20260608 12:43:13.920569   431 raft_consensus.cc:2243] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:13.921271   431 raft_consensus.cc:2272] T 0c73e569eae34e8e87c626c206c9ede7 P f6c7ee401f614b21a0514a1e97a0264e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:13.952811   431 tablet_server.cc:196] TabletServer@127.0.107.194:0 shutdown complete.
I20260608 12:43:13.982272   431 tablet_server.cc:179] TabletServer@127.0.107.195:0 shutting down...
I20260608 12:43:14.012976 12187 ts_tablet_manager.cc:933] T 41d25e546a9a4a83ac65a2a70f861942 P e51f1223306a4795b360abdf061bb8f1: Initiating tablet copy from peer 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:14.015199 12187 tablet_copy_client.cc:323] T 41d25e546a9a4a83ac65a2a70f861942 P e51f1223306a4795b360abdf061bb8f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35343
W20260608 12:43:14.027812 11921 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.107.193:32797: connect: Connection refused (error 111) [suppressed 3 similar messages]
W20260608 12:43:14.045538 11922 consensus_peers.cc:597] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae -> Peer f6c7ee401f614b21a0514a1e97a0264e (127.0.107.194:46179): Couldn't send request to peer f6c7ee401f614b21a0514a1e97a0264e. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.194:46179: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 12:43:14.049181 11921 consensus_peers.cc:597] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae -> Peer ab11b5ba1262417abdf3858428b7d98d (127.0.107.193:32797): Couldn't send request to peer ab11b5ba1262417abdf3858428b7d98d. Status: Network error: Client connection negotiation failed: client connection to 127.0.107.193:32797: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 12:43:14.052142   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:14.053560 12192 ts_tablet_manager.cc:933] T 0c73e569eae34e8e87c626c206c9ede7 P e51f1223306a4795b360abdf061bb8f1: Initiating tablet copy from peer 634717a430294981a27cf15bd6b9f0ae (127.0.107.195:35343)
I20260608 12:43:14.053895   431 tablet_replica.cc:333] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.054979   431 raft_consensus.cc:2243] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:14.055500 12192 tablet_copy_client.cc:323] T 0c73e569eae34e8e87c626c206c9ede7 P e51f1223306a4795b360abdf061bb8f1: tablet copy: Beginning tablet copy session from remote peer at address 127.0.107.195:35343
I20260608 12:43:14.056093   431 raft_consensus.cc:2272] T 634e65946e6648ce99626896e71442a7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.060851   431 tablet_replica.cc:333] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.061476   431 raft_consensus.cc:2243] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:14.062124   431 raft_consensus.cc:2272] T 0a5f0ab5e07a40dabe75f69cfb29f10f P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.065423   431 tablet_replica.cc:333] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.066035   431 raft_consensus.cc:2243] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:14.066964   431 raft_consensus.cc:2272] T 0c73e569eae34e8e87c626c206c9ede7 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.069905   431 tablet_replica.cc:333] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.070514   431 raft_consensus.cc:2243] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:14.071064   431 raft_consensus.cc:2272] T 06a655466f4b4a6ca6d67a32b4cf6a08 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.074082   431 tablet_replica.cc:333] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.074694   431 raft_consensus.cc:2243] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:14.075636   431 raft_consensus.cc:2272] T 41d25e546a9a4a83ac65a2a70f861942 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.078502   431 tablet_replica.cc:333] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae: stopping tablet replica
I20260608 12:43:14.079061   431 raft_consensus.cc:2243] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 12:43:14.079710   431 raft_consensus.cc:2272] T 6f2d58a5d5ed4fe49654580b19d9fb31 P 634717a430294981a27cf15bd6b9f0ae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.102695   431 tablet_server.cc:196] TabletServer@127.0.107.195:0 shutdown complete.
W20260608 12:43:14.110257 12112 connection.cc:466] server connection from 127.0.0.1:34654 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:34654 (request call id 3) could send its response
I20260608 12:43:14.124547   431 tablet_server.cc:179] TabletServer@127.0.107.196:0 shutting down...
W20260608 12:43:14.140463 12112 connection.cc:466] server connection from 127.0.0.1:34654 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:34654 (request call id 2) could send its response
I20260608 12:43:14.147342   431 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 12:43:14.164837   431 tablet_server.cc:196] TabletServer@127.0.107.196:0 shutdown complete.
I20260608 12:43:14.174419   431 master.cc:562] Master@127.0.107.254:38605 shutting down...
W20260608 12:43:14.199625 11754 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 12:43:14.199980 11754 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 12:43:14.200214 11754 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 12:43:14.201319   431 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 1 LEADER]: Raft consensus shutting down.
I20260608 12:43:14.201794   431 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 12:43:14.202102   431 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2f672a9bfdfd4771871f303d62acb40f: stopping tablet replica
I20260608 12:43:14.222767   431 master.cc:584] Master@127.0.107.254:38605 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5137 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (11221 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (243984 ms total)
[  PASSED  ] 24 tests.
I20260608 12:43:14.276834   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 ~44 seconds ago
I20260608 12:43:14.277051   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 ~44 seconds ago
I20260608 12:43:14.277208   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 15 messages since previous log ~77 seconds ago
I20260608 12:43:14.277391   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 8 messages since previous log ~219 seconds ago
I20260608 12:43:14.277537   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 19 messages since previous log ~44 seconds ago
I20260608 12:43:14.277842   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 63 messages since previous log ~25 seconds ago
I20260608 12:43:14.277997   431 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 3 messages since previous log ~0 seconds ago
